Lines Matching refs:descriptor_t

325 static descriptor_t	**apply_filter(descriptor_t **drives, int filter[],
335 static descriptor_t **get_assoc_alias(disk_t *diskp, int *errp);
336 static descriptor_t **get_assoc_controllers(descriptor_t *dp, int *errp);
337 static descriptor_t **get_assoc_paths(descriptor_t *dp, int *errp);
360 descriptor_t **
361 drive_get_assoc_descriptors(descriptor_t *dp, dm_desc_type_t type,
382 descriptor_t **
383 drive_get_assocs(descriptor_t *desc, int *errp)
385 descriptor_t **drives;
389 drives = (descriptor_t **)calloc(2, sizeof (descriptor_t *));
407 drive_get_attributes(descriptor_t *dp, int *errp)
440 descriptor_t *
444 descriptor_t **drives;
445 descriptor_t *drive = NULL;
483 descriptor_t **
486 descriptor_t **drives;
494 descriptor_t **found;
507 drive_get_name(descriptor_t *dp)
513 drive_get_stats(descriptor_t *dp, int stat_type, int *errp)
644 static descriptor_t **
645 apply_filter(descriptor_t **drives, int filter[], int *errp)
648 descriptor_t **found;
655 found = (descriptor_t **)calloc(cnt + 1, sizeof (descriptor_t *));
727 static descriptor_t **
732 descriptor_t **out_array;
748 out_array = (descriptor_t **)calloc(cnt + 1, sizeof (descriptor_t));
774 static descriptor_t **
775 get_assoc_controllers(descriptor_t *dp, int *errp)
779 descriptor_t **controllers;
788 controllers = (descriptor_t **)calloc(cnt + 1, sizeof (descriptor_t *));
809 static descriptor_t **
810 get_assoc_paths(descriptor_t *dp, int *errp)
814 descriptor_t **paths;
826 paths = (descriptor_t **)calloc(cnt + 1, sizeof (descriptor_t *));