Searched refs:pool_guid (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-12-stable/sbin/devd/
H A Dzfs.conf63 action "logger -p local7.notice -t ZFS 'vdev is removed, pool_guid=$pool_guid vdev_guid=$vdev_guid'";
69 action "logger -p local7.info -t ZFS 'autoreplace is configured for vdev, pool_guid=$pool_guid vdev_guid=$vdev_guid'";
75 action "logger -p local7.notice -t ZFS 'vdev state changed, pool_guid=$pool_guid vdev_guid=$vdev_guid'";
/freebsd-12-stable/stand/libsa/zfs/
H A Dlibzfs.h39 uint64_t pool_guid; member in struct:zfs_devdesc
50 int zfs_probe_dev(const char *devname, uint64_t *pool_guid);
H A Dzfs.c516 uint64_t *pool_guid; member in struct:zfs_probe_args
531 zfs_probe(int fd, uint64_t *pool_guid) argument
538 if (ret == 0 && pool_guid != NULL)
539 *pool_guid = spa->spa_guid;
564 ret = zfs_probe(pa.fd, ppa->pool_guid);
570 pa.pool_guid = ppa->pool_guid;
584 zfs_probe_dev(const char *devname, uint64_t *pool_guid) argument
592 if (pool_guid)
593 *pool_guid
[all...]
/freebsd-12-stable/sbin/zfsbootcfg/
H A Dzfsbootcfg.c47 uint64_t pool_guid; local
67 pool_guid = strtoumax(buf, NULL, 10);
68 if (pool_guid == 0) {
89 if (zpool_nextboot(hdl, pool_guid, vdev_guid, argv[1]) != 0) {
/freebsd-12-stable/stand/efi/include/
H A Defizfs.h47 extern uint64_t pool_guid;
/freebsd-12-stable/stand/efi/libefi/
H A Defizfs.c46 uint64_t pool_guid; variable
118 pool_guid = guid;
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_import/
H A Dzpool_import_011_neg.ksh80 typeset guid=$(get_config $TESTPOOL1 pool_guid)
H A Dzpool_import_006_pos.ksh104 typeset guid=$(get_config $TESTPOOL1 pool_guid)
H A Dzpool_import_007_pos.ksh108 typeset guid=$(get_config $TESTPOOL1 pool_guid)
H A Dzpool_import_008_pos.ksh109 typeset guid=$(get_config $TESTPOOL1 pool_guid)
H A Dzpool_import_corrupt_001_pos.ksh120 typeset -i num_labels=$( $ZDB -l $DISK | $GREP pool_guid | wc -l )
H A Dzpool_import_missing_002_pos.ksh115 guid=$(get_config $TESTPOOL1 pool_guid $DEVICE_DIR)
H A Dzpool_import_004_pos.ksh106 typeset guid=$(get_config $TESTPOOL1 pool_guid)
H A Dzpool_import_005_pos.ksh109 typeset guid=$(get_config $TESTPOOL1 pool_guid)
H A Dzpool_import_missing_001_pos.ksh135 guid=$(get_config $TESTPOOL1 pool_guid $DEVICE_DIR)
H A Dzpool_import_002_pos.ksh149 guid=$(get_config $pool pool_guid $vdevdir)
H A Dzpool_import_rename_001_pos.ksh155 guid=$(get_config ${pools[i]} pool_guid)
H A Dzpool_import_012_pos.ksh139 guid=$(get_config $pool pool_guid)
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_user/misc/
H A Dzdb_001_neg.ksh87 log_must $GREP pool_guid $TMPDIR/zdb_001_neg.${TESTCASE_ID}.txt
/freebsd-12-stable/stand/libofw/
H A Dlibofw.h38 uint64_t pool_guid; member in struct:ofw_devdesc::__anon9200::__anon9202
/freebsd-12-stable/stand/userboot/userboot/
H A Dmain.c271 uint64_t pool_guid; local
280 pool_guid = 0;
281 zfs_probe_dev(devname, &pool_guid);
282 if (pool_guid != 0)
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_geom.c547 uint64_t pool_guid; local
557 if (nvlist_lookup_uint64(cfg, ZPOOL_CONFIG_POOL_GUID, &pool_guid) != 0)
572 if (pool_guid != *known_pool_guid)
575 *known_pool_guid = pool_guid;
603 uint64_t pool_guid; local
611 pool_guid = 0;
633 vdev_cfg, name, &pool_guid);
657 uint64_t pool_guid, top_guid, vdev_guid; local
676 pool_guid = 0;
677 (void) nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_GUID, &pool_guid);
[all...]
/freebsd-12-stable/stand/i386/libi386/
H A Dlibi386.h45 uint64_t pool_guid; member in struct:i386_devdesc::__anon9143::__anon9145
/freebsd-12-stable/stand/i386/loader/
H A Dmain.c292 new_currdev.d_kind.zfs.pool_guid = zargs->pool;
302 new_currdev.d_kind.zfs.pool_guid = kargs->zfspool;
/freebsd-12-stable/lib/libbe/
H A Dbe.c1223 be_set_nextboot(libbe_handle_t *lbh, nvlist_t *config, uint64_t pool_guid, argument
1233 if (be_set_nextboot(lbh, child[c], pool_guid, zfsdev) != 0)
1243 if (zpool_nextboot(lbh->lzh, pool_guid, vdev_guid, zfsdev) != 0) {
1274 uint64_t pool_guid; local
1291 &pool_guid) != 0)
1303 return (be_set_nextboot(lbh, vdevs, pool_guid, buf));

Completed in 276 milliseconds

12