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

  /src/sys/arch/macppc/dev/
adb.c 108 int adbindex, adbaddr, adb_node; local in function:adbattach
129 adb_node = of_getnode_byname(ca->ca_node, "adb");
130 if (adb_node)
161 if (!adb_node)
  /src/sys/arch/powerpc/oea/
ofw_consinit.c 270 int adb_node; local in function:ofwoea_cnprobe_keyboard
272 adb_node = OF_finddevice("/pci/mac-io/via-pmu/adb");
273 if (adb_node > 0) {

Completed in 11 milliseconds