Lines Matching refs:descriptor_t
39 static descriptor_t **get_assoc_buses(descriptor_t *desc, int *errp);
40 static descriptor_t **get_assoc_controllers(descriptor_t *desc, int *errp);
42 descriptor_t **
43 bus_get_assoc_descriptors(descriptor_t *desc, dm_desc_type_t type, int *errp) in bus_get_assoc_descriptors()
57 bus_get_attributes(descriptor_t *dp, int *errp) in bus_get_attributes()
95 descriptor_t *
98 descriptor_t **buses; in bus_get_descriptor_by_name()
100 descriptor_t *bus = NULL; in bus_get_descriptor_by_name()
125 descriptor_t **
132 bus_get_name(descriptor_t *desc) in bus_get_name()
139 bus_get_stats(descriptor_t *dp, int stat_type, int *errp) in bus_get_stats()
164 static descriptor_t **
165 get_assoc_buses(descriptor_t *desc, int *errp) in get_assoc_buses()
169 descriptor_t **allbuses; in get_assoc_buses()
170 descriptor_t **buses; in get_assoc_buses()
187 buses = (descriptor_t **)calloc(cnt + 1, sizeof (descriptor_t *)); in get_assoc_buses()
218 static descriptor_t **
219 get_assoc_controllers(descriptor_t *desc, int *errp) in get_assoc_controllers()
222 descriptor_t **controllers; in get_assoc_controllers()
232 controllers = (descriptor_t **)calloc(cnt + 1, sizeof (descriptor_t *)); in get_assoc_controllers()