Home
last modified time | relevance | path

Searched refs:outbp (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/syscall/
H A Dutssys.c81 utssys32(void *buf, int arg, int type, void *outbp) in utssys32() argument
101 error = uts_fusers(buf, arg, (intptr_t)outbp); in utssys32()
200 utssys64(void *buf, long arg, int type, void *outbp) in utssys64() argument
212 error = uts_fusers(buf, (int)arg, (intptr_t)outbp); in utssys64()
/titanic_50/usr/src/cmd/fuser/
H A Dfuser.c71 extern int utssys(void *buf, int arg, int type, void *outbp);
/titanic_50/usr/src/lib/libc/port/
H A Dllib-lc1647 int utssys(void *buf, int arg, int type, void *outbp);
/titanic_50/usr/src/uts/common/c2/
H A Daudit_event.c1406 long outbp; /* char * for FUSERS */ in aui_utssys() member