Searched refs:SE_DACL_PRESENT (Results 1 – 5 of 5) sorted by relevance
110 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()
422 if ((sd->sd_control & SE_DACL_PRESENT) == 0) in smb_decode_sd()
333 if (sd->sd_control & SE_DACL_PRESENT) { in smb_sd_tofs()463 sd->sd_control |= SE_DACL_PRESENT; in smb_sd_set_dacl()
559 #define SE_DACL_PRESENT 0x0004 macro
3514 if (sd.sd_control & SE_DACL_PRESENT) in smbsd_dcmd()3556 if (sd.sd_control & SE_DACL_PRESENT && sd.sd_dacl) { in smbsd_dcmd()