Searched defs:di_hp (Results 1 – 1 of 1) sorted by relevance
335 struct di_hp { struct336 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 …]