Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_iod.c540 smb_iod_newstate(vcp, SMBIOD_ST_IDLE); in smb_iod_recvall()
566 smb_iod_newstate(vcp, SMBIOD_ST_IDLE); in smb_iod_recvall()
1799 if (vcp->vc_state != SMBIOD_ST_IDLE && in smb_iod_vc_idle()
1807 while (vcp->vc_state == SMBIOD_ST_IDLE && in smb_iod_vc_idle()
1814 if (vcp->vc_state == SMBIOD_ST_IDLE && in smb_iod_vc_idle()
1878 smb_iod_newstate(vcp, SMBIOD_ST_IDLE); in smb_iod_vc_rcfail()
1900 case SMBIOD_ST_IDLE: in smb_iod_reconnect()
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Diod_wk.c94 case SMBIOD_ST_IDLE: in smb_iod_work()
H A Dconnect.c84 case SMBIOD_ST_IDLE: in smb_iod_state_name()
/illumos-gate/usr/src/uts/common/netsmb/
H A Dsmb_dev.h160 SMBIOD_ST_IDLE, /* no trees, will go DEAD */ enumerator