Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_sd.c260 if (sd->sd_control & SE_SACL_PRESENT) { in smb_sd_tofs()
396 sd->sd_control |= SE_SACL_PRESENT; in smb_sd_set_sacl()
H A Dsmb_nt_transact_security.c407 if ((sd->sd_control & SE_SACL_PRESENT) == 0) in smb_decode_sd()
/titanic_50/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()
/titanic_50/usr/src/uts/common/smbsrv/
H A Dntifs.h531 #define SE_SACL_PRESENT 0x0010 macro
/titanic_50/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c2246 if (sd.sd_control & SE_SACL_PRESENT) in smb_sd()
2275 if (sd.sd_control & SE_SACL_PRESENT && sd.sd_sacl) { in smb_sd()