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

/illumos-gate/usr/src/psm/stand/bootlst/common/
H A Dbootlst.c33 char **datasets; variable
51 datasets = (char **)calloc(ENTRY_ALLOC_COUNT, sizeof (char *));
52 if (titles == NULL || datasets == NULL)
70 datasets = (char **)realloc(datasets,
72 if (titles == NULL || datasets == NULL)
103 if ((datasets[menu_entry_count] = strdup(dataset_str)) == NULL)
207 printf("boot [<root-device>] -Z %s\n\n", datasets[choice - 1]);
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_list.c97 * returns the datasets and snapshots belonging to each BE.
99 * for each BE and their snapshots and datasets is
292 * datasets and snapshots returned by be_list.
307 be_dataset_list_t *datasets = list->be_node_datasets; local
310 while (datasets != NULL) {
311 be_dataset_list_t *temp_ds = datasets;
312 datasets = datasets->be_next_dataset;
487 * If a BE name was specified we iterate through the datasets
489 * through the next level of datasets t
636 be_dataset_list_t *datasets = NULL; local
[all...]
H A Dbe_activate.c306 "datasets for %s: %s\n"),
325 "the active zonepath datasets for zones in BE %s\n"),
511 * Description: Sets the canmount property on the datasets of the
531 be_dataset_list_t *datasets = list->be_node_datasets; local
564 while (datasets != NULL) {
566 datasets->be_dataset_name, ds_path,
598 datasets = datasets->be_next_dataset;
1534 "datasets for %s: %s\n"),
1553 * Description: This function is used to promote the datasets fo
[all...]
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c59 * mount/unmount and share/unshare all datasets within pool:
1126 * Mount and share all datasets within the given pool. This assumes that no
1127 * datasets within the pool are currently mounted. Because users can create
1129 * datasets and mountpoints within the pool, and sort them by mountpoint. Once
1144 * Gather all non-snap datasets within the pool.
1153 * Sort the datasets by mountpoint.
1159 * And mount all the datasets, keeping track of which ones
1207 * Unshare and unmount all datasets within the given pool. We don't want to
1220 zfs_handle_t **datasets = NULL; local
1257 if ((datasets
[all...]

Completed in 67 milliseconds