Home
last modified time | relevance | path

Searched refs:ipc_type (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/auditreduce/
H A Dauditrd.h62 char ipc_type; /* 'o' object type - tell what type of IPC */ variable
H A Dauditrt.h188 extern char ipc_type; /* 'o' object type - tell what type of IPC */
H A Dtoken.c879 if (ipc_type_match(OBJ_MSG, ipc_type)) in s5_IPC_perm_token()
884 if (ipc_type_match(OBJ_SEM, ipc_type)) in s5_IPC_perm_token()
889 if (ipc_type_match(OBJ_SHM, ipc_type)) in s5_IPC_perm_token()
1188 adrm_char(adr, &ipc_type, 1); /* Global */ in s5_IPC_token()
1192 ipc_type_match(obj_flag, ipc_type) && in s5_IPC_token()
H A Dproc.c681 ipc_type = (char)0;
/titanic_41/usr/src/lib/smbsrv/libmlsvc/common/
H A Dlibmlsvc.h81 char *mlsvc_ipc_name(int ipc_type, char *username);