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)
|