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

  /src/sys/arch/macppc/dev/
zs_kgdb.c 124 int escc, escc_ch, obio, zs_offset; local in function:zs_kgdb_init
129 if ((escc_ch = OF_finddevice(zs_kgdb_devname)) == -1)
133 if (OF_getprop(escc_ch, "device_type", name, sizeof(name)) == -1)
140 if (OF_getprop(escc_ch, "name", name, sizeof(name)) == -1)
146 if (OF_getprop(escc_ch, "reg", reg, sizeof(reg)) < 4)
150 escc = OF_parent(escc_ch);
zs.c 1026 int escc, escc_ch, obio, zs_offset; local in function:zscninit
1030 if ((escc_ch = OF_instance_to_package(stdin)) == -1)
1034 if (OF_getprop(escc_ch, "name", name, sizeof(name)) == -1)
1039 if (OF_getprop(escc_ch, "reg", reg, sizeof(reg)) < 4)
1043 escc = OF_parent(escc_ch);
1061 int chosen, escc_ch; local in function:zscn_delayed_init
1073 if ((escc_ch = OF_instance_to_package(stdin)) == -1)
1077 if (OF_getprop(escc_ch, "name", name, sizeof(name)) == -1)

Completed in 13 milliseconds