Home
last modified time | relevance | path

Searched refs:ipc_key (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dipc.c556 STRUCT_FSET(lperm, key, kperm->ipc_key); in ipcperm_stat()
594 perm64->ipcx_key = kperm->ipc_key; in ipcperm_stat64()
608 int ak = aperm->ipc_key; in ipc_key_compar()
609 int bk = bperm->ipc_key; in ipc_key_compar()
921 template.ipc_key = key; in ipc_keylookup()
1034 perm->ipc_key = key; in ipc_get()
1144 if (perm->ipc_key != IPC_PRIVATE) { in ipc_commit_end()
1202 if (perm->ipc_key != IPC_PRIVATE) in ipc_remove()
/illumos-gate/usr/src/cmd/mdb/common/modules/ipc/
H A Dipc.c90 if (perm->ipc_key) in ipcperm_print()
91 mdb_printf(" %8x", perm->ipc_key); in ipcperm_print()
443 if (perm->ipc_key == arg->fk_key) { in findkey()
/illumos-gate/usr/src/uts/common/sys/
H A Dipc_impl.h168 key_t ipc_key; /* key */ member
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_token.c954 value = (int32_t)perm->ipc_key; in au_to_ipc_perm()