Home
last modified time | relevance | path

Searched refs:adrf_short (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/libbsm/common/
H A Dadrf.c72 adrf_short(adrf_t *adrf, short *sp, int count) in adrf_short() function
168 return (adrf_short(adrf, (short *)sp, count)); in adrf_u_short()
H A Dlibbsm.h111 extern int adrf_short(adrf_t *, short *, int);
H A Dmapfile-vers124 adrf_short;
/titanic_41/usr/src/cmd/auditreduce/
H A Dproc.c912 if (adrf_short(&adrf, &pathlength, 1)) {
1010 (void) adrf_short(&adrf, &ssize, 1);
1029 (void) adrf_short(&adrf, &ssize, 1);
/titanic_41/usr/src/cmd/praudit/
H A Dprio.c79 err = adrf_short(adrf, sp, count); in pr_adr_short()