Home
last modified time | relevance | path

Searched refs:PRF_RAWM (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/cmd/praudit/
H A Dformat.c369 if (!(context->format & PRF_RAWM)) { in pa_hostname()
412 if (!(context->format & PRF_RAWM)) { in pa_hostname_ex()
423 if (!(context->format & PRF_RAWM)) { in pa_hostname_ex()
492 if (!(context->format & PRF_RAWM)) { in pa_hostname_so()
505 if (!(context->format & PRF_RAWM)) { in pa_hostname_so()
554 if (!(context->format & PRF_RAWM)) { in pa_hostname_so()
567 if (!(context->format & PRF_RAWM)) { in pa_hostname_so()
683 if (!(context->format & PRF_RAWM)) { in pa_tid32()
742 if (!(context->format & PRF_RAWM)) { in pa_tid32_ex()
761 if (!(context->format & PRF_RAWM)) { in pa_tid32_ex()
[all …]
H A Dmain.c141 format |= PRF_RAWM; in process_options()
144 if (format & PRF_RAWM) in process_options()
H A Dtoken.c157 if (!(context->format & PRF_RAWM)) { in exit_token()
409 if (!(context->format & PRF_RAWM)) { in arbitrary_data_token()
424 if (!(context->format & PRF_RAWM)) { in arbitrary_data_token()
1058 if (!(context->format & PRF_RAWM)) { in return_value32_token()
1164 if (!(context->format & PRF_RAWM)) { in return_value64_token()
1378 if (!(context->format & PRF_RAWM)) { in s5_IPC_token()
1395 if ((context->format & PRF_RAWM) || (returnstat == 1)) { in s5_IPC_token()
1522 if (!(context->format & PRF_RAWM)) { in ip_addr_ex_token()
1536 if (!(context->format & PRF_RAWM)) { in ip_addr_ex_token()
2239 if (!(context->format & PRF_RAWM)) { in label_token()
[all …]
H A Dprintaudit.c76 if ((flags & PRF_RAWM) && (flags & PRF_SHORTM)) { in check_inputs()
416 if (!(context->format & PRF_RAWM) && in token_processing()
H A Dprint_audit.txt77 PRF_RAWM
87 are used. This value an PRF_RAWM are exclusive. If
H A Dpraudit.h66 #define PRF_RAWM 0x0001 /* Raw mode */ macro