Searched defs:matched (Results 26 - 26 of 26) sorted by relevance

12

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c132 int matched; local
159 matched = 0;
180 * matched from the end.
182 if (count > matched || best == NULL) {
184 matched = count;
1443 boolean_t matched = B_TRUE; local
1448 matched = nvlist_lookup_string(config,
1455 matched = nvlist_lookup_uint64(config,
1460 if (!matched) {

Completed in 45 milliseconds

12