Searched refs:tokenid (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/praudit/
H A Dprintaudit.c161 int tokenid = context->tokenid; local
163 if (is_file_token(tokenid) || is_header_token(tokenid)) {
169 if (is_file_token(tokenid)) {
352 if (pr_adr_char(context, (char *)&(context->tokenid), 1) == 0) {
400 int tokenid = context->tokenid; local
402 if ((tokenid > 0) && (tokenid <
[all...]
H A Dtoken.c83 * return codes : 1 - tokenid is a file token type
88 is_file_token(int tokenid) argument
90 if ((tokenid == AUT_OTHER_FILE32) || (tokenid == AUT_OTHER_FILE64))
101 * return codes : 1 - tokenid is a header type
106 is_header_token(int tokenid) argument
108 if ((tokenid == AUT_OHEADER) || (tokenid == AUT_HEADER32) ||
109 (tokenid == AUT_HEADER32_EX) || (tokenid
126 is_token(int tokenid) argument
[all...]
H A Dpraudit.h146 signed char tokenid; /* initial token ID */ member in struct:pr_context
H A Dformat.c1703 if (is_file_token(context->tokenid))
/illumos-gate/usr/src/cmd/auditreduce/
H A Dproc.c634 char tokenid; local
638 (void) adrm_char(&adr, &tokenid, 1);
653 if (tokenid != AUT_HEADER32 && tokenid != AUT_HEADER64 &&
654 tokenid != AUT_HEADER32_EX && tokenid != AUT_HEADER64_EX) {
658 pcb->pcb_procno, pcb->pcb_nrecs, tokenid);
710 if (tokenid == AUT_HEADER32) {
716 } else if (tokenid == AUT_HEADER32_EX) {
727 } else if (tokenid
[all...]
H A Dtoken.c103 token_processing(adr_t *adr, int tokenid) argument
105 if ((tokenid > 0) && (tokenid <= MAXTOKEN) &&
106 (tokentable[tokenid].func != NOFUNC)) {
108 print_id(tokenid);
110 return ((*tokentable[tokenid].func)(adr));
/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsystoken.c85 char tokenid; local
98 adrm_char(&(ctx->adr), &tokenid, 1);
100 if ((tokenid > 0) && (tokentable[tokenid].func != NOFUNC)) {
101 rc = (*tokentable[tokenid].func)(ctx);
102 prev_tokenid = tokenid;
/illumos-gate/usr/src/cmd/auditd/
H A Ddoorway.c237 char tokenid; local
243 adrm_char(&adr, &tokenid, 1);
244 if ((tokenid == AUT_OHEADER) || (tokenid == AUT_HEADER32) ||
245 (tokenid == AUT_HEADER32_EX) || (tokenid == AUT_HEADER64) ||
246 (tokenid == AUT_HEADER64_EX)) {

Completed in 83 milliseconds