HomeSort by: relevance | last modified time | path
    Searched refs:acl_get_fd_np (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/posix1e/
acl_get.c 32 * acl_get_fd_np - syscall wrapper for retrieving ACL by fd (non-POSIX)
112 return (acl_get_fd_np(fd, ACL_TYPE_NFS4));
114 return (acl_get_fd_np(fd, ACL_TYPE_ACCESS));
118 acl_get_fd_np(int fd, acl_type_t type) function in typeref:typename:acl_t
Makefile.inc 76 acl_get.3 acl_get_fd_np.3 \
  /src/sys/sys/
acl.h 407 acl_t acl_get_fd_np(int fd, acl_type_t _type);
  /src/bin/cp/
utils.c 445 acl = acl_get_fd_np(source_fd, acl_type);

Completed in 12 milliseconds