Searched refs:ipc_slot_t (Results 1 – 3 of 3) sorted by relevance
181 } ipc_slot_t; typedef188 ipc_slot_t *ipcs_table; /* table of objects */
653 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()
394 ipc_slot_t slot; in ipcid_impl()411 if (mdb_vread(&slot, sizeof (ipc_slot_t), slotptr) == -1) { in ipcid_impl()