pz_device
struct pz_device *pzd = &PAGE0->mem_cons;
void print_devpath(const char *label, struct pz_device *pz);
print_devpath(const char *label, struct pz_device *pz)
struct pz_device mem_cons; /* description of console device */
struct pz_device mem_boot; /* description of boot device */
struct pz_device mem_kbd; /* description of keyboard device */
struct pz_device *pz_dev; /* device descriptor */
int iodc_rw(char *, u_int, u_int, int func, struct pz_device *);
sizeof(struct pz_device));
struct pz_device;
struct pz_device *pdc_findev(int, int);
struct pz_device *pzdev = dp->pz_dev;
struct pz_device *
static struct pz_device pz;