Home
last modified time | relevance | path

Searched refs:SMB_ALL_SECINFO (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_setinfo_sec.c64 if ((secinfo & SMB_ALL_SECINFO) == 0) in smb2_setinfo_sec()
H A Dsmb_nt_transact_security.c192 if ((secinfo & SMB_ALL_SECINFO) == 0) { in smb_nt_transact_set_security_info()
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsrvsvc_sd.c169 status = smb_sd_read(path, &sd, SMB_ALL_SECINFO); in srvsvc_sd_get()
179 *size = smb_sd_len(&sd, SMB_ALL_SECINFO); in srvsvc_sd_get()
200 smb_fssd_init(&fs_sd, SMB_ALL_SECINFO, SMB_FSSD_FLAGS_DIR); in srvsvc_sd_get_autohome()
H A Dwinreg_svc.c735 sd_len = smb_sd_len(&sd, SMB_ALL_SECINFO); in winreg_s_GetKeySec()
773 smb_fssd_init(&fs_sd, SMB_ALL_SECINFO, SMB_FSSD_FLAGS_DIR); in winreg_sd_format()
H A Dspoolss_svc.c1089 sd_len = smb_sd_len(&sd, SMB_ALL_SECINFO); in spoolss_make_sd()
1113 smb_fssd_init(&fs_sd, SMB_ALL_SECINFO, SMB_FSSD_FLAGS_DIR); in spoolss_format_sd()
H A Dsvcctl_svc.c447 sec_info = param->security_info & SMB_ALL_SECINFO; in svcctl_s_QueryServiceSecurity()
497 if ((param->security_info & SMB_ALL_SECINFO) == 0) { in svcctl_s_SetServiceSecurity()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dntifs.h551 #define SMB_ALL_SECINFO 0x000F macro