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

/illumos-gate/usr/src/cmd/lvm/metassist/common/
H A Dvolume_devconfig.h139 * devconfig_t - struct to hold a device configuration hierarchy
159 * Subcomponents (devconfig_t) of this device
162 } devconfig_t; typedef in typeref:struct:devconfig
169 * Constructor: Create a devconfig_t struct. This devconfig_t must be
173 * RETURN: a new devconfig_t
176 * the type of devconfig_t to create
185 extern int new_devconfig(devconfig_t **devconfig, component_type_t type);
188 * Free memory (recursively) allocated to a devconfig_t struct
191 * pointer to the devconfig_t t
[all...]

Completed in 65 milliseconds