Searched refs:modslice_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_slice.h74 } modslice_t; typedef in typeref:struct:__anon855
H A Dlayout_slice.c952 modslice_t *mstp = NULL;
961 mstp = (modslice_t *)item->obj;
984 if ((mstp = (modslice_t *)
985 calloc(1, sizeof (modslice_t))) != NULL) {
1036 * RETURNS: pointer to the list of modslice_t structs representing
1053 * PURPOSE: Frees memory associated with a modslice_t struct.
1059 assert(obj != (modslice_t *)NULL);
1061 if (((modslice_t *)obj)->slice_devcfg != NULL) {
1062 if (((modslice_t *)obj)->volume_component != B_TRUE) {
1063 free_devconfig(((modslice_t *)ob
[all...]
H A Dlayout.c923 modslice_t *mods = (modslice_t *)iter->obj;

Completed in 50 milliseconds