Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Ddevinfo_impl.h124 #define DI_HP(addr) ((struct di_hp *)((void *)(addr)))
335 struct di_hp { struct
/illumos-gate/usr/src/lib/libdevinfo/
H A Dlibdevinfo.h114 typedef struct di_hp *di_hp_t; /* hotplug */
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c3555 struct di_hp *me; in di_gethpdata()
3564 off = di_checkmem(st, *off_p, sizeof (struct di_hp)); in di_gethpdata()
3590 off += sizeof (struct di_hp); in di_gethpdata()
3615 off = di_checkmem(st, off, sizeof (struct di_hp)); in di_gethpdata()
4263 struct di_hp *hp; in di_hotplug_children()