Searched refs:pr_adr_u_char (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/praudit/ |
H A D | prio.c | 159 pr_adr_u_char(pr_context_t *context, uchar_t *cp, int count) function
|
H A D | praudit.h | 237 extern int pr_adr_u_char(pr_context_t *context, uchar_t *cp, int count);
|
H A D | token.c | 1057 if ((returnstat = pr_adr_u_char(context, &number, 1)) == 0) { 1163 if ((returnstat = pr_adr_u_char(context, &number, 1)) == 0) { 1374 if (pr_adr_u_char(context, &ipctype, 1) == 0) { 1453 if ((returnstat = pr_adr_u_char(context, &type, 1)) != 0)
|
Completed in 63 milliseconds