Searched refs:pr_adr_short (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/praudit/
H A Dprio.c69 * pr_adr_short - pull out shorts
72 pr_adr_short(pr_context_t *context, short *sp, int count) function
173 return (pr_adr_short(context, (short *)sp, count));
H A Dtoken.c471 if (pr_adr_short(context, &c2, 1) == 0)
562 if (pr_adr_short(context, &size, 1) == 0) {
619 if (pr_adr_short(context, &length, 1) == 0) {
761 returnstat = pr_adr_short(context, &num, 1);
780 if ((returnstat = pr_adr_short(context, &num, 1)) < 0)
1854 returnstat = pr_adr_short(context, &n_groups, 1);
H A Dpraudit.h233 extern int pr_adr_short(pr_context_t *context, short *sp, int count);
H A Dformat.c455 if ((returnstat = pr_adr_short(context, &ip_type, 1)) != 0)
1023 if (pr_adr_short(context, &length, 1) == 0) {
1570 * pa_adr_short: Issues pr_adr_short to retrieve the next ADR item from the
1584 if (pr_adr_short(context, &c, 1) == 0) {
1596 * pa_adr_shorthex: Issues pr_adr_short to retrieve the next ADR item from the
1611 if ((returnstat = pr_adr_short(context, &s, 1)) == 0) {
1649 if ((returnstat = pr_adr_short(context, &length, 1)) != 0)
1689 if ((returnstat = pr_adr_short(context, &length, 1)) != 0)

Completed in 71 milliseconds