Lines Matching defs:schpc
112 typedef struct schpc { struct
113 uint32_t schpc_instance; /* Instance # */ argument
114 dev_info_t *schpc_devi; /* Ptr to dev_info */ argument
115 kmutex_t schpc_mutex; /* Mutex to protect struct */ argument
116 kcondvar_t schpc_cv; /* Conditional Variable */ argument
117 char *schpc_property; /* Ptr to slot-table */ argument
118 uint32_t schpc_property_size; /* Size of slot-table */ argument
119 uint32_t schpc_hotplugmodel; /* Type of Hot Plug */ argument
120 uint16_t schpc_transid; /* Current transaction ID */ argument
121 uint16_t schpc_number_of_slots; /* Slot on IO Board */ argument
122 struct schpc *schpc_next; /* Ptr to next schpc */ argument
123 schpc_slot_t *schpc_slot; /* Slot Specific stuff */ argument