Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_iod.c457 SMBIOD_ST_RECONNECT : SMBIOD_ST_IDLE; in smb_iod_recvall()
1064 while (vcp->vc_state == SMBIOD_ST_IDLE) { in smb_iod_vc_idle()
1120 smb_iod_newstate(vcp, SMBIOD_ST_IDLE); in smb_iod_vc_rcfail()
1141 case SMBIOD_ST_IDLE: in smb_iod_reconnect()
H A Dsmb_conn.c402 vcp->vc_state = SMBIOD_ST_IDLE; in smb_vc_create()
/titanic_50/usr/src/lib/libsmbfs/smb/
H A Diod_wk.c92 case SMBIOD_ST_IDLE: in smb_iod_work()
/titanic_50/usr/src/uts/common/netsmb/
H A Dsmb_dev.h143 SMBIOD_ST_IDLE = 0, /* no user requests enqueued yet */ enumerator