Searched refs:acl_get_fd_np (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/lib/libc/posix1e/
H A Dacl_get.c30 * acl_get_fd_np - syscall wrapper for retrieving ACL by fd (non-POSIX)
107 return (acl_get_fd_np(fd, ACL_TYPE_NFS4));
109 return (acl_get_fd_np(fd, ACL_TYPE_ACCESS));
113 acl_get_fd_np(int fd, acl_type_t type) function
H A DSymbol.map23 acl_get_fd_np;
H A DMakefile.inc96 acl_get.3 acl_get_fd_np.3 \
/freebsd-10.1-release/bin/mv/
H A Dmv.c473 acl = acl_get_fd_np(source_fd, acl_type);
/freebsd-10.1-release/sys/sys/
H A Dacl.h383 acl_t acl_get_fd_np(int fd, acl_type_t _type);
/freebsd-10.1-release/bin/cp/
H A Dutils.c423 acl = acl_get_fd_np(source_fd, acl_type);

Completed in 58 milliseconds