Searched refs:facl (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libc/common/sys/
H A Dfacl.s30 .file "facl.s"
32 /* C library -- facl */
33 /* int facl(int fd, int cmd, int cnt, struct aclent *buf) */
37 SYSCALL_RVAL1(facl)
39 SET_SIZE(facl)
/illumos-gate/usr/src/man/man2/
H A DMakefile184 facl.2 \
278 facl.2 := LINKSRC = acl.2
/illumos-gate/usr/src/lib/libsec/common/
H A Daclutils.c144 acl_info->acl_cnt = facl(fd, cntcmd, 0, NULL);
176 error = facl(fd, getcmd, acl_info->acl_cnt,
291 error = facl(acl_inp->fd,
/illumos-gate/usr/src/uts/common/sys/
H A Dacl.h314 extern int facl(int fd, int cmd, int cnt, void *buf);
/illumos-gate/usr/src/uts/common/syscall/
H A Dacl.c96 * Get/Set ACL of a file with facl system call.
99 facl(int fdes, int cmd, int nentries, void *aclbufp) function
122 * Common code for acl() and facl().
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c192 int facl(int, int, int, void *);
673 /* 200 */ SYSENT_CI("facl", facl, 4),
1028 /* 200 */ SYSENT_CI("facl", facl, 4),
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_menlo.h270 typedef struct facl struct
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com219 facl.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com220 facl.o \
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile192 facl.o \
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com239 facl.o \

Completed in 99 milliseconds