Searched refs:adrf_short (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libbsm/common/ |
H A D | adrf.c | 69 * adrf_short - pull out shorts 72 adrf_short(adrf_t *adrf, short *sp, int count) function 168 return (adrf_short(adrf, (short *)sp, count));
|
H A D | libbsm.h | 111 extern int adrf_short(adrf_t *, short *, int);
|
/illumos-gate/usr/src/cmd/praudit/ |
H A D | prio.c | 79 err = adrf_short(adrf, sp, count);
|
/illumos-gate/usr/src/cmd/auditreduce/ |
H A D | proc.c | 912 if (adrf_short(&adrf, &pathlength, 1)) { 1010 (void) adrf_short(&adrf, &ssize, 1); 1029 (void) adrf_short(&adrf, &ssize, 1);
|
Completed in 47 milliseconds