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

/freebsd-10-stable/sys/netsmb/
H A Dsmb_iod.c112 iod->iod_state = SMBIOD_ST_DEAD;
124 SMBIODEBUG("%d\n", iod->iod_state);
125 switch(iod->iod_state) {
151 iod->iod_state = SMBIOD_ST_TRANACTIVE;
161 iod->iod_state = SMBIOD_ST_VCACTIVE;
177 if (iod->iod_state == SMBIOD_ST_VCACTIVE) {
179 iod->iod_state = SMBIOD_ST_TRANACTIVE;
183 iod->iod_state = SMBIOD_ST_NOTCONN;
192 if (iod->iod_state != SMBIOD_ST_VCACTIVE) {
193 if (iod->iod_state !
[all...]
H A Dsmb_conn.h442 enum smbiod_state iod_state; member in struct:smbiod
H A Dsmb_conn.c713 vip->iodstate = vcp->vc_iod->iod_state;
/freebsd-10-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 69 milliseconds