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

12345

/freebsd-10.1-release/sys/contrib/dts/arm/
H A Dusb_a9g20_common.dtsi13 chosen {
H A Dusb_a9260.dts16 chosen {
H A Dge863-pro3.dtsi49 chosen {
/freebsd-10.1-release/sys/boot/fdt/dts/arm/
H A Dexynos5250-arndale.dts49 chosen {
H A Dhl201.dts40 chosen {
H A Drk3188-radxa.dts53 chosen {
H A Dtegra20-paz00.dts48 chosen {
H A Dbeaglebone.dts141 chosen {
H A Dcubieboard.dts65 chosen {
H A Dcubieboard2.dts65 chosen {
H A Dam335x-evm.dts179 chosen {
H A Dbeaglebone-black.dts181 chosen {
H A Dexynos5250-chromebook.dts68 chosen {
H A Dvybrid-colibri-vf50.dts77 chosen {
H A Dvybrid-cosmic.dts81 chosen {
H A Defikamx.dts123 chosen {
/freebsd-10.1-release/sys/dev/uart/
H A Duart_cpu_powerpc.c113 phandle_t input, opts, chosen; local
121 chosen = OF_finddevice("/chosen");
125 if (chosen != -1 && error != 0)
126 error = ofw_get_uart_console(chosen, &input,
128 if (chosen != -1 && error != 0)
129 error = ofw_get_uart_console(chosen, &input,
131 if (chosen != -1 && error != 0)
132 error = ofw_get_console_phandle_path(chosen, &input,
134 if (chosen !
[all...]
H A Duart_cpu_fdt.c106 phandle_chosen_propdev(phandle_t chosen, const char *name, phandle_t *node) argument
110 if (OF_getprop(chosen, name, buf, sizeof(buf)) <= 0)
126 phandle_t node, chosen; local
144 * Retrieve /chosen/std{in,out}.
147 if ((chosen = OF_finddevice("/chosen")) != -1) {
149 if (phandle_chosen_propdev(chosen, *name, &node) == 0)
153 if (chosen == -1 || *name == NULL)
/freebsd-10.1-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.1-release/sys/boot/fdt/dts/mips/
H A Dxlp-basic.dts61 chosen {
/freebsd-10.1-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.1-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.1-release/sys/dev/ofw/
H A Dofw_console.c166 int chosen; local
168 if ((chosen = OF_finddevice("/chosen")) == -1) {
173 if (OF_getencprop(chosen, "stdin", &stdin, sizeof(stdin)) == -1) {
178 if (OF_getencprop(chosen, "stdout", &stdout, sizeof(stdout)) == -1) {
/freebsd-10.1-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...]

Completed in 81 milliseconds

12345