di_hp
typedef struct di_hp *di_hp_t; /* hotplug */
struct di_hp *me;
off = di_checkmem(st, *off_p, sizeof (struct di_hp));
off += sizeof (struct di_hp);
off = di_checkmem(st, off, sizeof (struct di_hp));
struct di_hp *hp;
#define DI_HP(addr) ((struct di_hp *)((void *)(addr)))