Searched refs:ipc_ids (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | ipc_impl.h | 230 int ipc_ids(ipc_service_t *, int *, uint_t, uint_t *);
|
/titanic_41/usr/src/uts/common/os/ |
H A D | ipc.c | 1268 ipc_ids(ipc_service_t *service, int *buf, uint_t nids, uint_t *pnids) in ipc_ids() function
|
H A D | shm.c | 952 return (ipc_ids(shm_svc, buf, nids, pnids)); in shmids()
|
H A D | msg.c | 955 if (error = ipc_ids(msq_svc, buf, nids, pnids)) in msgids()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | sem.c | 745 if (error = ipc_ids(sem_svc, buf, nids, pnids)) in semids()
|