Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dchown.c46 return (syscall(SYS_chown, name, uid, gid)); in chown()
/illumos-gate/usr/src/uts/common/sys/
H A Dsyscall.h68 #define SYS_chown 16 macro
/illumos-gate/usr/src/cmd/truss/
H A Dlistopts.c250 case SYS_chown: /* set both */ in syslist()