Home
last modified time | relevance | path

Searched defs:bootdev_data (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/sys/arch/alpha/include/
H A Dautoconf.h41 struct bootdev_data { struct
42 char *protocol;
43 int bus;
44 int slot;
45 int channel;
46 char *remote_address;
47 int unit;
48 int boot_dev_type;
49 char *ctrl_dev_type;
/openbsd-src/sys/arch/alpha/alpha/
H A Dautoconf.c64 struct bootdev_data *bootdev_data; variable