/src/sys/arch/evbmips/alchemy/ |
obio.c | 80 const struct obiodev *od; local in function:obio_attach 87 for (od = board->ab_devices; od->od_name != NULL; od++) { 88 oa.oba_name = od->od_name; 89 oa.oba_addr = od->od_addr; 90 oa.oba_irq = od->od_irq;
|
/src/sys/arch/mips/adm5120/ |
adm5120_obio.c | 131 obio_attach_args_create(struct obio_attach_args *oa, const struct obiodev *od, 134 oa->oba_name = od->od_name; 135 oa->oba_addr = od->od_addr; 136 oa->oba_irq = od->od_irq; 140 oa->oba_gpio_mask = od->od_gpio_mask; 148 const struct obiodev *od; local in function:obio_attach 156 for (od = obiodevs; od->od_name != NULL; od++) { 158 obio_attach_args_create(&oa, od, ma->ma_gpio, ma->ma_dmat [all...] |
/src/sys/arch/atari/stand/bootxx/ |
bootxx.c | 62 osdsc_t *od = &os_desc; local in function:bootxx 75 od->rootfs = 0; /* partition a */ 76 od->osname = "/netbsd"; 77 od->ostype = &od->osname[1]; 78 od->boothowto = (RB_RDONLY); 83 od->boothowto = (RB_RDONLY|RB_SINGLE); 84 pref = usr_info(od); 92 if (init_dskio(readsector, disklabel, od->rootfs)) 95 if (load_booter(od)) [all...] |
/src/sys/arch/atari/stand/tostools/loadbsd/ |
loadbsd.c | 76 osdsc_t *od; local in function:main 81 od = &kernelparms; 82 od->boothowto = RB_SINGLE; 87 od->boothowto &= ~(RB_SINGLE); 88 od->boothowto |= RB_AUTOBOOT; 91 od->boothowto |= RB_ASKNAME; 94 od->boothowto |= RB_KDB; 112 od->stmem_size = atoi(optarg); 118 od->ttmem_size = atoi(optarg); 143 get_sys_info(od); [all...] |
/src/tests/lib/libppath/ |
t_ppath.c | 432 prop_dictionary_t d, od; local in function:ATF_TC_BODY 442 od = prop_dictionary_copy(d); 444 if (!dictionary_equals(od, d)) { 445 oext = prop_dictionary_externalize(od); 510 if (!dictionary_equals(od, d)) { 511 oext = prop_dictionary_externalize(od); 519 if (dictionary_equals(od, nd)) { 520 oext = prop_dictionary_externalize(od); 528 rc = ppath_set_bool(od, p, false); 531 rc = ppath_set_string(od, p2, "Martha Doe") 571 prop_dictionary_t d, od; local in function:ATF_TC_BODY 702 prop_dictionary_t d, od; local in function:ATF_TC_BODY 796 prop_dictionary_t d, od; local in function:ATF_TC_BODY [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_fd.cc | 230 FdDesc *od = fddesc(thr, pc, oldfd); local in function:__tsan::FdDup 231 MemoryRead(thr, pc, (uptr)od, kSizeLog8); 233 init(thr, pc, newfd, ref(od->sync), write);
|
/src/sys/arch/m68k/m68k/ |
db_disasm.c | 2329 int disp, odisp, bd, od, reg; local in function:get_modregstr_moto 2435 od = BITFIELD(ext,1,0); 2447 if (od == 1) 2449 else if (od == 2) { 2452 } else if (od == 3) { 2459 * We set od and bd to zero, these values are 2463 * `bd' and `od'. 2465 od = 0; 2473 if (od) 2495 if (od && ISBITSET(ext,2) 2534 int disp, odisp, bd, od, reg; local in function:get_modregstr_mit [all...] |
/src/sys/dev/acpi/ |
acpi_display.c | 605 struct acpidisp_outdev *od; local in function:acpidisp_vga_childdetached 618 for (i = 0, od = oi->oi_dev; i < oi->oi_dev_count; i++, od++) { 619 if (od->od_device == child) 620 od->od_device = NULL; 996 struct acpidisp_outdev *od; local in function:acpidisp_vga_cycle_output_device_callback 1015 for (i = 0, od = oi->oi_dev; i < oi->oi_dev_count; i++, od++) { 1016 if (od->od_device == NULL) 1018 osc = device_private(od->od_device) 1579 struct acpidisp_outdev *od; local in function:acpidisp_vga_bind_outdevs 1982 struct acpidisp_outdev *od; local in function:acpidisp_print_odinfo [all...] |