Searched defs:pcihp_slotinfo (Results 1 – 1 of 1) sorted by relevance
119 struct pcihp_slotinfo { struct120 hpc_slot_t slot_hdl; /* HPS slot handle */121 ap_rstate_t rstate; /* state of Receptacle */122 ap_ostate_t ostate; /* state of the Occupant */123 ap_condition_t condition; /* condition of the occupant */124 time32_t last_change; /* XXX needed? */125 uint32_t event_mask; /* last event mask registered */126 char *name; /* slot logical name */127 uint_t slot_flags;128 uint16_t slot_type; /* slot type: pci or cpci */[all …]