Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dchmod.c45 return (syscall(SYS_chmod, path, mode)); in chmod()
/illumos-gate/usr/src/uts/common/sys/
H A Dsyscall.h67 #define SYS_chmod 15 macro
/illumos-gate/usr/src/cmd/truss/
H A Dlistopts.c245 case SYS_chmod: /* set both */ in syslist()