Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/smbsrv/libmlsvc/common/
H A Dnetr_logon.c594 static uint32_t logon_id; in netr_setup_identity() local
598 if (logon_id == 0) in netr_setup_identity()
599 logon_id = 0xDCD0; in netr_setup_identity()
601 ++logon_id; in netr_setup_identity()
602 user_info->lg_logon_id = logon_id; in netr_setup_identity()
607 identity->logon_id.LowPart = logon_id; in netr_setup_identity()
608 identity->logon_id.HighPart = 0; in netr_setup_identity()
/titanic_44/usr/src/uts/common/smbsrv/ndl/
H A Dnetlogon.ndl263 struct OLD_LARGE_INTEGER logon_id;