Searched refs:pnids (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libc/port/sys/
H A Dshmsys.c106 shmids(int *buf, uint_t nids, uint_t *pnids) argument
108 return (syscall(SYS_shmsys, SHMIDS, buf, nids, pnids));
H A Dmsgsys.c114 msgids(int *buf, uint_t nids, uint_t *pnids) argument
116 return (syscall(SYS_msgsys, MSGIDS, buf, nids, pnids));
H A Dsemsys.c135 semids(int *buf, uint_t nids, uint_t *pnids) argument
137 return (syscall(SYS_semsys, SEMIDS, buf, nids, pnids));

Completed in 136 milliseconds