Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_iod.c779 if (smb_timo_notice && (smb_timo_notice < rqp->sr_timo)) in smb_iod_waitrq()
780 tmo1 = SEC_TO_TICK(smb_timo_notice); in smb_iod_waitrq()
815 rqp->sr_mid, smb_timo_notice); in smb_iod_waitrq()
H A Dsmb_subr.h112 extern int smb_timo_notice;
H A Dsmb_smb.c77 int smb_timo_notice = 15; variable