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

/illumos-gate/usr/src/cmd/praudit/
H A Dprio.c127 pr_adr_int64(pr_context_t *context, int64_t *lp, int count) function
167 return (pr_adr_int64(context, (int64_t *)lp, count));
H A Dpraudit.h235 extern int pr_adr_int64(pr_context_t *context, int64_t *lp, int count);
H A Dtoken.c489 if (pr_adr_int64(context, &c4, 1) == 0)
1176 if ((returnstat = pr_adr_int64(context,
1195 if ((returnstat = pr_adr_int64(context,
H A Dformat.c858 if ((returnstat = pr_adr_int64(context, &dev_maj_min, 1)) != 0)
904 if ((returnstat = pr_adr_int64(context, &dev_maj_min, 1)) != 0)
1133 * pa_adr_int64 : Issues pr_adr_int64 to retrieve the next ADR item from the
1147 if (pr_adr_int64(context, &c, 1) == 0) {
1159 * pa_adr_int64hex: Issues pr_adr_int64 to retrieve the next ADR item from the
1186 * pa_adr_int64hex: Issues pr_adr_int64 to retrieve the next ADR item from the
1201 if ((returnstat = pr_adr_int64(context, &l, 1)) == 0) {

Completed in 73 milliseconds