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

/illumos-gate/usr/src/cmd/praudit/
H A Dprio.c153 pr_adr_u_int32(pr_context_t *context, uint32_t *cp, int count) function
H A Dformat.c727 if ((returnstat = pr_adr_u_int32(context, &ip_type, 1)) != 0)
796 if ((returnstat = pr_adr_u_int32(context, &ip_type, 1)) != 0)
908 if ((returnstat = pr_adr_u_int32(context, &ip_type, 1)) != 0)
1873 * pa_adr_u_int32: Issues pr_adr_u_int32 to retrieve the next ADR item from
1889 if (pr_adr_u_int32(context, &c, 1) == 0) {
1970 if ((int)pr_adr_u_int32(context, &c, 1) == 0) {
2003 if (pr_adr_u_int32(context, &c, 1) == 0) {
2046 * pa_pw_uid() : Issues pr_adr_u_int32 to reads uid from input stream
2062 if (pr_adr_u_int32(context, &uid, 1) != 0)
2102 * pa_gr_uid() : Issues pr_adr_u_int32 t
[all...]
H A Dpraudit.h236 extern int pr_adr_u_int32(pr_context_t *context, uint32_t *cp, int count);
H A Dtoken.c346 retstat = pr_adr_u_int32(context, &junk, 1);
1507 if ((returnstat = pr_adr_u_int32(context, &ip_type, 1)) != 0)

Completed in 69 milliseconds