Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Ddevinfo_impl.h335 struct di_hp { struct
336 di_off_t self; /* make it self addressable */
337 di_off_t next; /* next one in chain */
338 di_off_t hp_name; /* name of hotplug connection */
339 int hp_connection; /* connection number */
340 int hp_depends_on; /* connection number depended upon */
341 int hp_state; /* current hotplug state */
342 int hp_type; /* connection type: PCI, ... */
343 di_off_t hp_type_str; /* description of connection type */
344 uint32_t hp_last_change; /* timestamp of last change */
[all …]