Searched refs:SENDFILEV (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libsendfile/common/ |
H A D | sendfile.c | 48 error = __systemcall(&rval, SYS_sendfilev, SENDFILEV, sock, vec, in _sendfilev() 72 error = __systemcall(&rval, SYS_sendfilev, SENDFILEV, sock, &sfv, in _sendfile()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | sendfile.h | 105 #define SENDFILEV 0 macro
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | sendfile.c | 1200 case SENDFILEV : in sendfilev()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | expound.c | 5340 if (pri->sys_args[0] == SENDFILEV) { in expound()
|