Searched refs:build_sec_desc (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/smbd/
H A Dse_access_check_utils.h41 SEC_DESC *build_sec_desc(struct ace_entry *dacl, struct ace_entry *sacl,
H A Dse_access_check_allowall.c68 sd = build_sec_desc(acl_allowall, NULL, NULL_SID, NULL_SID);
H A Dse_access_check_denyall.c67 sd = build_sec_desc(acl_denyall, NULL, NULL_SID, NULL_SID);
H A Dse_access_check_allowsome.c85 sd = build_sec_desc(acl_allowsome, NULL, NULL_SID, NULL_SID);
H A Dse_access_check_denysome.c87 sd = build_sec_desc(acl_denysome, NULL, NULL_SID, NULL_SID);
H A Dse_access_check_empty.c90 sd = build_sec_desc(acl_empty, NULL, NULL_SID, NULL_SID);
H A Dse_access_check_printer.c193 sd = build_sec_desc(acl_printer, NULL, NULL_SID, NULL_SID);
H A Dse_access_check_utils.c100 SEC_DESC *build_sec_desc(struct ace_entry *dacl, struct ace_entry *sacl, function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifsacl.c517 static int build_sec_desc(struct cifs_ntsd *pntsd, struct cifs_ntsd *pnntsd, function
729 rc = build_sec_desc(pntsd, pnntsd, inode, nmode);
731 cFYI(DBG2, "build_sec_desc rc: %d", rc);

Completed in 205 milliseconds