| | | | |
| D |
| |
| | deliver process signals to specific LWPs |
| | | - _lwp_sigredirect ( ) |
| | | - _signotifywait ( ) |
| |
| | determine accessibility of a file - access ( ) |
| |
| | devices, I/O control functions - ioctl ( ) |
| |
| | directories |
| | | change working directory - chdir ( ) |
| | | create a new one - mknod ( ) |
| | | get configurable pathname variables - pathconf ( ) |
| | | make a new one - mkdir ( ) |
| | | read directory entries and put in a file system independent format - getdents ( ) |
| | | remove - rmdir ( ) |
| |
| | discover all message queue identifiers - msgids ( ) |
| |
| | discover all shared memory identifiers - shmids ( ) |
| |
| | dup - duplicate an open file descriptor ( ) |