Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_sd.c113 if ((sd->sd_control & SE_SACL_PRESENT) != 0) in smb_sd_get_secinfo()
288 (sd->sd_control & SE_SACL_PRESENT) != 0); in smb_sd_tofs()
289 if (sd->sd_control & SE_SACL_PRESENT) { in smb_sd_tofs()
423 sd->sd_control |= SE_SACL_PRESENT; in smb_sd_set_sacl()
H A Dsmb_nt_transact_security.c410 if ((sd->sd_control & SE_SACL_PRESENT) == 0) in smb_decode_sd()
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_sd.c345 if (sd->sd_control & SE_SACL_PRESENT) { in smb_sd_tofs()
481 sd->sd_control |= SE_SACL_PRESENT; in smb_sd_set_sacl()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dntifs.h561 #define SE_SACL_PRESENT 0x0010 macro
/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c3520 if (sd.sd_control & SE_SACL_PRESENT) in smbsd_dcmd()
3549 if (sd.sd_control & SE_SACL_PRESENT && sd.sd_sacl) { in smbsd_dcmd()