Home
last modified time | relevance | path

Searched refs:device_path (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/sys/arch/hppa/include/
H A Dpdc.h321 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 Dautoconf.h41 struct device_path ca_dp; /* device_path as found by pdc_scan */
/netbsd-src/sys/arch/i386/stand/lib/
H A Dbootinfo_biosgeom.c157 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 Dbiosdisk_ll.h102 } device_path; member
/netbsd-src/external/gpl2/lvm2/dist/daemons/dmeventd/
H A Dlibdevmapper-event.c785 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 Dmain.c405 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 Dautoconf.c133 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 Dhw_ide.c338 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 Dhw_iobus.c62 space, device_path(client)); in hw_iobus_attach_address_callback()
H A Ddevice.h120 (const char *) device_path
/netbsd-src/external/gpl3/gdb.old/dist/sim/ppc/
H A Dhw_iobus.c62 space, device_path(client)); in hw_iobus_attach_address_callback()
/netbsd-src/sys/arch/hppa/dev/
H A Dpdc.c826 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 Dbootinfo.h168 uint64_t device_path; member
/netbsd-src/sys/arch/x86/x86/
H A Dx86_autoconf.c157 big->disk[i].interface_path, big->disk[i].device_path)); in matchbiosdisks()