Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/auditreduce/
H A Dtoken.c575 if (!new_mode && (flags & M_USERE)) { in attribute_token()
577 checkflags |= M_USERE; in attribute_token()
622 if (!new_mode && (flags & M_USERE)) { in attribute32_token()
624 checkflags |= M_USERE; in attribute32_token()
669 if (!new_mode && (flags & M_USERE)) { in attribute64_token()
671 checkflags |= M_USERE; in attribute64_token()
850 if (!new_mode && (flags & M_USERE)) { in s5_IPC_perm_token()
852 checkflags |= M_USERE; in s5_IPC_perm_token()
855 if (!new_mode && (flags & M_USERE)) { in s5_IPC_perm_token()
857 checkflags |= M_USERE; in s5_IPC_perm_token()
[all …]
H A Dauditrt.h128 #define M_USERE 0x0200 /* 'e' effective user */ macro
H A Doption.c526 if (flags & M_USERE) { in proc_id()
531 flags |= M_USERE; in proc_id()