Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/auditreduce/
H A Dtoken.c579 if (!new_mode && (flags & M_GROUPE)) { in attribute_token()
581 checkflags |= M_GROUPE; in attribute_token()
626 if (!new_mode && (flags & M_GROUPE)) { in attribute32_token()
628 checkflags |= M_GROUPE; in attribute32_token()
673 if (!new_mode && (flags & M_GROUPE)) { in attribute64_token()
675 checkflags |= M_GROUPE; in attribute64_token()
943 if (!new_mode && (flags & M_GROUPE)) { in process32_token()
945 checkflags |= M_GROUPE; in process32_token()
1015 if (!new_mode && (flags & M_GROUPE)) { in process32_ex_token()
1017 checkflags = checkflags | M_GROUPE; in process32_ex_token()
[all …]
H A Dauditrt.h120 #define M_GROUPE 0x0008 /* 'f' effective group-id */ macro
H A Doption.c534 if (flags & M_GROUPE) { in proc_id()
539 flags |= M_GROUPE; in proc_id()