Searched refs:smb_sd_t (Results 1 - 14 of 14) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_sd.c | 36 static void smb_sd_set_sacl(smb_sd_t *, smb_acl_t *, boolean_t, int); 37 static void smb_sd_set_dacl(smb_sd_t *, smb_acl_t *, boolean_t, int); 38 static uint32_t smb_sd_fromfs(smb_fssd_t *, smb_sd_t *); 41 smb_sd_init(smb_sd_t *sd, uint8_t revision) 43 bzero(sd, sizeof (smb_sd_t)); 54 smb_sd_term(smb_sd_t *sd) 64 bzero(sd, sizeof (smb_sd_t)); 68 smb_sd_len(smb_sd_t *sd, uint32_t secinfo) 94 smb_sd_get_secinfo(smb_sd_t *sd) 127 smb_sd_read(smb_request_t *sr, smb_sd_t *s [all...] |
H A D | smb2_setinfo_sec.c | 39 smb_sd_t sd;
|
H A D | smb2_qinfo_sec.c | 39 smb_sd_t sd;
|
H A D | smb_nt_transact_create.c | 62 smb_sd_t sd; 110 op->sd = kmem_alloc(sizeof (smb_sd_t), KM_SLEEP); 125 smb_sd_t *sd = sr->arg.open.sd; 132 kmem_free(sd, sizeof (smb_sd_t));
|
H A D | smb_nt_transact_security.c | 62 smb_sd_t sd; 155 smb_sd_t sd; 226 smb_encode_sd(mbuf_chain_t *mbc, smb_sd_t *sd, uint32_t secinfo) 367 smb_decode_sd(mbuf_chain_t *mbc, smb_sd_t *sd)
|
H A D | smb2_create.c | 235 smb_sd_t sd;
|
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_sd.c | 55 static void smb_sd_set_sacl(smb_sd_t *, smb_acl_t *, boolean_t, int); 56 static void smb_sd_set_dacl(smb_sd_t *, smb_acl_t *, boolean_t, int); 59 smb_sd_init(smb_sd_t *sd, uint8_t revision) 61 bzero(sd, sizeof (smb_sd_t)); 72 smb_sd_term(smb_sd_t *sd) 82 bzero(sd, sizeof (smb_sd_t)); 86 smb_sd_len(smb_sd_t *sd, uint32_t secinfo) 112 smb_sd_get_secinfo(smb_sd_t *sd) 195 smb_sd_read(char *path, smb_sd_t *sd, uint32_t secinfo) 251 smb_sd_write(char *path, smb_sd_t *s [all...] |
H A D | libsmb.h | 874 uint32_t smb_sd_read(char *path, smb_sd_t *, uint32_t); 875 uint32_t smb_sd_write(char *path, smb_sd_t *, uint32_t); 876 uint32_t smb_sd_fromfs(smb_fssd_t *, smb_sd_t *);
|
/illumos-gate/usr/src/uts/common/smbsrv/ |
H A D | ntifs.h | 547 * smb_sd_t SD in SMB pointer form 563 } smb_sd_t; typedef in typeref:struct:smb_sd 584 void smb_sd_init(smb_sd_t *, uint8_t); 585 void smb_sd_term(smb_sd_t *); 586 uint32_t smb_sd_get_secinfo(smb_sd_t *); 587 uint32_t smb_sd_len(smb_sd_t *, uint32_t); 588 uint32_t smb_sd_tofs(smb_sd_t *, smb_fssd_t *);
|
H A D | smb_kproto.h | 420 void smb_encode_sd(mbuf_chain_t *, smb_sd_t *, uint32_t); 423 uint32_t smb_decode_sd(mbuf_chain_t *, smb_sd_t *); 872 uint32_t smb_sd_read(smb_request_t *, smb_sd_t *, uint32_t); 873 uint32_t smb_sd_write(smb_request_t *, smb_sd_t *, uint32_t);
|
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | srvsvc_sd.c | 43 uint32_t srvsvc_sd_set_relative(smb_sd_t *, uint8_t *); 45 static uint32_t srvsvc_sd_get_autohome(const smb_share_t *, smb_sd_t *); 47 static uint32_t srvsvc_sd_set_absolute(uint8_t *, smb_sd_t *); 106 smb_sd_t sd; 148 smb_sd_t sd; 156 bzero(&sd, sizeof (smb_sd_t)); 187 srvsvc_sd_get_autohome(const smb_share_t *si, smb_sd_t *sd) 264 srvsvc_sd_set_relative(smb_sd_t *sd, uint8_t *sdbuf) 421 srvsvc_sd_set_absolute(uint8_t *sdbuf, smb_sd_t *sd)
|
H A D | winreg_svc.c | 106 static uint32_t winreg_sd_format(smb_sd_t *); 107 uint32_t srvsvc_sd_set_relative(smb_sd_t *, uint8_t *); 725 smb_sd_t sd; 729 bzero(&sd, sizeof (smb_sd_t)); 763 winreg_sd_format(smb_sd_t *sd)
|
H A D | spoolss_svc.c | 97 uint32_t srvsvc_sd_set_relative(smb_sd_t *, uint8_t *); 100 static uint32_t spoolss_format_sd(smb_sd_t *); 1079 smb_sd_t sd; 1084 bzero(&sd, sizeof (smb_sd_t)); 1103 spoolss_format_sd(smb_sd_t *sd)
|
/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/ |
H A D | smbsrv.c | 500 "print smb_sd_t information", smb_sd }, 2212 * ********************************* smb_sd_t ********************************** 2222 smb_sd_t sd;
|
Completed in 561 milliseconds