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

/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c2580 uint64_t srchval, theguid; local
2582 verify(nvpair_value_uint64(pair, &srchval) == 0);
2585 if (theguid == srchval)
2591 char *srchval, *val; local
2593 verify(nvpair_value_string(pair, &srchval) == 0);
2614 if (zfs_strcmp_pathname(srchval, val, wholedisk) == 0)
2623 * that the srchval is composed of a type and
2626 if ((type = strdup(srchval)) == NULL)
2695 if (strcmp(srchval, val) == 0)

Completed in 61 milliseconds