Home
last modified time | relevance | path

Searched refs:SYS_fchmod (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dchmod.c56 return (syscall(SYS_fchmod, fd, mode)); in fchmod()
/illumos-gate/usr/src/uts/common/sys/
H A Dsyscall.h252 #define SYS_fchmod 93 macro
/illumos-gate/usr/src/cmd/truss/
H A Dlistopts.c246 case SYS_fchmod: /* set both */ in syslist()