Home
last modified time | relevance | path

Searched refs:istates (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssh/
H A Dnchan.c88 static const char * const istates[] = { variable
97 debug2("channel %d: input %s -> %s", c->self, istates[c->istate], in chan_set_istate()
98 istates[next]); in chan_set_istate()
/freebsd/contrib/sendmail/src/
H A Dcollect.c339 static const char *istates[] = { "NORM", "BOL", "DOT", "DOTCR", "CR" }; variable
340 #define ISTATE istates[istate]
/freebsd/share/examples/scsi_target/
H A Dscsi_cmds.c104 static struct initiator_state istates[MAX_INITIATORS]; variable
232 return (&istates[init_id]); in tcmd_get_istate()