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

/osnet-11/usr/src/lib/libbe/common/
H A Dbe_list.c84 * returns the datasets and snapshots belonging to each BE.
86 * for each BE and their snapshots and datasets is
209 * datasets and snapshots returned by be_list.
224 be_dataset_list_t *datasets = list->be_node_datasets; local
227 while (datasets != NULL) {
228 be_dataset_list_t *temp_ds = datasets;
229 datasets = datasets->be_next_dataset;
415 * If a BE name was specified we iterate through the datasets
417 * through the next level of datasets t
540 be_dataset_list_t *datasets = NULL; local
[all...]
H A Dbe_activate.c238 "datasets for %s: %s\n"),
256 "the active zonepath datasets for zones in BE %s\n"),
444 * Description: Sets the canmount property on the datasets of the
464 be_dataset_list_t *datasets = list->be_node_datasets; local
497 while (datasets != NULL) {
499 datasets->be_dataset_name, ds_path,
531 datasets = datasets->be_next_dataset;
843 "datasets for %s: %s\n"),
862 * Description: This function is used to promote the datasets fo
[all...]
/osnet-11/usr/src/lib/brand/shared/zone/
H A Ddsconvert.ksh161 error "%s: Multiple active datasets" "${zone.name}"
362 log "%s: Cloning datasets from ROOT to rpool/ROOT" "$zonename"
378 # Get a list of all the old datasets and their properties. Once we
383 error "%s: Unable to get list of datasets under %s" \
397 # Before this conversion multiple datasets in the BE were broken.
434 # root datasets. Create clones.
461 # The layout is now correct, except for datasets that need to be
556 # Clean up old datasets
558 log "%s: Removing obsolete datasets" "${zone.name}"
575 # If there are no delegated datasets, thi
[all...]

Completed in 26 milliseconds