| | | | |
| M |
| |
| | make a directory, or a special or ordinary file - mknod ( ) |
| |
| | manage sets of processors |
| | | -- pset_assign ( ) |
| | | -- pset_create ( ) |
| | | -- pset_destroy ( ) |
| |
| | manipulate auditing - auditon ( ) |
| |
| | masks, set and get file creation mask - umask ( ) |
| |
| | memcntl - memory management control ( ) |
| |
| | memory, management control - memcntl ( ) |
| |
| | memory, shared |
| | | control operations - shmctl ( ) |
| | | get segment identifier - sjmget ( ) |
| | | operations -- shmop ( ) |
| |
| | memory management, change the amount of space allocated for the calling process's data segment -- brk, sbrk ( ) |
| |
| | memory mapping, set protection - mprotect ( ) |
| |
| | memory pages |
| | | determine residency - mincore ( ) |
| | | map - mmap ( ) |
| | | unmap - munmap ( ) |
| |
| | message control operations, - msgctl ( ) |
| |
| | message queue, get - msgget ( ) |
| |
| | message receive operation - msgrcv ( ) |
| |
| | message send operation - msgsnd ( ) |
| |
| | messages, send a message on a stream -- putmsg ( ) |
| |
| | mincore - determine residency of memory pages ( ) |
| |
| | mkdir - make a directory ( ) |
| |
| | mknod - make a directory, or a special or ordinary file ( ) |
| |
| | mmap - map pages of memory ( ) |
| |
| | mount - mount a file system ( ) |
| |
| | mount a file system - mount ( ) |
| |
| | mprotect - set protection of memory mapping ( ) |
| |
| | msgctl - message control operations ( ) |
| |
| | msgget - get message queue ( ) |
| |
| | msgrcv - message receive operation ( ) |
| |
| | msgsnd - message send operation ( ) |
| |
| | munmap - unmap pages of memory ( ) |
| |
| | mutual exclusion |
| | | -- _lwp_mutex_lock ( ) |
| | | -- _lwp_mutex_trylock ( ) |
| | | -- _lwp_mutex_unlock ( ) |