Home
last modified time | relevance | path

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

/dports/emulators/simh/simh-3.9.0_5/I7094/
H A Di7094_io.c98 DEVICE *ch_find_dev (uint32 ch, uint32 unit);
612 if (ch_dso[ch] && (dptr = ch_find_dev (ch, ch_dsu[ch])) /* DS, cd or lpt? */ in ch_op_nds()
672 dptr = ch_find_dev (ch, unit); /* find device */ in ch6_sel()
714 DEVICE *ch_find_dev (uint32 ch, uint32 unit) in ch_find_dev() function
873 dptr = ch_find_dev (ch, ch_ndsu[ch]); /* find device */ in ch_op_reset()
1258 dptr = ch_find_dev (ch, ch_dsu[ch]); /* find device */ in ch6_wr_getw()