Searched refs:tokenid (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/cmd/praudit/ |
H A D | printaudit.c | 161 int tokenid = context->tokenid; in checkpoint_progress() local 163 if (is_file_token(tokenid) || is_header_token(tokenid)) { in checkpoint_progress() 169 if (is_file_token(tokenid)) { in checkpoint_progress() 352 if (pr_adr_char(context, (char *)&(context->tokenid), 1) == 0) { in print_audit_common() 400 int tokenid = context->tokenid; in token_processing() local 402 if ((tokenid > 0) && (tokenid <= MAXTOKEN) && in token_processing() 403 (tokentable[tokenid].func != NOFUNC)) { in token_processing() 408 if ((retstat = check_close_rec(context, tokenid)) != 0) in token_processing() 414 retstat = open_tag(context, tokenid); in token_processing() 417 (tokentable[tokenid].t_name != (char *)0)) { in token_processing() [all …]
|
H A D | token.c | 88 is_file_token(int tokenid) in is_file_token() argument 90 if ((tokenid == AUT_OTHER_FILE32) || (tokenid == AUT_OTHER_FILE64)) in is_file_token() 106 is_header_token(int tokenid) in is_header_token() argument 108 if ((tokenid == AUT_OHEADER) || (tokenid == AUT_HEADER32) || in is_header_token() 109 (tokenid == AUT_HEADER32_EX) || (tokenid == AUT_HEADER64) || in is_header_token() 110 (tokenid == AUT_HEADER64_EX)) in is_header_token() 126 is_token(int tokenid) in is_token() argument 128 if ((tokenid > 0) && (tokenid <= MAXTOKEN)) in is_token()
|
H A D | praudit.h | 146 signed char tokenid; /* initial token ID */ member
|
H A D | format.c | 1703 if (is_file_token(context->tokenid)) in pa_file_string()
|
/titanic_50/usr/src/cmd/auditreduce/ |
H A D | proc.c | 634 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 == AUT_HEADER64) { 746 } else if (tokenid == AUT_HEADER64_EX) { 794 adrm_char(&adr, &tokenid, 1); [all …]
|
H A D | token.c | 103 token_processing(adr_t *adr, int tokenid) in token_processing() argument 105 if ((tokenid > 0) && (tokenid <= MAXTOKEN) && in token_processing() 106 (tokentable[tokenid].func != NOFUNC)) { in token_processing() 108 print_id(tokenid); in token_processing() 110 return ((*tokentable[tokenid].func)(adr)); in token_processing()
|
/titanic_50/usr/src/lib/auditd_plugins/syslog/ |
H A D | systoken.c | 85 char tokenid; in parse_token() local 98 adrm_char(&(ctx->adr), &tokenid, 1); in parse_token() 100 if ((tokenid > 0) && (tokentable[tokenid].func != NOFUNC)) { in parse_token() 101 rc = (*tokentable[tokenid].func)(ctx); in parse_token() 102 prev_tokenid = tokenid; in parse_token()
|
/titanic_50/usr/src/cmd/auditd/ |
H A D | doorway.c | 237 char tokenid; in getlen() local 243 adrm_char(&adr, &tokenid, 1); in getlen() 244 if ((tokenid == AUT_OHEADER) || (tokenid == AUT_HEADER32) || in getlen() 245 (tokenid == AUT_HEADER32_EX) || (tokenid == AUT_HEADER64) || in getlen() 246 (tokenid == AUT_HEADER64_EX)) { in getlen()
|