Searched defs:zpool (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/lib/libbe/common/ |
H A D | be_activate.c | 153 /* find which zpool the be is in */ 156 "find zpool for BE (%s)\n"), cb.obe_name); 541 * should be installed, based on the name of a zpool. 543 * zpool - the name of the ZFS pool for which we want to know the 554 _be_get_boot_device_list(char *zpool, char ***boot_devices, argument 581 if ((zphp = zpool_open(g_zfs, zpool)) == NULL) { 583 "pool (%s): %s\n"), zpool, 590 "zpool configuration information. %s\n"), 622 "root pool %s\n"), zpool); 908 * the zone's 'zpool analo [all...] |
H A D | be_create.c | 160 /* Get zpool name */ 241 "find existing zpool (%s): %s\n"), bt.nbe_zpool, 816 /* Find which zpool obe_name lives in */ 818 be_print_err(gettext("be_destroy: failed to find zpool " 1028 /* Find which zpool obe_name lives in */ 1031 "find zpool for BE (%s)\n"), bt.obe_name); 1073 /* Get zpool name to create new BE in */ 1211 * If zpool name to create new BE in is not provided, 1602 * Description: Find the name of the zpool containing the BE of the given name. 1604 * bename - the name of the BE used to find the zpool 1669 const char *zpool; local 1733 const char *zpool = zpool_get_name(zlp); local 3301 be_create_container_ds(char *zpool) argument [all...] |
H A D | be_mount.c | 296 /* Find which zpool obe_name lives in if alternate "pool" not provide */ 301 "find zpool for BE (%s)\n"), bt.obe_name); 468 /* Find which zpool obe_name lives in if alternate "pool" not provide */ 473 "find zpool for BE (%s)\n"), bt.obe_name); 1361 const char *zpool = zpool_get_name(zlp); local 1367 if ((zhp = zfs_open(g_zfs, zpool, ZFS_TYPE_FILESYSTEM)) == NULL) { 1369 "failed to open pool dataset %s: %s\n"), zpool,
|
H A D | be_utils.c | 288 * zpool - pointer zpool name. 298 be_make_root_ds(const char *zpool, const char *be_name, char *be_root_ds, argument 301 (void) snprintf(be_root_ds, be_root_ds_size, "%s/%s/%s", zpool, 310 * zonepath - pointer zpool name. 330 * zpool - pointer zpool name. 340 be_make_container_ds(const char *zpool, char *container_ds, argument 343 (void) snprintf(container_ds, container_ds_size, "%s/%s", zpool, 860 "failed to find zpool analo 922 const char *zpool = zpool_get_name(zlp); local 1056 const char *zpool; local 2029 const char *zpool = zpool_get_name(zlp); local [all...] |
/osnet-11/usr/src/lib/pylibbe/common/ |
H A D | libbe_py.c | 439 char *bename, *root_ds, *zpool; local 441 if (PyArg_ParseTuple(args, "sss", &bename, &root_ds, &zpool) == 0) { 445 return (Py_BuildValue("i", _be_activate_bh(bename, root_ds, zpool))); 452 char *zpool; local 457 if (PyArg_ParseTuple(args, "s", &zpool) == 0) { 461 ret = _be_get_boot_device_list(zpool, &devices, &num_devices); 1277 "Return the name of the zpool that contains the named boot"
|
/osnet-11/usr/src/grub/grub2/util/ |
H A D | getroot.c | 440 zpool_handle_t *zpool; local 448 zpool = zpool_open (libzfs, poolname); 449 config = zpool_get_config (zpool, NULL); 457 zpool_close (zpool); 472 cmd = xasprintf ("zpool status %s", poolname);
|
Completed in 31 milliseconds