Home
last modified time | relevance | path

Searched refs:subres (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/lvm/metassist/layout/
H A Dlayout.c143 dlist_t *subres = NULL; in get_layout() local
145 ((error = process_request(subreq, &subres)) != 0) || in get_layout()
146 (error = collect_modified_disks(subreq, subres)) || in get_layout()
147 (error = convert_device_names(subreq, subres)); in get_layout()
149 results = dlist_append(subres, results, AT_TAIL); in get_layout()
155 dlist_t *subres = NULL; in get_layout() local
156 error = process_hsp_request(diskset_req, &subres); in get_layout()
158 results = dlist_append(subres, results, AT_TAIL); in get_layout()