Searched refs:pr_adr_u_int64 (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/praudit/
H A Dprio.c165 pr_adr_u_int64(pr_context_t *context, uint64_t *lp, int count) function
H A Dpraudit.h238 extern int pr_adr_u_int64(pr_context_t *context, uint64_t *lp, int count);
H A Dformat.c1903 * pa_adr_u_int64: Issues pr_adr_u_int64 to retrieve the next ADR item from the
1917 if (pr_adr_u_int64(context, &c, 1) == 0) {
2567 if ((returnstat = pr_adr_u_int64(context, &t64_sec, 1)) != 0)
2569 if ((returnstat = pr_adr_u_int64(context, &t64_msec, 1)) == 0) {

Completed in 64 milliseconds