Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c2516 uint64_t srchval, theguid; in vdev_to_nvlist_iter() local
2518 verify(nvpair_value_uint64(pair, &srchval) == 0); in vdev_to_nvlist_iter()
2521 if (theguid == srchval) in vdev_to_nvlist_iter()
2527 char *srchval, *val; in vdev_to_nvlist_iter() local
2529 verify(nvpair_value_string(pair, &srchval) == 0); in vdev_to_nvlist_iter()
2550 if (zfs_strcmp_pathname(srchval, val, wholedisk) == 0) in vdev_to_nvlist_iter()
2562 if ((type = strdup(srchval)) == NULL) in vdev_to_nvlist_iter()
2601 if (strcmp(srchval, val) == 0) in vdev_to_nvlist_iter()