The cfsetispeed() function sets the input baud rate stored in the structure pointed to by the termios_p parameter to the value specified by the speed parameter. If the input baud rate is set to 0 (zer...
The cfsetospeed() function sets the output baud rate stored in the structure pointed to by the termios_p parameter to the speed specified by the speed parameter. The zero baud rate, B0, is used to ter...
The identity functions provide a way to recall the IDs of a process at the time the program started. They are useful when interrogating the invoking environment of a program after any setuid() or setg...
The check_usage() function checks whether the special device file is in use, that is, whether it contains a valid file system, is part of LSM, or is being used by a database or for swap space. If the ...
These functions change the renditions of the next n characters in the current or specified window (or of the remaining characters on the line if n is -1), starting at the current or specified cursor p...
This routine adds a member to an existing scheduling class. If the member is found in another class, the member will be moved to the new class if force is TRUE. Note that the calling process must have...
The class_change() routine changes the limits of the CPU resources that an existing class is allowed to use. If the requested percentage would cause the total resource percentage of all classes to exc...
Set or change the class scheduler database configuration parameters. If no database exists, one will be created. No (NULL) inputs for all parameters will create a database with the default values. If ...
Create a new class. The created class will be empty. Use class_add() to populate the class. If the requested percentage causes the total percentage of all classes to exceed 100%, the call will fail an...
The class_database_modified() function determines whether the database has changed since the last disk update. The intended use of this function is to determine whether class_save_database() should be...