Searched refs:path_p (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/include/sys/
H A Dacl.h191 extern int acl_delete_def_file(const char *path_p); /* not supported */
194 extern acl_t acl_get_file(const char *path_p, acl_type_t type);
195 extern acl_t acl_get_link_np(const char *path_p, acl_type_t type);
198 extern int acl_set_file(const char *path_p, acl_type_t type, acl_t acl);
199 extern int acl_set_link_np(const char *path_p, acl_type_t type, acl_t acl);
/macosx-10.10.1/xnu-2782.1.97/security/
H A Dmac_base.c1650 mac_get_filelink(proc_t p, user_addr_t mac_p, user_addr_t path_p, int follow) argument
1695 UIO_USERSPACE, path_p, ctx);
1727 return (mac_get_filelink(p, uap->mac_p, uap->path_p, 1));
1735 return (mac_get_filelink(p, uap->mac_p, uap->path_p, 0));
1852 mac_set_filelink(proc_t p, user_addr_t mac_p, user_addr_t path_p, argument
1905 UIO_USERSPACE, path_p, ctx);
1927 return (mac_set_filelink(p, uap->mac_p, uap->path_p, 1));
1935 return (mac_set_filelink(p, uap->mac_p, uap->path_p, 0));

Completed in 114 milliseconds