Home
last modified time | relevance | path

Searched refs:sv_ssetup_ct (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_session_setup_andx.c211 if (smb_threshold_enter(&sv->sv_ssetup_ct) != 0) { in smb_authenticate()
217 smb_threshold_exit(&sv->sv_ssetup_ct); in smb_authenticate()
H A Dsmb_server.c428 smb_threshold_init(&sv->sv_ssetup_ct, SMB_SSETUP_CMD, in smb_server_create()
493 smb_threshold_fini(&sv->sv_ssetup_ct); in smb_server_delete()
1401 smb_threshold_wake_all(&sv->sv_ssetup_ct); in smb_server_shutdown()
/titanic_44/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1885 smb_cmd_threshold_t sv_ssetup_ct; member