Searched defs:ipc_id (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/ipcrm/
H A Dipcrm.c345 int ipc_id; /* id to remove */ local
413 if ((ipc_id = msggetid(optarg)) < 0) {
415 } else if (msgctl(ipc_id, IPC_RMID, NULL_MSG) == -1) {
422 if ((ipc_id = shmgetid(optarg)) < 0) {
424 } else if (shmctl(ipc_id, IPC_RMID, NULL_SHM) == -1) {
431 if ((ipc_id = semgetid(optarg)) < 0) {
433 } else if (semctl(ipc_id, 0, IPC_RMID, NULL_SEM) ==
441 if ((ipc_id = msggetkey(optarg)) == -1) {
445 if (msgctl(ipc_id, IPC_RMID, NULL_MSG) == -1) {
452 if ((ipc_id
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dipc_impl.h154 MUTEX_HELD(&s->ipcs_table[IPC_INDEX(o->ipc_id)].ipct_lock)
170 uint_t ipc_id; /* id */ member in struct:kipc_perm
/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.h270 dhcp_ipc_id_t ipc_id; /* per-socket unique request id */ member in struct:dhcp_ipc_request
280 dhcp_ipc_id_t ipc_id; /* same id as request */ member in struct:dhcp_ipc_reply
/illumos-gate/usr/src/cmd/auditreduce/
H A Dtoken.c1186 int32_t ipc_id; local
1189 adrm_int32(adr, &ipc_id, 1);
1193 (obj_id == ipc_id))

Completed in 72 milliseconds