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