HomeSort by: relevance | last modified time | path
    Searched refs:ZPOOL_CONFIG_HOSTID (Results 1 - 6 of 6) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_status.c 229 (void) nvlist_lookup_uint64(config, ZPOOL_CONFIG_HOSTID, &hostid);
libzfs_import.c 577 ZPOOL_CONFIG_HOSTID, &hostid) == 0) {
579 ZPOOL_CONFIG_HOSTID, hostid);
816 (void) nvlist_remove(config, ZPOOL_CONFIG_HOSTID,
821 verify(nvlist_add_uint64(config, ZPOOL_CONFIG_HOSTID,
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
spa_config.c 424 fnvlist_add_uint64(config, ZPOOL_CONFIG_HOSTID, hostid);
spa.c 2626 ZPOOL_CONFIG_HOSTID, &hostid) == 0) {
  /src/external/cddl/osnet/dist/uts/common/sys/fs/
zfs.h 541 #define ZPOOL_CONFIG_HOSTID "hostid"
  /src/external/cddl/osnet/dist/cmd/zpool/
zpool_main.c 1878 if (nvlist_lookup_uint64(config, ZPOOL_CONFIG_HOSTID,

Completed in 23 milliseconds