Home
last modified time | relevance | path

Searched refs:SE_DACL_PRESENT (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_sd.c110 if ((sd->sd_control & SE_DACL_PRESENT) != 0) in smb_sd_get_secinfo()
278 (sd->sd_control & SE_DACL_PRESENT) != 0); in smb_sd_tofs()
405 sd->sd_control |= SE_DACL_PRESENT; in smb_sd_set_dacl()
H A Dsmb_nt_transact_security.c422 if ((sd->sd_control & SE_DACL_PRESENT) == 0) in smb_decode_sd()
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_sd.c333 if (sd->sd_control & SE_DACL_PRESENT) { in smb_sd_tofs()
463 sd->sd_control |= SE_DACL_PRESENT; in smb_sd_set_dacl()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dntifs.h559 #define SE_DACL_PRESENT 0x0004 macro
/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c3516 if (sd.sd_control & SE_DACL_PRESENT) in smbsd_dcmd()
3558 if (sd.sd_control & SE_DACL_PRESENT && sd.sd_dacl) { in smbsd_dcmd()