Searched refs:device_path (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/sys/arch/hppa/include/ |
H A D | pdc.h | 321 struct device_path { struct 500 struct device_path bootpath; /* 0x24: boot path */ 561 struct device_path dp; /* module path */ 666 struct device_path ss_pri_boot; /* (see above) */ 673 struct device_path ss_console; 674 struct device_path ss_alt_boot; 675 struct device_path ss_keyboard; 702 struct device_path pz_dp; 806 struct device_path *, int); 808 int pdcproc_system_map_trans_path(struct pdc_memmap *, struct device_path *); [all …]
|
H A D | autoconf.h | 41 struct device_path ca_dp; /* device_path as found by pdc_scan */
|
/netbsd-src/sys/arch/i386/stand/lib/ |
H A D | bootinfo_biosgeom.c | 157 bibg->disk[nvalid].device_path = in bi_getbiosgeom() 158 ed.device_path.dp_64[0]; in bi_getbiosgeom() 164 ed.device_path.dp_64[0]); in bi_getbiosgeom()
|
H A D | biosdisk_ll.h | 102 } device_path; member
|
/netbsd-src/external/gpl2/lvm2/dist/daemons/dmeventd/ |
H A D | libdevmapper-event.c | 785 int dm_event_set_timeout(const char *device_path, uint32_t timeout) 789 if (!device_exists(device_path)) 793 NULL, device_path, 0, timeout); 796 int dm_event_get_timeout(const char *device_path, uint32_t *timeout) 801 if (!device_exists(device_path)) 803 if (!(ret = _do_event(DM_EVENT_CMD_GET_TIMEOUT, &msg, NULL, device_path,
|
/netbsd-src/usr.bin/aiomixer/ |
H A D | main.c | 405 char device_path[16]; in process_device_select() local 414 (void)snprintf(device_path, sizeof(device_path), in process_device_select() 416 open_device(aio, device_path); in process_device_select()
|
/netbsd-src/sys/arch/hppa/hppa/ |
H A D | autoconf.c | 133 struct device_path hm_dp; 744 hppa_memmap_query(struct device_path *devp) in hppa_memmap_query() 775 struct device_path path; in hppa_pdc_snake_scan() 809 struct device_path path; in hppa_pdc_system_map_scan()
|
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/ |
H A D | hw_ide.c | 338 device_path(controller->current_drive->device)); in do_fifo_read() 380 device_path(controller->current_drive->device)); in do_fifo_write() 698 device_path(client)); in hw_ide_attach_address() 715 device_path(client), in hw_ide_attach_address()
|
H A D | hw_iobus.c | 62 space, device_path(client)); in hw_iobus_attach_address_callback()
|
H A D | device.h | 120 (const char *) device_path
|
/netbsd-src/external/gpl3/gdb.old/dist/sim/ppc/ |
H A D | hw_iobus.c | 62 space, device_path(client)); in hw_iobus_attach_address_callback()
|
/netbsd-src/sys/arch/hppa/dev/ |
H A D | pdc.c | 826 struct device_path *dev, int mod) in pdcproc_system_map_find_mod() 859 pdcproc_system_map_trans_path(struct pdc_memmap *pmm, struct device_path *dev) in pdcproc_system_map_trans_path() 902 pdcproc_memmap(struct pdc_memmap *pmm, struct device_path *dev) in pdcproc_memmap()
|
/netbsd-src/sys/arch/x86/include/ |
H A D | bootinfo.h | 168 uint64_t device_path; member
|
/netbsd-src/sys/arch/x86/x86/ |
H A D | x86_autoconf.c | 157 big->disk[i].interface_path, big->disk[i].device_path)); in matchbiosdisks()
|