Home
last modified time | relevance | path

Searched refs:sib_flags (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_idmap.c159 sib->sib_flags = flags; in smb_idmap_batch_create()
191 if (sib->sib_flags & SMB_IDMAP_ID2SID) { in smb_idmap_batch_destroy()
355 if (sib->sib_flags == SMB_IDMAP_SID2ID) { in smb_idmap_batch_getmappings()
383 if (sib->sib_flags & SMB_IDMAP_SID2ID) in smb_idmap_batch_binsid()
/titanic_50/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfksmb_idmap.c162 sib->sib_flags = flags; in smb_idmap_batch_create()
191 if (sib->sib_flags & SMB_IDMAP_ID2SID) { in smb_idmap_batch_destroy()
356 if (sib->sib_flags == SMB_IDMAP_SID2ID) { in smb_idmap_batch_getmappings()
386 if (sib->sib_flags & SMB_IDMAP_SID2ID) in smb_idmap_batch_binsid()
/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_idmap.c183 sib->sib_flags = flags; in smb_idmap_batch_create()
210 if (sib->sib_flags & SMB_IDMAP_ID2SID) { in smb_idmap_batch_destroy()
217 } else if (sib->sib_flags & SMB_IDMAP_SID2ID) { in smb_idmap_batch_destroy()
393 if (sib->sib_flags & SMB_IDMAP_SID2ID) in smb_idmap_batch_binsid()
/titanic_50/usr/src/uts/common/smbsrv/
H A Dsmb_idmap.h80 uint32_t sib_flags; member