Home
last modified time | relevance | path

Searched refs:SYS_fcntl (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dfcntl.c91 return (syscall(SYS_fcntl, fd, cmd, arg)); in __fcntl()
/illumos-gate/usr/src/lib/libproc/common/
H A Dpr_fcntl.c131 error = Psyscall(Pr, &rval, SYS_fcntl, 3, &argd[0]); in pr_fcntl()
/illumos-gate/usr/src/uts/common/sys/
H A Dsyscall.h161 #define SYS_fcntl 62 macro
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_deleted.c172 return (__systemcall(rval, SYS_fcntl + 1024, fd, F_DUPFD, 0)); in s10_dup()
H A Ds10_brand.c729 if ((err = __systemcall(rval, SYS_fcntl + 1024, fd, F_GETFL)) != 0) in s10_pwrite()
750 if ((err = __systemcall(rval, SYS_fcntl + 1024, fd, F_GETFL)) != 0) in s10_pwrite64()
/illumos-gate/usr/src/cmd/nohup/
H A Dnohup.c335 case SYS_fcntl: in lwp_restartable()
/illumos-gate/usr/src/cmd/truss/
H A Dsystable.c1247 case SYS_fcntl: /* fcntl */ in subsys()
1501 case SYS_fcntl: /* fcntl() */ in getsubcode()
1662 case SYS_fcntl: in nsubcodes()
H A Dexpound.c5030 case SYS_fcntl: in expound()