Searched refs:SYS_fcntl (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | fcntl.c | 101 return (syscall(SYS_fcntl, fd, cmd, arg, arg1)); in __fcntl()
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | pr_fcntl.c | 138 error = Psyscall(Pr, &rval, SYS_fcntl, 4, &argd[0]); in pr_fcntl()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | syscall.h | 161 #define SYS_fcntl 62 macro
|
/illumos-gate/usr/src/uts/common/brand/solaris10/ |
H A D | s10_brand.c | 506 s10_emulation_table[SYS_fcntl] = 1; /* 62 */ in _init()
|
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/ |
H A D | s10_brand.c | 731 if ((err = __systemcall(rval, SYS_fcntl + 1024, fd, F_GETFL, 0, 0)) != in s10_pwrite() 754 if ((err = __systemcall(rval, SYS_fcntl + 1024, fd, F_GETFL, 0, 0)) != in s10_pwrite64() 1394 return (__systemcall(rval, SYS_fcntl + 1024, fd, cmd, arg, 0)); in s10_fcntl()
|
H A D | s10_deleted.c | 172 return (__systemcall(rval, SYS_fcntl + 1024, fd, F_DUPFD, 0, 0)); in s10_dup()
|
/illumos-gate/usr/src/cmd/nohup/ |
H A D | nohup.c | 337 case SYS_fcntl: in lwp_restartable()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | systable.c | 1249 case SYS_fcntl: /* fcntl */ in subsys() 1503 case SYS_fcntl: /* fcntl() */ in getsubcode() 1666 case SYS_fcntl: in nsubcodes()
|
H A D | expound.c | 5044 case SYS_fcntl: in expound()
|