Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c2400 uint64_t srchval, theguid; in vdev_to_nvlist_iter() local
2402 verify(nvpair_value_uint64(pair, &srchval) == 0); in vdev_to_nvlist_iter()
2405 if (theguid == srchval) in vdev_to_nvlist_iter()
2411 char *srchval, *val; in vdev_to_nvlist_iter() local
2413 verify(nvpair_value_string(pair, &srchval) == 0); in vdev_to_nvlist_iter()
2435 int slen = strlen(srchval); in vdev_to_nvlist_iter()
2454 strncmp(srchval, val, slen) == 0) in vdev_to_nvlist_iter()
2462 strcmp(&srchval[slen - 4], "/old") == 0 && in vdev_to_nvlist_iter()
2463 strncmp(srchval, val, slen - 4) == 0) in vdev_to_nvlist_iter()
2477 if ((type = strdup(srchval)) == NULL) in vdev_to_nvlist_iter()
[all …]