Searched refs:SE_DACL_PROTECTED (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_sd.c299 if (sd_control & SE_DACL_PROTECTED)
460 sd->sd_control |= SE_DACL_PROTECTED;
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_sd.c214 if (sd_control & SE_DACL_PROTECTED)
375 sd->sd_control |= SE_DACL_PROTECTED;
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dntifs.h484 * SE_DACL_PROTECTED Prevents ACEs set on the DACL of the parent container
493 * SE_DACL_PROTECTED and SE_SACL_PRESENT needs to be present to set
537 #define SE_DACL_PROTECTED 0x1000 macro
/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c2258 if (sd.sd_control & SE_DACL_PROTECTED)
2259 mdb_printf("\t SE_DACL_PROTECTED\n");

Completed in 53 milliseconds