Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/auditreduce/
H A Dtoken.c937 checkflags |= M_USERR; in process32_token()
1009 checkflags = checkflags | M_USERR; in process32_ex_token()
1077 checkflags |= M_USERR; in process64_token()
1150 checkflags = checkflags | M_USERR; in process64_ex_token()
1330 if (flags & M_USERR) { in subject32_token()
1332 checkflags |= M_USERR; in subject32_token()
1395 if (flags & M_USERR) { in subject32_ex_token()
1397 checkflags = checkflags | M_USERR; in subject32_ex_token()
1456 if (flags & M_USERR) { in subject64_token()
1458 checkflags |= M_USERR; in subject64_token()
[all …]
H A Dauditrt.h129 #define M_USERR 0x0400 /* 'r' real user */ macro
H A Doption.c542 if (flags & M_USERR) { in proc_id()
547 flags |= M_USERR; in proc_id()