Searched refs:iod_state (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/netsmb/
H A Dsmb_iod.c114 iod->iod_state = SMBIOD_ST_DEAD;
126 SMBIODEBUG("%d\n", iod->iod_state);
127 switch(iod->iod_state) {
153 iod->iod_state = SMBIOD_ST_TRANACTIVE;
163 iod->iod_state = SMBIOD_ST_VCACTIVE;
179 if (iod->iod_state == SMBIOD_ST_VCACTIVE) {
181 iod->iod_state = SMBIOD_ST_TRANACTIVE;
185 iod->iod_state = SMBIOD_ST_NOTCONN;
194 if (iod->iod_state != SMBIOD_ST_VCACTIVE) {
195 if (iod->iod_state !
[all...]
H A Dsmb_conn.h444 enum smbiod_state iod_state; member in struct:smbiod
H A Dsmb_conn.c715 vip->iodstate = vcp->vc_iod->iod_state;
/freebsd-12-stable/contrib/smbfs/smbutil/
H A Ddumptree.c59 static char *iod_state[] = { variable
78 iprintf(4, "state: %s\n", iod_state[vip->iodstate]);

Completed in 158 milliseconds