| | | | |
| P |
| |
| | p_online -- get or change processor operational status ( ) |
| |
| | pathconf -- get configurable pathname variables ( ) |
| |
| | pathname, get configurable variables -- pathconf ( ) |
| |
| | pread -- read from a file ( ) |
| |
| | preadl -- read from a file ( ) |
| |
| | priocntl -- process scheduler control ( ) |
| |
| | priocntlset -- generalized process scheduler control ( ) |
| |
| | privilege debugging flag ( ) |
| |
| | process, time-sharing, change priority -- nice ( ) |
| |
| | process attribute flags ( ) |
| | | get -- getpattr ( ) |
| | | set -- setpattr ( ) |
| |
| | process audit information, set process audit information -- setaudit ( ) |
| |
| | process objects ( ) |
| |
| | process privilege sets ( ) |
| |
| | process scheduler |
| | | control -- priocntl ( ) |
| | | generalized control -- priocntlset ( ) |
| |
| | process security attribute ( ) |
| |
| | processes |
| | | change priority of a time-sharing process -- nice ( ) |
| | | create a new one -- fork ( ) |
| | | execute a file -- exec ( ) |
| | | generalized scheduler control -- priocntlset ( ) |
| | | get identification -- getpid, getpgrp, getppid, getpgid ( ) |
| | | get or set session ID -- getsid, setsid ( ) |
| | | read from a file -- read ( ) |
| | | read directory entries and put in a file system independent format -- getdents ( ) |
| | | send a signal to a process or a group of processes -- kill ( ) |
| | | spawn new process in a virtual memory efficient way -- vfork ( ) |
| | | supplementary group access list IDs -- getgroups, setgroups ( ) |
| |
| | processes and protection |
| | | -- setregid ( ) |
| | | -- setreuid ( ) |
| |
| | processor_bind -- bind LWPs to a processor ( ) ( ) |
| |
| | pwrite -- write on a file ( ) |
| |
| | pwritel -- write on a file ( ) |