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

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dsim-hw.c152 char device_path[1000]; local
163 while (fgets (device_path, sizeof(device_path), description))
167 if (strchr (device_path, '\n') == NULL)
173 *strchr (device_path, '\n') = '\0';
176 for (device = device_path;
184 while (device_path[strlen (device_path) - 1] == '\\')
186 int curlen = strlen (device_path) - 1;
188 device_path[curle
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_iobus.c63 space, device_path(client));
H A Ddebug.h118 trace_device ? device_path(me) : "", \
136 trace_device ? device_path(me) : "", \
H A Dpsim.c1154 char device_path[1000]; local
1166 while (fgets(device_path, sizeof(device_path), description)) {
1169 if (strchr(device_path, '\n') == NULL) {
1172 file_name, line_nr, device_path);
1175 *strchr(device_path, '\n') = '\0';
1178 for (device = device_path;
1186 while (device_path[strlen(device_path) - 1] == '\\') {
1187 int curlen = strlen(device_path)
[all...]
H A Dhw_phb.c313 space, device_path(client));
318 (unsigned long)addr, device_path(client));
322 type, device_path(client));
325 device_path(client),
845 device_path(client));
850 device_path(client),
857 device_path(client),
H A Dhw_ide.c339 device_path(controller->current_drive->device));
381 device_path(controller->current_drive->device));
699 device_path(client));
716 device_path(client),
H A Dtree.c1046 printf_filtered("%s/%s", device_path(me), property->name);
1050 device_path(property->original->owner),
1134 device_path(me),
1136 device_path(dest));
1144 printf_filtered("%s\n", device_path(me));
H A Ddevice.h121 (const char *) device_path
H A Demul_chirp.c691 path = device_path(phandle);
833 path = device_path(phandle);
H A Ddevice.c403 device_path(device *me)
401 device_path(device *me) function
/netbsd-6-1-5-RELEASE/sys/arch/hp700/include/
H A Dautoconf.h41 struct device_path ca_dp; /* device_path as found by pdc_scan */
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...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/wps/
H A Dwps_nfc.c40 if (oob_nfc_dev->init_func(oob_dev->device_path) < 0)
112 .device_path = NULL,
H A Dwps_ufd.c131 char *path = oob_dev->device_path;
230 .device_path = NULL,
H A Dwps.h679 char *device_path; member in struct:oob_device_data
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/lib/
H A Dbootinfo_biosgeom.c157 bibg->disk[nvalid].device_path =
158 ed.device_path.dp_64[0];
164 ed.device_path.dp_64[0]);
H A Dbiosdisk_ll.h102 } device_path; member in struct:biosdisk_extinfo
/netbsd-6-1-5-RELEASE/sbin/gpt/
H A Dgpt.c62 char device_path[MAXPATHLEN]; variable
684 strlcpy(device_path, dev, sizeof(device_path));
685 if ((fd = open(device_path, mode)) != -1)
688 snprintf(device_path, sizeof(device_path), "%s%s", _PATH_DEV, dev);
689 device_name = device_path + strlen(_PATH_DEV);
690 if ((fd = open(device_path, mode)) != -1)
696 device_name = device_path + strlen(_PATH_DEV);
697 fd = opendisk(dev, mode, device_path, sizeo
[all...]
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/sys/arch/x86/include/
H A Dbootinfo.h154 uint64_t device_path; member in struct:bi_biosgeom_entry
/netbsd-6-1-5-RELEASE/sys/arch/hp700/hp700/
H A Dautoconf.c133 struct device_path hm_dp;
751 hppa_memmap_query(struct device_path *devp)
782 struct device_path path;
816 struct device_path path;
/netbsd-6-1-5-RELEASE/sys/arch/hp700/dev/
H A Dpdc.c816 struct device_path *dev, int mod)
849 pdcproc_system_map_trans_path(struct pdc_memmap *pmm, struct device_path *dev)
892 pdcproc_memmap(struct pdc_memmap *pmm, struct device_path *dev)
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dx86_autoconf.c131 big->disk[i].interface_path, big->disk[i].device_path);
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/ap/
H A Dwps_hostapd.c753 oob_dev->device_path = path;
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/
H A Dwps_supplicant.c686 oob_dev->device_path = path;

Completed in 408 milliseconds