Searched defs:dm_desc_type_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dlibdiskmgt.h126 * name of the device, the type of device (see dm_desc_type_t) and the type of
212 } dm_desc_type_t; typedef in typeref:enum:__anon3130
428 dm_descriptor_t *dm_get_descriptors(dm_desc_type_t type, int filter[],
431 dm_desc_type_t type, int *errp);
432 dm_desc_type_t *dm_get_associated_types(dm_desc_type_t type);
433 dm_descriptor_t dm_get_descriptor_by_name(dm_desc_type_t desc_type,
436 dm_desc_type_t dm_get_type(dm_descriptor_t desc);

Completed in 59 milliseconds