Home
last modified time | relevance | path

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

/freebsd-14.2/libexec/rc/rc.d/
H A Dzpoolreguid19 for pool in ${zpool_reguid}; do
/freebsd-14.2/libexec/rc/
H A Drc.conf78 zpool_reguid="" # Set to zpools for which the GUID should be replaced
/freebsd-14.2/sys/contrib/openzfs/include/
H A Dlibzfs.h302 _LIBZFS_H int zpool_reguid(zpool_handle_t *);
/freebsd-14.2/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c4157 zpool_reguid(zpool_handle_t *zhp) in zpool_reguid() function
H A Dlibzfs.abi546 …<elf-symbol name='zpool_reguid' type='func-type' binding='global-binding' visibility='default-visi…
6466 …on-decl name='zpool_reguid' mangled-name='zpool_reguid' visibility='default' binding='global' size…
/freebsd-14.2/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c7494 ret = zpool_reguid(zhp); in zpool_do_reguid()