Destroy an existing class. If the class is not empty, the force parameter determines the action. Note that the calling process must have root access privileges.
This function returns classes in a class scheduling database. The structure class_info is the list of classes. A NULL list entry indicates the end of the list. Note that the calling process must have ...
This function returns members belonging to the specified scheduling class. The structure class_member_info is the list of class members. A NULL list entry indicates the end of the list. Note that the ...
This function returns the configuration parameters of the current class scheduling database for the specified partition. If no database exists, the default configuration values are returned. Note that...
This function loads a new class scheduling database into memory. If class scheduling has been enabled, the changes take effect immediately. If the current in-memory database has been modified and not ...
The class_open() function is used to prepare the class database for use as follows: Opening the disk file (if required) Creating (or attaching to) a shared memory section Creating (or attaching to) a ...
After making updates to the in-memory database, the application can cancel the updates by restoring the on-disk version with this routine. Note that the calling process must have root access privilege...
The class scheduler database is shared in memory by the class_admin command, the class scheduler daemon, and the runclass command. Administrative changes (such as adding a gid to a class) need to be s...
The erase and werase routines copy blanks to every position in the window. The clear and wclear routines are similar to erase and werase but also call clearok. The result is that the screen is cleared...
The clearenv() function clears the process environment. No environment variables are defined immediately after a call to clearenv(). The clearenv() function sets the value of the external variable env...
These routines set options that deal with output within Curses. Unless stated otherwise, all options are initially FALSE. It is not necessary to turn these options off before calling endwin. The clear...