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

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Dplanetcore.c111 void *node, *chosen; local
126 chosen = finddevice("/chosen");
127 if (!chosen)
128 chosen = create_node(NULL, "chosen");
129 if (!chosen)
132 setprop_str(chosen, "linux,stdout-path", path);
137 void *chosen, *stdout; local
142 chosen
[all...]
H A Dps3.c46 * edit the command line passed to vmlinux (by setting /chosen/bootargs).
53 static void prep_cmdline(void *chosen) argument
56 getprop(chosen, "bootargs", cmdline, COMMAND_LINE_SIZE-1);
58 setprop_str(chosen, "bootargs", cmdline);
125 void *chosen; local
138 chosen = finddevice("/chosen");
144 setprop_val(chosen, "linux,initrd-start", (u32)(_initrd_start));
145 setprop_val(chosen, "linux,initrd-end", (u32)(_initrd_end));
148 prep_cmdline(chosen);
[all...]
H A Dmain.c90 static struct addr_range prep_initrd(struct addr_range vmlinux, void *chosen, argument
132 setprop_val(chosen, "linux,initrd-start", (u32)(initrd_addr));
133 setprop_val(chosen, "linux,initrd-end", (u32)(initrd_addr+initrd_size));
139 * edit the command line passed to vmlinux (by setting /chosen/bootargs).
145 static void prep_cmdline(void *chosen) argument
148 getprop(chosen, "bootargs", cmdline, COMMAND_LINE_SIZE-1);
157 setprop_str(chosen, "bootargs", cmdline);
170 void *chosen; local
187 /* Ensure that the device tree has a /chosen node */
188 chosen
[all...]
H A Doflib.c101 * space in the chosen mmu node, and then do a map operation to
110 phandle oprom, chosen; local
123 chosen = of_finddevice("/chosen");
124 if (chosen == (phandle) -1) {
125 chosen = of_finddevice("/chosen@0");
126 if (chosen == (phandle) -1) {
127 printf("no chosen\n");
131 if (of_getprop(chosen, "mm
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dprobe-sched.c45 int chosen; /* Use for packet assembling */ member in struct:AvahiProbeJob
76 pj->chosen = 0;
176 assert(!pj->chosen);
195 pj->chosen = 1;
199 if (pj->chosen)
211 pj->chosen = 1;
280 if (pj->chosen)
293 /* Now add the chosen records to the authorative section */
298 if (!pj->chosen)
306 pj->chosen
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dprobe-sched.c45 int chosen; /* Use for packet assembling */ member in struct:AvahiProbeJob
76 pj->chosen = 0;
176 assert(!pj->chosen);
195 pj->chosen = 1;
199 if (pj->chosen)
211 pj->chosen = 1;
280 if (pj->chosen)
293 /* Now add the chosen records to the authorative section */
298 if (!pj->chosen)
306 pj->chosen
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dsetup_64.c314 int chosen = prom_finddevice ("/chosen"); local
317 cl = prom_getintdefault (chosen, "client-ip", 0);
318 sv = prom_getintdefault (chosen, "server-ip", 0);
319 gw = prom_getintdefault (chosen, "gateway-ip", 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_ase.c57 list chosen; local
69 chosen = list_new ();
78 listnode_add (chosen, or);
81 if (listcount (chosen) == 0)
83 list_free (chosen);
84 chosen = rn->info;
88 for (node = listhead (chosen); node; nextnode (node))
102 if (chosen != rn->info)
103 list_delete (chosen);
375 chosen
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dprom_init.c128 phandle chosen; member in struct:prom_t
590 if ((long)_prom->chosen > 0)
591 l = prom_getprop(_prom->chosen, "bootargs", p, COMMAND_LINE_SIZE-1);
1536 _prom->chosen = call_prom("finddevice", 1, 1, ADDR("/chosen"));
1537 if (!PHANDLE_VALID(_prom->chosen))
1538 prom_panic("cannot find chosen"); /* msg won't be printed :( */
1569 prom_getprop(_prom->chosen, "mmu", &_prom->mmumap,
1585 if (prom_getprop(_prom->chosen, "stdout", &val, sizeof(val)) <= 0)
1594 prom_setprop(_prom->chosen, "/chose
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl-lib.com919 $! Check to see if SOCKETSHR was chosen
932 $! Check to see if MULTINET was chosen
945 $! Check to see if UCX was chosen
965 $! Check to see if TCPIP was chosen
978 $! Check to see if NONE was chosen
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dcrypto-lib.com1170 $! Check to see if SOCKETSHR was chosen
1183 $! Check to see if MULTINET was chosen
1196 $! Check to see if UCX was chosen
1216 $! Check to see if TCPIP was chosen
1229 $! Check to see if NONE was chosen
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dstatbox.tex59 \docparam{pos}{Window position. If the position (-1, -1) is specified then a default position is chosen.}
61 \docparam{size}{Checkbox size. If the size (-1, -1) is specified then a default size is chosen.}
H A Dtglbtn.tex72 \docparam{pos}{Toggle button position. If the position $(-1, -1)$ is specified then a default position is chosen.}
74 \docparam{size}{Toggle button size. If the default size $(-1, -1)$ is specified then a default size is chosen.}
H A Dminifram.tex72 \docparam{pos}{The window position. A value of (-1, -1) indicates a default position, chosen by
75 \docparam{size}{The window size. A value of (-1, -1) indicates a default size, chosen by
H A Dpanel.tex58 \docparam{pos}{The panel position. A value of (-1, -1) indicates a default position, chosen by
61 \docparam{size}{The panel size. A value of (-1, -1) indicates a default size, chosen by
H A Dradiobut.tex71 \docparam{pos}{Window position. If the position (-1, -1) is specified then a default position is chosen.}
73 \docparam{size}{Window size. If the default size (-1, -1) is specified then a default size is chosen.}
H A Dspinbutt.tex68 \docparam{pos}{Window position. If the position (-1, -1) is specified then a default position is chosen.}
70 \docparam{size}{Window size. If the default size (-1, -1) is specified then a default size is chosen.}
H A Dspinctrl.tex78 \docparam{pos}{Window position. If the position (-1, -1) is specified then a default position is chosen.}
80 \docparam{size}{Window size. If the default size (-1, -1) is specified then a default size is chosen.}
H A Dtfont.tex18 a default typeface will chosen based on the family.}
25 portability across platforms because a suitable font will be chosen for the
H A Dmsgdlg.tex39 \docparam{style}{A dialog style (bitlist) containing flags chosen from the following:
H A Dstatline.tex49 \docparam{pos}{Window position. If the position (-1, -1) is specified then a default position is chosen.}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Doom_kill.c295 struct task_struct *chosen = NULL; local
330 chosen = p;
336 chosen = p;
341 return chosen;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/
H A Dmakevms.com954 $! Check to see if SOCKETSHR was chosen
971 $! Check to see if MULTINET was chosen
988 $! Check to see if UCX was chosen
1005 $! Check to see if TCPIP was chosen
1022 $! Check to see if NONE was chosen
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dmaketests.com745 $! Check to see if SOCKETSHR was chosen
758 $! Check to see if MULTINET was chosen
771 $! Check to see if UCX was chosen
791 $! Check to see if TCPIP was chosen
804 $! Check to see if NONE was chosen
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/
H A Dchecks.c534 struct node *chosen; local
537 chosen = get_node_by_path(dt, "/chosen");
538 if (!chosen)
541 prop = get_property(chosen, "interrupt-controller");
543 FAIL(c, "/chosen has obsolete \"interrupt-controller\" "

Completed in 397 milliseconds

123