Home
last modified time | relevance | path

Searched refs:ipc_slot_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dipc_impl.h181 } ipc_slot_t; typedef
188 ipc_slot_t *ipcs_table; /* table of objects */
/illumos-gate/usr/src/uts/common/os/
H A Dipc.c653 kmem_zalloc(IPC_IDS_MIN * sizeof (ipc_slot_t), KM_SLEEP); in ipcs_create()
675 ipc_slot_t *slot, *next; in ipcs_destroy()
686 kmem_free(slot, service->ipcs_tabsz * sizeof (ipc_slot_t)); in ipcs_destroy()
871 ipc_slot_t *new, *old; in ipc_grow()
882 new = kmem_zalloc(newsize * sizeof (ipc_slot_t), KM_NOSLEEP); in ipc_grow()
1113 ipc_slot_t *slot; in ipc_commit_end()
/illumos-gate/usr/src/cmd/mdb/common/modules/ipc/
H A Dipc.c393 ipc_slot_t slot; in ipcid_impl()
410 if (mdb_vread(&slot, sizeof (ipc_slot_t), slotptr) == -1) { in ipcid_impl()