Searched refs:chosen (Results 1 - 25 of 65) sorted by relevance

123

/freebsd-10.0-release/sys/boot/fdt/dts/
H A Dexynos5250-arndale.dts41 chosen {
H A Dtegra20-paz00.dts48 chosen {
H A Dbeaglebone-black.dts149 chosen {
H A Dbeaglebone.dts141 chosen {
H A Dam335x-evm.dts179 chosen {
H A Dxlp-basic.dts61 chosen {
H A Ddigi-ccwmx53.dts118 chosen {
H A Defikamx.dts117 chosen {
H A Dcubieboard.dts129 chosen {
H A Dcubieboard2.dts135 chosen {
H A Dtrimslice.dts139 chosen {
H A Dversatilepb.dts114 chosen {
/freebsd-10.0-release/sys/boot/ofw/libofw/
H A Dofw_console.c61 OF_getprop(chosen, "stdin", &stdin, sizeof(stdin));
62 OF_getprop(chosen, "stdout", &stdout, sizeof(stdout));
H A Dopenfirm.h73 extern phandle_t chosen;
/freebsd-10.0-release/usr.sbin/pkg/
H A Ddns_utils.c85 int *chosen; local
87 chosen = malloc(sizeof(int) * (last - first + 1));
98 chosen[i] = random() % (d[i]->weight * 100 / totalweight);
100 if (chosen[i] == chosen[j])
104 d[i]->finalweight = chosen[i];
110 free(chosen);
/freebsd-10.0-release/sys/boot/ofw/common/
H A Dmain.c59 OF_getprop(chosen, "stdout", &stdout, sizeof(stdout));
135 OF_getprop(chosen, "bootpath", bootpath, 64);
146 OF_getprop(chosen, "bootargs", bootargs, sizeof(bootargs));
/freebsd-10.0-release/sys/dev/ofw/
H A Dofw_console.c166 int chosen; local
168 if ((chosen = OF_finddevice("/chosen")) == -1) {
173 if (OF_getprop(chosen, "stdin", &stdin, sizeof(stdin)) == -1) {
178 if (OF_getprop(chosen, "stdout", &stdout, sizeof(stdout)) == -1) {
/freebsd-10.0-release/sys/dev/uart/
H A Duart_cpu_fdt.c97 phandle_t node, chosen; local
115 * Retrieve /chosen/std{in,out}.
117 if ((chosen = OF_finddevice("/chosen")) == -1)
119 if (OF_getprop(chosen, "stdin", buf, sizeof(buf)) <= 0)
123 if (OF_getprop(chosen, "stdout", buf, sizeof(buf)) <= 0)
H A Duart_cpu_sparc64.c95 * Note that the currently active console (i.e. /chosen/stdout and
96 * /chosen/stdin) may not be the same as the device selected in the
108 phandle_t chosen, input, output; local
118 if ((chosen = OF_finddevice("/chosen")) == -1)
120 if (OF_getprop(chosen, "stdin", &inst, sizeof(inst)) == -1)
124 if (OF_getprop(chosen, "stdout", &inst, sizeof(inst)) == -1)
139 if ((chosen = OF_finddevice("/chosen")) == -1)
141 if (OF_getprop(chosen, "iosra
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dtlink.c52 int chosen;
337 is offered, chosen or provided if CHOSEN is 0, 1 or 2, respectively.
342 freadsym (FILE *stream, file *f, int chosen)
357 sym->chosen = chosen;
359 else if (chosen)
363 if (sym->chosen && sym->file != f)
365 if (sym->chosen == 1)
371 chosen = sym->chosen;
51 int chosen; member in struct:symbol_hash_entry
338 freadsym(FILE *stream, file *f, int chosen) argument
[all...]
/freebsd-10.0-release/sys/powerpc/powermac/
H A Dplatform_powermac.c253 phandle_t bsp, chosen; local
256 chosen = OF_finddevice("/chosen");
257 if (chosen == -1)
260 res = OF_getprop(chosen, "cpu", &inst, sizeof(inst));
/freebsd-10.0-release/usr.sbin/bsdinstall/partedit/
H A Dpart_wizard.c93 char *chosen; local
149 chosen = (err == 0) ? strdup(disks[selected].name) : NULL;
151 chosen = strdup(disks[0].name);
153 chosen = NULL;
159 return (chosen);
/freebsd-10.0-release/sys/powerpc/pseries/
H A Dplatform_chrp.c286 phandle_t bsp, chosen; local
289 chosen = OF_finddevice("/chosen");
290 if (chosen == 0)
293 res = OF_getprop(chosen, "cpu", &inst, sizeof(inst));
/freebsd-10.0-release/usr.sbin/ppp/
H A Ddatalink.h96 const char *chosen; /* Chosen phone number after DIAL */ member in struct:datalink::__anon11686
/freebsd-10.0-release/contrib/gdb/gdb/
H A Darch-utils.c597 const char *chosen = arches[0];
601 if (strcmp (*arch, chosen) < 0)
602 chosen = *arch;
604 if (chosen == NULL)
607 info.bfd_arch_info = bfd_scan_arch (chosen);
595 const char *chosen = arches[0]; local

Completed in 206 milliseconds

123