Searched defs:shmget (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dshmsys.c34 #pragma weak _shmget = shmget
85 shmget(key_t key, size_t size, int shmflg) function
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dshmsys.c117 shmget(key_t key, int size, int shmflg) function
154 return (shmget(key, size, shmflg));
/illumos-gate/usr/src/uts/common/os/
H A Dshm.c50 * When shmget() is used to allocate a shared memory segment, one id
51 * is allocated. If the id allocation doesn't succeed, shmget()
58 * When shmget() is used to allocate a shared memory segment, one id
59 * is allocated. If the id allocation doesn't succeed, shmget()
66 * When shmget() is used to allocate a shared memory segment, the
68 * allocation doesn't succeed, shmget() fails and errno is set to
76 * When shmget() is used to allocate a shared memory segment, the
78 * allocation doesn't succeed, shmget() fails and errno is set to
829 shmget(key_t key, size_t size, int shmflg, uintptr_t *rvp) function
900 * used for IPC_STAT and shmget() lookup
[all...]

Completed in 57 milliseconds