HomeSort by: relevance | last modified time | path
    Searched defs:com_is_input (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sparc64/dev/
com_ebus.c 108 int com_is_input; local in function:com_ebus_attach
163 com_is_input = (ea->ea_node == node);
168 com_is_input = (prom_getpropint(node, "board#", -2) == port);
180 if (com_is_input || com_is_output) {
196 if (com_is_input) {
com_ebus.c 108 int com_is_input; local in function:com_ebus_attach
163 com_is_input = (ea->ea_node == node);
168 com_is_input = (prom_getpropint(node, "board#", -2) == port);
180 if (com_is_input || com_is_output) {
196 if (com_is_input) {

Completed in 21 milliseconds