Home
last modified time | relevance | path

Searched refs:chosen (Results 1 – 25 of 44) sorted by relevance

12

/linux-2.4.37.9/arch/ppc/boot/of1275/
Dofstdio.c17 phandle chosen; in ofstdio() local
19 if ((chosen = finddevice("/chosen")) == OF_INVALID_HANDLE) in ofstdio()
21 if (getprop(chosen, "stdout", &out, sizeof(out)) != 4) in ofstdio()
23 if (getprop(chosen, "stdin", &in, sizeof(in)) != 4) in ofstdio()
Dofinit.c19 phandle chosen; in ofinit() local
23 if ((chosen = finddevice("/chosen")) == OF_INVALID_HANDLE) in ofinit()
25 if (getprop(chosen, "mmu", &of_prom_mmu, sizeof(ihandle)) != 4) in ofinit()
/linux-2.4.37.9/mm/
Doom_kill.c125 struct task_struct *chosen = NULL; in select_bad_process() local
131 chosen = p; in select_bad_process()
136 return chosen; in select_bad_process()
/linux-2.4.37.9/arch/ppc/boot/prep/
Dmisc.c121 phandle chosen; in get_of_args() local
125 if (!(chosen = finddevice("/chosen"))) in get_of_args()
128 if (getprop(chosen, "bootargs", buf, sizeof(buf)) != 4) in get_of_args()
/linux-2.4.37.9/arch/sparc64/kernel/
Dsetup.c560 int chosen = prom_finddevice ("/chosen"); in setup_arch() local
563 cl = prom_getintdefault (chosen, "client-ip", 0); in setup_arch()
564 sv = prom_getintdefault (chosen, "server-ip", 0); in setup_arch()
565 gw = prom_getintdefault (chosen, "gateway-ip", 0); in setup_arch()
/linux-2.4.37.9/arch/ppc/kernel/
Dsetup.c394 struct device_node *chosen; in platform_init() local
407 chosen = find_devices("chosen"); in platform_init()
408 if (chosen != NULL) { in platform_init()
409 p = get_property(chosen, "bootargs", NULL); in platform_init()
/linux-2.4.37.9/drivers/md/
Draid5.c693 struct buffer_head *chosen[MD_SB_DISKS]; in compute_parity() local
696 memset(chosen, 0, sizeof(chosen)); in compute_parity()
710 chosen[i] = sh->bh_write[i]; in compute_parity()
712 chosen[i]->b_reqnext = sh->bh_written[i]; in compute_parity()
713 sh->bh_written[i] = chosen[i]; in compute_parity()
722 chosen[i] = sh->bh_write[i]; in compute_parity()
724 chosen[i]->b_reqnext = sh->bh_written[i]; in compute_parity()
725 sh->bh_written[i] = chosen[i]; in compute_parity()
737 if (chosen[i]) { in compute_parity()
740 bdata = bh_kmap(chosen[i]); in compute_parity()
[all …]
/linux-2.4.37.9/scripts/
DMenuconfig653 "$current"*) if [ -z "$chosen" ]; then
1206 chosen=
1231 "$current"*) if [ -z "$chosen" ]; then
/linux-2.4.37.9/Documentation/cdrom/
Dcm20651 If you have chosen option (a), answer yes to CONFIG_CM206 and
54 If you have chosen option (b), answer yes to CONFIG_MODVERSIONS
95 If you have chosen option (a), you can specify the base-port
Doptcd53 recompiling the driver with some strategically chosen debug options
/linux-2.4.37.9/arch/ppc64/kernel/
Dprom.c1512 _prom->chosen = (ihandle)call_prom(RELOC("finddevice"), 1, 1, in prom_init()
1516 …t->printf, RELOC("prom->chosen = 0x%08x%08x\n"), LONG_MSW(_prom->chosen), LONG_LSW(_prom->chosen)); in prom_init()
1519 if ((long)_prom->chosen <= 0) in prom_init()
1522 if ((long)call_prom(RELOC("getprop"), 4, 1, _prom->chosen, in prom_init()
1563 sz = (long)call_prom(RELOC("getprop"), 4, 1, _prom->chosen, in prom_init()
1601 if ((long)call_prom(RELOC("getprop"), 4, 1, _prom->chosen, in prom_init()
1622 l = (long) call_prom(RELOC("getprop"), 4, 1, _prom->chosen, in prom_init()
1667 _prom->chosen, in prom_init()
/linux-2.4.37.9/include/asm-ppc64/
Dprom.h166 ihandle chosen; member
/linux-2.4.37.9/Documentation/s390/
D3270.ChangeLog37 is chosen.
D3270.txt50 If you have chosen to make tub3270 a module, you add a line to
107 you have chosen 3270 console support, your console now behaves
/linux-2.4.37.9/Documentation/networking/
Dtuntap.txt21 device will appear as tunXX or tapXX, depending on the options chosen. When
25 Depending on the type of device chosen the userspace program has to read/write
/linux-2.4.37.9/Documentation/
Dlocks.txt41 The solution I have chosen, after much experimentation and discussion,
Dunicode.txt62 worth supporting. Hence I have chosen to add it to the list in the
DSubmittingDrivers102 vendor' to get your driver chosen. Ideally work with the
Dmandatory.txt52 meaningless combination, and was chosen by the System V implementors so as not
Dfloppy.txt140 initially chosen to represent floppy *tapes*, and 6 for ED drives.
/linux-2.4.37.9/Documentation/usb/
Dohci.txt38 as long as the function (device) is alive or another configuration is chosen.
/linux-2.4.37.9/drivers/scsi/
Dchangelog.megaraid237 a 32-bit sg list but the mailbox address is chosen to be 64-bit. This
/linux-2.4.37.9/Documentation/isdn/
DREADME59 chosen and can be configured at compile-time --ISDN_MAX in isdn.h).
149 The value 198 is chosen arbitrarily. Users
260 the most significant 1-bit is chosen to
/linux-2.4.37.9/Documentation/filesystems/
Dromfs.txt84 the source. This algorithm was chosen because although it's not quite
Dext2.txt91 superblock feature). The groups chosen are 0, 1 and powers of 3, 5 and 7.
282 created, and depend upon the block size chosen. The ratio of inodes to

12