Searched refs:srchval (Results 1 – 1 of 1) sorted by relevance
2516 uint64_t srchval, theguid; in vdev_to_nvlist_iter() local2518 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() local2529 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()