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

/freebsd-10.1-release/usr.sbin/bhyve/
H A Dinout.c235 struct inout_port **iopp, *iop; local
245 SET_FOREACH(iopp, inout_port_set) {
246 iop = *iopp;
/freebsd-10.1-release/release/picobsd/tinyware/msh/
H A Dsh3.c207 if (iopp = t->ioact)
208 while (*iopp)
209 if (iosetup(*iopp++, pin!=NULL, pout!=NULL)) {
247 struct ioword **iopp; local
313 if ((iopp = t->ioact) != NULL) {
319 while (*iopp)
320 if (iosetup(*iopp++, pin!=NULL, pout!=NULL))

Completed in 53 milliseconds