Home
last modified time | relevance | path

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

/openbsd-src/sys/arch/hppa/stand/libsa/
H A Dcmd_hppa.c54 sizeof(struct device_path))
60 sizeof(struct device_path))
66 struct device_path dp;
88 void bus_walk(struct device_path *, int);
91 int path_match(struct device_path *, struct device_path *);
92 void path_shift(struct device_path *, int);
93 void pci_bus_walk(struct device_path *, struct iodc_data *,
95 void register_device(struct consoledev *, int, struct device_path *,
100 int set_graphics(struct device_path *, int, char *);
101 int set_serial(struct device_path *, int, char *);
[all …]
/openbsd-src/sys/arch/hppa/include/
H A Dpdc.h318 struct device_path { struct
476 struct device_path bootpath; /* 0x24: boot path */
565 struct device_path dp; /* module path */
678 struct device_path ss_pri_boot; /* (see above) */
685 struct device_path ss_console;
686 struct device_path ss_alt_boot;
687 struct device_path ss_keyboard;
714 struct device_path pz_dp;
H A Dautoconf.h36 struct device_path ca_dp; /* device_path as found by pdc_scan */
/openbsd-src/sys/arch/hppa/hppa/
H A Dautoconf.c248 struct device_path path; in pdc_scanbus()