Home
last modified time | relevance | path

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

/openbsd/sys/arch/hppa/stand/libsa/
H A Dcmd_hppa.c65 struct consoledev { struct
82 struct consoledev serials[MAX_SERIALS]; argument
83 struct consoledev keyboards[MAX_KEYBOARDS];
84 struct consoledev graphics[MAX_GRAPHICS];
95 void register_device(struct consoledev *, int, struct device_path *,
979 struct consoledev *devlist; in register_device()
987 struct consoledev *dev;
1005 (cnt - 1) * sizeof(struct consoledev));