/src/sys/arch/powerpc/oea/ |
ofwoea_machdep.c | 172 int chs = OF_finddevice("/chosen"); local in function:ofwoea_initppc 175 len = OF_getprop(chs, "bootpath", bootpath, sizeof(bootpath) - 1);
|
ofwoea_machdep.c | 172 int chs = OF_finddevice("/chosen"); local in function:ofwoea_initppc 175 len = OF_getprop(chs, "bootpath", bootpath, sizeof(bootpath) - 1);
|
/src/sys/dev/usb/ |
uaudio.c | 1080 int c, chs, ichs, ochs, nchs, i, o, bno, p, k; local in function:uaudio_add_mixer 1124 chs = uaudio_get_cluster(sc, d->baSourceId[i], iot) 1128 chs = uaudio_get_cluster(sc, d->baSourceId[i], iot) 1137 nchs = chs < MIX_MAX_CHAN ? chs : MIX_MAX_CHAN; 1158 p += chs;
|
uaudio.c | 1080 int c, chs, ichs, ochs, nchs, i, o, bno, p, k; local in function:uaudio_add_mixer 1124 chs = uaudio_get_cluster(sc, d->baSourceId[i], iot) 1128 chs = uaudio_get_cluster(sc, d->baSourceId[i], iot) 1137 nchs = chs < MIX_MAX_CHAN ? chs : MIX_MAX_CHAN; 1158 p += chs;
|