Searched refs:istates (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dnchan.c86 static const char *istates[] = { "open", "drain", "wait_oclose", "closed" }; variable
93 debug2("channel %d: input %s -> %s", c->self, istates[c->istate],
94 istates[next]);
/freebsd-13-stable/share/examples/scsi_target/
H A Dscsi_cmds.c106 static struct initiator_state istates[MAX_INITIATORS]; variable in typeref:struct:initiator_state
238 return (&istates[init_id]);

Completed in 89 milliseconds