Home
last modified time | relevance | path

Searched refs:SMB_LGRP_NO_LOCAL_SID (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_lgrp.c177 { SMB_LGRP_NO_LOCAL_SID, "cannot get the machine SID" },
1002 { SMB_LGRP_NO_LOCAL_SID, NT_STATUS_INVALID_SID }, in smb_lgrp_err_to_ntstatus()
1088 return (SMB_LGRP_NO_LOCAL_SID); in smb_lgrp_start()
1098 return (SMB_LGRP_NO_LOCAL_SID); in smb_lgrp_start()
H A Dlibsmb.h748 #define SMB_LGRP_NO_LOCAL_SID 7 macro