Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/auditreduce/
H A Dtoken.c1342 if (flags & M_SID) { in subject32_token()
1344 checkflags |= M_SID; in subject32_token()
1407 if (flags & M_SID) { in subject32_ex_token()
1409 checkflags = checkflags | M_SID; in subject32_ex_token()
1468 if (flags & M_SID) { in subject64_token()
1470 checkflags |= M_SID; in subject64_token()
1534 if (flags & M_SID) { in subject64_ex_token()
1536 checkflags = checkflags | M_SID; in subject64_ex_token()
H A Dauditrt.h132 #define M_SID 0x2000 /* 's' session ID */ macro
H A Doption.c301 if (flags & M_SID) { in proc_sid()
305 flags |= M_SID; in proc_sid()