Searched refs:outbp (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/syscall/ |
H A D | utssys.c | 81 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 D | fuser.c | 71 extern int utssys(void *buf, int arg, int type, void *outbp);
|
/titanic_50/usr/src/lib/libc/port/ |
H A D | llib-lc | 1647 int utssys(void *buf, int arg, int type, void *outbp);
|
/titanic_50/usr/src/uts/common/c2/ |
H A D | audit_event.c | 1406 long outbp; /* char * for FUSERS */ in aui_utssys() member
|