SEC_DESC          306 examples/VFS/skel_opaque.c 	uint32 security_info, SEC_DESC **ppdesc)
SEC_DESC          313 examples/VFS/skel_opaque.c 	const char *name, uint32 security_info, SEC_DESC **ppdesc)
SEC_DESC          320 examples/VFS/skel_opaque.c 	uint32 security_info_sent, const SEC_DESC *psd)
SEC_DESC          295 examples/VFS/skel_transparent.c 	uint32 security_info, SEC_DESC **ppdesc)
SEC_DESC          301 examples/VFS/skel_transparent.c 	const char *name, uint32 security_info, SEC_DESC **ppdesc)
SEC_DESC          307 examples/VFS/skel_transparent.c 	uint32 security_info_sent, const SEC_DESC *psd)
SEC_DESC          563 source3/client/client.c 			SEC_DESC *sd = NULL;
SEC_DESC           29 source3/include/ads_protos.h 		 LDAPMessage *msg, const char *field, SEC_DESC **sd);
SEC_DESC           62 source3/include/gpo.h 	SEC_DESC *security_descriptor;
SEC_DESC          491 source3/include/proto.h void display_sec_desc(SEC_DESC *sec);
SEC_DESC          659 source3/include/proto.h bool sec_desc_equal(SEC_DESC *s1, SEC_DESC *s2);
SEC_DESC          660 source3/include/proto.h uint32_t get_sec_info(const SEC_DESC *sd);
SEC_DESC          662 source3/include/proto.h SEC_DESC *make_sec_desc(TALLOC_CTX *ctx,
SEC_DESC          667 source3/include/proto.h SEC_DESC *dup_sec_desc(TALLOC_CTX *ctx, const SEC_DESC *src);
SEC_DESC          678 source3/include/proto.h SEC_DESC *make_standard_sec_desc(TALLOC_CTX *ctx, const DOM_SID *owner_sid, const DOM_SID *grp_sid,
SEC_DESC          680 source3/include/proto.h SEC_DESC_BUF *make_sec_desc_buf(TALLOC_CTX *ctx, size_t len, SEC_DESC *sec_desc);
SEC_DESC          682 source3/include/proto.h NTSTATUS sec_desc_add_sid(TALLOC_CTX *ctx, SEC_DESC **psd, DOM_SID *sid, uint32 mask, size_t *sd_size);
SEC_DESC          683 source3/include/proto.h NTSTATUS sec_desc_mod_sid(SEC_DESC *sd, DOM_SID *sid, uint32 mask);
SEC_DESC          684 source3/include/proto.h NTSTATUS sec_desc_del_sid(TALLOC_CTX *ctx, SEC_DESC **psd, DOM_SID *sid, size_t *sd_size);
SEC_DESC          686 source3/include/proto.h                                         SEC_DESC **ppsd,
SEC_DESC          688 source3/include/proto.h                                         const SEC_DESC *parent_ctr,
SEC_DESC          694 source3/include/proto.h 					const SEC_DESC *parent_ctr,
SEC_DESC          714 source3/include/proto.h SEC_DESC *get_share_security_default( TALLOC_CTX *ctx, size_t *psize, uint32 def_access);
SEC_DESC          715 source3/include/proto.h SEC_DESC *get_share_security( TALLOC_CTX *ctx, const char *servicename,
SEC_DESC          717 source3/include/proto.h bool set_share_security(const char *share_name, SEC_DESC *psd);
SEC_DESC          721 source3/include/proto.h bool parse_usershare_acl(TALLOC_CTX *ctx, const char *acl_str, SEC_DESC **ppsd);
SEC_DESC         1272 source3/include/proto.h NTSTATUS se_access_check(const SEC_DESC *sd, const NT_USER_TOKEN *token,
SEC_DESC         1274 source3/include/proto.h NTSTATUS samr_make_sam_obj_sd(TALLOC_CTX *ctx, SEC_DESC **psd, size_t *sd_size);
SEC_DESC         1725 source3/include/proto.h void ads_disp_sd(ADS_STRUCT *ads, TALLOC_CTX *mem_ctx, SEC_DESC *sd);
SEC_DESC         2801 source3/include/proto.h SEC_DESC *cli_query_secdesc(struct cli_state *cli, int fnum, 
SEC_DESC         2803 source3/include/proto.h bool cli_set_secdesc(struct cli_state *cli, int fnum, SEC_DESC *sd);
SEC_DESC         4297 source3/include/proto.h 			SEC_DESC **ppsd,
SEC_DESC         4851 source3/include/proto.h void map_printer_permissions(SEC_DESC *sd);
SEC_DESC         4852 source3/include/proto.h void map_job_permissions(SEC_DESC *sd);
SEC_DESC         6106 source3/include/proto.h SEC_DESC *svcctl_get_secdesc( TALLOC_CTX *ctx, const char *name, NT_USER_TOKEN *token );
SEC_DESC         6107 source3/include/proto.h bool svcctl_set_secdesc( TALLOC_CTX *ctx, const char *name, SEC_DESC *sec_desc, NT_USER_TOKEN *token );
SEC_DESC         6747 source3/include/proto.h NTSTATUS unpack_nt_owners(int snum, uid_t *puser, gid_t *pgrp, uint32 security_info_sent, const SEC_DESC *psd);
SEC_DESC         6750 source3/include/proto.h 			   SEC_DESC **ppdesc);
SEC_DESC         6752 source3/include/proto.h 			  uint32_t security_info, SEC_DESC **ppdesc);
SEC_DESC         6755 source3/include/proto.h 				const SEC_DESC *pcsd,
SEC_DESC         6756 source3/include/proto.h 				SEC_DESC **pp_new_sd);
SEC_DESC         6757 source3/include/proto.h NTSTATUS set_nt_acl(files_struct *fsp, uint32 security_info_sent, const SEC_DESC *psd);
SEC_DESC         6766 source3/include/proto.h SEC_DESC *get_nt_acl_no_snum( TALLOC_CTX *ctx, const char *fname);
SEC_DESC         7282 source3/include/proto.h NTSTATUS access_check_object( SEC_DESC *psd, NT_USER_TOKEN *token,
SEC_DESC          130 source3/include/regfio.h 	SEC_DESC *sec_desc;
SEC_DESC          218 source3/include/regfio.h                                  SEC_DESC *sec_desc, REGF_NK_REC *parent );
SEC_DESC          286 source3/lib/display_sec.c void display_sec_desc(SEC_DESC *sec)
SEC_DESC           38 source3/lib/secdesc.c bool sec_desc_equal(SEC_DESC *s1, SEC_DESC *s2)
SEC_DESC          106 source3/lib/secdesc.c uint32_t get_sec_info(const SEC_DESC *sd)
SEC_DESC          139 source3/lib/secdesc.c 	SEC_DESC *psd = NULL;
SEC_DESC          183 source3/lib/secdesc.c SEC_DESC *make_sec_desc(TALLOC_CTX *ctx,
SEC_DESC          189 source3/lib/secdesc.c 	SEC_DESC *dst;
SEC_DESC          194 source3/lib/secdesc.c 	if(( dst = TALLOC_ZERO_P(ctx, SEC_DESC)) == NULL)
SEC_DESC          256 source3/lib/secdesc.c SEC_DESC *dup_sec_desc(TALLOC_CTX *ctx, const SEC_DESC *src)
SEC_DESC          396 source3/lib/secdesc.c SEC_DESC *make_standard_sec_desc(TALLOC_CTX *ctx, const DOM_SID *owner_sid, const DOM_SID *grp_sid,
SEC_DESC          408 source3/lib/secdesc.c SEC_DESC_BUF *make_sec_desc_buf(TALLOC_CTX *ctx, size_t len, SEC_DESC *sec_desc)
SEC_DESC          441 source3/lib/secdesc.c NTSTATUS sec_desc_add_sid(TALLOC_CTX *ctx, SEC_DESC **psd, DOM_SID *sid, uint32 mask, size_t *sd_size)
SEC_DESC          443 source3/lib/secdesc.c 	SEC_DESC *sd   = 0;
SEC_DESC          474 source3/lib/secdesc.c NTSTATUS sec_desc_mod_sid(SEC_DESC *sd, DOM_SID *sid, uint32 mask)
SEC_DESC          493 source3/lib/secdesc.c NTSTATUS sec_desc_del_sid(TALLOC_CTX *ctx, SEC_DESC **psd, DOM_SID *sid, size_t *sd_size)
SEC_DESC          495 source3/lib/secdesc.c 	SEC_DESC *sd   = 0;
SEC_DESC          550 source3/lib/secdesc.c 					SEC_DESC **ppsd,
SEC_DESC          552 source3/lib/secdesc.c 					const SEC_DESC *parent_ctr,
SEC_DESC          686 source3/lib/secdesc.c 					const SEC_DESC *parent_ctr,
SEC_DESC          691 source3/lib/secdesc.c 	SEC_DESC *sd = NULL;
SEC_DESC          125 source3/lib/sharesec.c SEC_DESC *get_share_security_default( TALLOC_CTX *ctx, size_t *psize, uint32 def_access)
SEC_DESC          130 source3/lib/sharesec.c 	SEC_DESC *psd = NULL;
SEC_DESC          156 source3/lib/sharesec.c SEC_DESC *get_share_security( TALLOC_CTX *ctx, const char *servicename,
SEC_DESC          160 source3/lib/sharesec.c 	SEC_DESC *psd = NULL;
SEC_DESC          202 source3/lib/sharesec.c bool set_share_security(const char *share_name, SEC_DESC *psd)
SEC_DESC          284 source3/lib/sharesec.c 	SEC_DESC *psd = NULL;
SEC_DESC          304 source3/lib/sharesec.c bool parse_usershare_acl(TALLOC_CTX *ctx, const char *acl_str, SEC_DESC **ppsd)
SEC_DESC          311 source3/lib/sharesec.c 	SEC_DESC *psd = NULL;
SEC_DESC          319 source3/lib/sharesec.c 		SEC_DESC *default_psd = get_share_security_default(ctx, &s_size, GENERIC_READ_ACCESS);
SEC_DESC          254 source3/lib/util_seaccess.c NTSTATUS samr_make_sam_obj_sd(TALLOC_CTX *ctx, SEC_DESC **psd, size_t *sd_size)
SEC_DESC          190 source3/libads/disp_sec.c void ads_disp_sd(ADS_STRUCT *ads, TALLOC_CTX *mem_ctx, SEC_DESC *sd)
SEC_DESC         2695 source3/libads/ldap.c 		  LDAPMessage *msg, const char *field, SEC_DESC **sd)
SEC_DESC          150 source3/libgpo/gpo_sec.c 	SEC_DESC *sd = gpo->security_descriptor;
SEC_DESC           25 source3/libsmb/clisecdesc.c SEC_DESC *cli_query_secdesc(struct cli_state *cli, int fnum, 
SEC_DESC           31 source3/libsmb/clisecdesc.c 	SEC_DESC *psd = NULL;
SEC_DESC           73 source3/libsmb/clisecdesc.c bool cli_set_secdesc(struct cli_state *cli, int fnum, SEC_DESC *sd)
SEC_DESC          422 source3/libsmb/libsmb_xattr.c static SEC_DESC *
SEC_DESC          431 source3/libsmb/libsmb_xattr.c 	SEC_DESC *ret = NULL;
SEC_DESC          734 source3/libsmb/libsmb_xattr.c 	SEC_DESC *sd;
SEC_DESC         1512 source3/libsmb/libsmb_xattr.c 	SEC_DESC *sd = NULL, *old;
SEC_DESC          284 source3/modules/nfs4_acls.c 	SEC_DESC **ppdesc, SMB4ACL_T *theacl)
SEC_DESC          331 source3/modules/nfs4_acls.c 			       SEC_DESC **ppdesc, SMB4ACL_T *theacl)
SEC_DESC          347 source3/modules/nfs4_acls.c 			      SEC_DESC **ppdesc, SMB4ACL_T *theacl)
SEC_DESC          705 source3/modules/nfs4_acls.c 	const SEC_DESC *psd,
SEC_DESC          134 source3/modules/nfs4_acls.h 	SEC_DESC **ppdesc, SMB4ACL_T *theacl);
SEC_DESC          139 source3/modules/nfs4_acls.h 	SEC_DESC **ppdesc, SMB4ACL_T *theacl);
SEC_DESC          147 source3/modules/nfs4_acls.h 	const SEC_DESC *psd,
SEC_DESC          127 source3/modules/onefs.h 			   uint32 security_info, SEC_DESC **ppdesc);
SEC_DESC          130 source3/modules/onefs.h 			  uint32 security_info, SEC_DESC **ppdesc);
SEC_DESC          133 source3/modules/onefs.h 			   uint32 security_info_sent, SEC_DESC *psd);
SEC_DESC          139 source3/modules/onefs.h NTSTATUS onefs_samba_sd_to_sd(uint32_t security_info_sent, SEC_DESC *psd,
SEC_DESC          602 source3/modules/onefs_acl.c 		  uint32 security_info, SEC_DESC **ppdesc)
SEC_DESC          611 source3/modules/onefs_acl.c 	SEC_DESC *pdesc;
SEC_DESC          788 source3/modules/onefs_acl.c 		 uint32 security_info, SEC_DESC **ppdesc)
SEC_DESC          813 source3/modules/onefs_acl.c NTSTATUS onefs_samba_sd_to_sd(uint32_t security_info_sent, SEC_DESC *psd,
SEC_DESC          899 source3/modules/onefs_acl.c 		  uint32_t sec_info_sent, SEC_DESC *psd)
SEC_DESC         1047 source3/modules/vfs_afsacl.c 			 const SEC_DESC *psd)
SEC_DESC          158 source3/modules/vfs_aixacl2.c 	SEC_DESC **ppdesc)
SEC_DESC          179 source3/modules/vfs_aixacl2.c 	uint32 security_info, SEC_DESC **ppdesc)
SEC_DESC          372 source3/modules/vfs_aixacl2.c static NTSTATUS aixjfs2_set_nt_acl_common(files_struct *fsp, uint32 security_info_sent, const SEC_DESC *psd)
SEC_DESC          396 source3/modules/vfs_aixacl2.c NTSTATUS aixjfs2_fset_nt_acl(vfs_handle_struct *handle, files_struct *fsp, uint32 security_info_sent, const SEC_DESC *psd)
SEC_DESC         1241 source3/modules/vfs_default.c 				    uint32 security_info, SEC_DESC **ppdesc)
SEC_DESC         1253 source3/modules/vfs_default.c 				   uint32 security_info, SEC_DESC **ppdesc)
SEC_DESC         1263 source3/modules/vfs_default.c static NTSTATUS vfswrap_fset_nt_acl(vfs_handle_struct *handle, files_struct *fsp, uint32 security_info_sent, const SEC_DESC *psd)
SEC_DESC          245 source3/modules/vfs_full_audit.c 				SEC_DESC **ppdesc);
SEC_DESC          248 source3/modules/vfs_full_audit.c 			       SEC_DESC **ppdesc);
SEC_DESC          251 source3/modules/vfs_full_audit.c 			      const SEC_DESC *psd);
SEC_DESC         1811 source3/modules/vfs_full_audit.c 				SEC_DESC **ppdesc)
SEC_DESC         1826 source3/modules/vfs_full_audit.c 					  SEC_DESC **ppdesc)
SEC_DESC         1840 source3/modules/vfs_full_audit.c 			      const SEC_DESC *psd)
SEC_DESC          300 source3/modules/vfs_gpfs.c 	SEC_DESC **ppdesc)
SEC_DESC          322 source3/modules/vfs_gpfs.c 	uint32 security_info, SEC_DESC **ppdesc)
SEC_DESC          437 source3/modules/vfs_gpfs.c static NTSTATUS gpfsacl_set_nt_acl_internal(files_struct *fsp, uint32 security_info_sent, const SEC_DESC *psd)
SEC_DESC          458 source3/modules/vfs_gpfs.c static NTSTATUS gpfsacl_fset_nt_acl(vfs_handle_struct *handle, files_struct *fsp, uint32 security_info_sent, const SEC_DESC *psd)
SEC_DESC          210 source3/modules/vfs_zfsacl.c 			 const SEC_DESC *psd)
SEC_DESC         8349 source3/param/loadparm.c 			SEC_DESC **ppsd,
SEC_DESC         8533 source3/param/loadparm.c 	SEC_DESC *psd = NULL;
SEC_DESC          335 source3/printing/nt_printing.c 	SEC_DESC *sec, *new_sec;
SEC_DESC         5315 source3/printing/nt_printing.c 		SEC_DESC *psd = NULL;
SEC_DESC         5403 source3/printing/nt_printing.c 	SEC_DESC *psd = NULL;
SEC_DESC         5533 source3/printing/nt_printing.c 			SEC_DESC *psd = NULL;
SEC_DESC         5624 source3/printing/nt_printing.c void map_printer_permissions(SEC_DESC *sd)
SEC_DESC         5634 source3/printing/nt_printing.c void map_job_permissions(SEC_DESC *sd)
SEC_DESC          855 source3/registry/reg_api.c 	SEC_DESC *sec_desc = NULL;
SEC_DESC           37 source3/registry/reg_dispatcher.c static WERROR construct_registry_sd(TALLOC_CTX *ctx, SEC_DESC **psd)
SEC_DESC           41 source3/registry/reg_dispatcher.c 	SEC_DESC *sd;
SEC_DESC          161 source3/registry/reg_dispatcher.c 	SEC_DESC *sec_desc;
SEC_DESC          956 source3/registry/regfio.c static REGF_SK_REC* find_sk_record_by_sec_desc( REGF_FILE *file, SEC_DESC *sd )
SEC_DESC         1570 source3/registry/regfio.c static uint32 sk_record_data_size( SEC_DESC * sd )
SEC_DESC         1719 source3/registry/regfio.c                                SEC_DESC *sec_desc, REGF_NK_REC *parent )
SEC_DESC           72 source3/rpc_server/srv_eventlog_nt.c 	SEC_DESC *sec_desc;
SEC_DESC          290 source3/rpc_server/srv_lsa_nt.c static NTSTATUS make_lsa_object_sd(TALLOC_CTX *mem_ctx, SEC_DESC **sd, size_t *sd_size,
SEC_DESC          388 source3/rpc_server/srv_lsa_nt.c 	SEC_DESC *psd = NULL;
SEC_DESC         1630 source3/rpc_server/srv_lsa_nt.c 	SEC_DESC *psd = NULL;
SEC_DESC         1938 source3/rpc_server/srv_lsa_nt.c 	SEC_DESC *psd = NULL;
SEC_DESC         2057 source3/rpc_server/srv_lsa_nt.c 	SEC_DESC *psd = NULL;
SEC_DESC         2126 source3/rpc_server/srv_lsa_nt.c 	SEC_DESC *psd = NULL;
SEC_DESC          112 source3/rpc_server/srv_samr_nt.c static NTSTATUS make_samr_object_sd( TALLOC_CTX *ctx, SEC_DESC **psd, size_t *sd_size,
SEC_DESC          167 source3/rpc_server/srv_samr_nt.c NTSTATUS access_check_object( SEC_DESC *psd, NT_USER_TOKEN *token,
SEC_DESC          603 source3/rpc_server/srv_samr_nt.c 	SEC_DESC *psd = NULL;
SEC_DESC          863 source3/rpc_server/srv_samr_nt.c 	SEC_DESC * psd = NULL;
SEC_DESC         2331 source3/rpc_server/srv_samr_nt.c 	SEC_DESC *psd = NULL;
SEC_DESC         3750 source3/rpc_server/srv_samr_nt.c 	SEC_DESC *psd;
SEC_DESC         3954 source3/rpc_server/srv_samr_nt.c 	SEC_DESC *psd = NULL;
SEC_DESC         4185 source3/rpc_server/srv_samr_nt.c 	SEC_DESC *psd = NULL;
SEC_DESC         6360 source3/rpc_server/srv_samr_nt.c 	SEC_DESC         *psd = NULL;
SEC_DESC          322 source3/rpc_server/srv_srvsvc_nt.c static void map_generic_share_sd_bits(SEC_DESC *psd)
SEC_DESC          374 source3/rpc_server/srv_srvsvc_nt.c 	SEC_DESC *sd = NULL;
SEC_DESC          472 source3/rpc_server/srv_srvsvc_nt.c 	SEC_DESC *sd;
SEC_DESC         1493 source3/rpc_server/srv_srvsvc_nt.c 	SEC_DESC *psd = NULL;
SEC_DESC         1689 source3/rpc_server/srv_srvsvc_nt.c 		SEC_DESC *old_sd;
SEC_DESC         1723 source3/rpc_server/srv_srvsvc_nt.c 	SEC_DESC *psd = NULL;
SEC_DESC         2051 source3/rpc_server/srv_srvsvc_nt.c 	SEC_DESC *psd = NULL;
SEC_DESC          121 source3/rpc_server/srv_svcctl_nt.c static NTSTATUS svcctl_access_check( SEC_DESC *sec_desc, NT_USER_TOKEN *token,
SEC_DESC          135 source3/rpc_server/srv_svcctl_nt.c static SEC_DESC* construct_scm_sd( TALLOC_CTX *ctx )
SEC_DESC          139 source3/rpc_server/srv_svcctl_nt.c 	SEC_DESC *sd;
SEC_DESC          255 source3/rpc_server/srv_svcctl_nt.c 	SEC_DESC *sec_desc;
SEC_DESC          280 source3/rpc_server/srv_svcctl_nt.c 	SEC_DESC *sec_desc;
SEC_DESC          857 source3/rpc_server/srv_svcctl_nt.c 	SEC_DESC *sec_desc;
SEC_DESC          908 source3/rpc_server/srv_svcctl_nt.c 	SEC_DESC *sec_desc = NULL;
SEC_DESC         3111 source3/rpcclient/cmd_spoolss.c 	SEC_DESC *sd1, *sd2;
SEC_DESC           89 source3/services/services_db.c static SEC_DESC* construct_service_sd( TALLOC_CTX *ctx )
SEC_DESC           93 source3/services/services_db.c 	SEC_DESC *sd = NULL;
SEC_DESC          343 source3/services/services_db.c 	SEC_DESC *sd = NULL;
SEC_DESC          505 source3/services/services_db.c SEC_DESC *svcctl_get_secdesc( TALLOC_CTX *ctx, const char *name, NT_USER_TOKEN *token )
SEC_DESC          510 source3/services/services_db.c 	SEC_DESC *ret_sd = NULL;
SEC_DESC          566 source3/services/services_db.c bool svcctl_set_secdesc( TALLOC_CTX *ctx, const char *name, SEC_DESC *sec_desc, NT_USER_TOKEN *token )
SEC_DESC          760 source3/smbd/nttrans.c 	SEC_DESC *psd = NULL;
SEC_DESC         1613 source3/smbd/nttrans.c static NTSTATUS get_null_nt_acl(TALLOC_CTX *mem_ctx, SEC_DESC **ppsd)
SEC_DESC         1642 source3/smbd/nttrans.c 	SEC_DESC *psd = NULL;
SEC_DESC         1146 source3/smbd/posix_acls.c NTSTATUS unpack_nt_owners(int snum, uid_t *puser, gid_t *pgrp, uint32 security_info_sent, const SEC_DESC *psd)
SEC_DESC         2205 source3/smbd/posix_acls.c 				const SEC_DESC *psd)
SEC_DESC         3044 source3/smbd/posix_acls.c 				      SEC_DESC **ppdesc)
SEC_DESC         3058 source3/smbd/posix_acls.c 	SEC_DESC *psd = NULL;
SEC_DESC         3307 source3/smbd/posix_acls.c 			   SEC_DESC **ppdesc)
SEC_DESC         3338 source3/smbd/posix_acls.c 			  uint32_t security_info, SEC_DESC **ppdesc)
SEC_DESC         3473 source3/smbd/posix_acls.c 				const SEC_DESC *pcsd,
SEC_DESC         3474 source3/smbd/posix_acls.c 				SEC_DESC **pp_new_sd)
SEC_DESC         3476 source3/smbd/posix_acls.c 	SEC_DESC *parent_sd = NULL;
SEC_DESC         3486 source3/smbd/posix_acls.c 	SEC_DESC *psd = dup_sec_desc(talloc_tos(), pcsd);
SEC_DESC         3667 source3/smbd/posix_acls.c NTSTATUS set_nt_acl(files_struct *fsp, uint32 security_info_sent, const SEC_DESC *psd)
SEC_DESC         4538 source3/smbd/posix_acls.c SEC_DESC *get_nt_acl_no_snum( TALLOC_CTX *ctx, const char *fname)
SEC_DESC         4540 source3/smbd/posix_acls.c 	SEC_DESC *psd, *ret_sd;
SEC_DESC         4254 source3/utils/net_rpc.c 	SEC_DESC *share_sd = NULL;
SEC_DESC         4255 source3/utils/net_rpc.c 	SEC_DESC *root_sd = NULL;
SEC_DESC          153 source3/utils/net_rpc_printer.c 	SEC_DESC *sd = NULL;
SEC_DESC          323 source3/utils/net_usershare.c 	SEC_DESC *psd = NULL;
SEC_DESC           58 source3/utils/profiles.c static bool swap_sid_in_acl( SEC_DESC *sd, DOM_SID *s1, DOM_SID *s2 )
SEC_DESC          119 source3/utils/profiles.c 	SEC_DESC *new_sd;
SEC_DESC          127 source3/utils/sharesec.c static void sec_desc_print(FILE *f, SEC_DESC *sd)
SEC_DESC          297 source3/utils/sharesec.c static SEC_DESC* parse_acl_string(TALLOC_CTX *mem_ctx, const char *szACL, size_t *sd_size )
SEC_DESC          299 source3/utils/sharesec.c 	SEC_DESC *sd = NULL;
SEC_DESC          409 source3/utils/sharesec.c 	SEC_DESC *sd = NULL;
SEC_DESC          410 source3/utils/sharesec.c 	SEC_DESC *old = NULL;
SEC_DESC          549 source3/utils/smbcacls.c static SEC_DESC *sec_desc_parse(TALLOC_CTX *ctx, struct cli_state *cli, char *str)
SEC_DESC          553 source3/utils/smbcacls.c 	SEC_DESC *ret = NULL;
SEC_DESC          621 source3/utils/smbcacls.c static void sec_desc_print(struct cli_state *cli, FILE *f, SEC_DESC *sd)
SEC_DESC          664 source3/utils/smbcacls.c 	SEC_DESC *sd;
SEC_DESC          704 source3/utils/smbcacls.c 	SEC_DESC *sd, *old;
SEC_DESC          819 source3/utils/smbcacls.c 	SEC_DESC *sd, *old;
SEC_DESC         2738 source4/torture/gentest.c 		LVL(SMB2_ALL_EAS), LVL(SMB2_ALL_INFORMATION), LVL(SEC_DESC),
SEC_DESC          243 source4/torture/smb2/setinfo.c  	CHECK1(SEC_DESC);
SEC_DESC          259 source4/torture/smb2/setinfo.c 	CHECK_CALL(SEC_DESC, NT_STATUS_OK);
SEC_DESC          260 source4/torture/smb2/setinfo.c  	CHECK1(SEC_DESC);
SEC_DESC          278 source4/torture/smb2/setinfo.c 	CHECK_CALL(SEC_DESC, NT_STATUS_OK);
SEC_DESC          279 source4/torture/smb2/setinfo.c  	CHECK1(SEC_DESC);