Searched refs:pr_adr_u_short (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/praudit/ |
H A D | prio.c | 171 pr_adr_u_short(pr_context_t *context, ushort_t *sp, int count) in pr_adr_u_short() function
|
H A D | format.c | 463 if ((returnstat = pr_adr_u_short(context, &ip_port, 1)) != 0) in pa_hostname_so() 525 if ((returnstat = pr_adr_u_short(context, &ip_port, 1)) != 0) in pa_hostname_so() 1944 if (pr_adr_u_short(context, &c, 1) == 0) { in pa_adr_u_short() 2262 if ((returnstat = pr_adr_u_short(context, &emodifier, 1)) != 0) in pa_event_modifier() 2314 if ((returnstat = pr_adr_u_short(context, &etype, 1)) == 0) { in pa_event_type() 3307 if ((returnstat = pr_adr_u_short(context, &ace.a_flags, 1)) != 0) in pa_ace() 3309 if ((returnstat = pr_adr_u_short(context, &ace.a_type, 1)) != 0) in pa_ace()
|
H A D | praudit.h | 239 extern int pr_adr_u_short(pr_context_t *context, ushort_t *sp, int count);
|
H A D | token.c | 331 if (pr_adr_u_short(context, (ushort_t *)&magic_number, 1) < 0) { in trailer_token()
|