HomeSort by: relevance | last modified time | path
    Searched defs:acl_get_fd_np (Results 1 - 1 of 1) 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

Completed in 11 milliseconds