Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/etc/systemd/system-generators/
H A Dzfs-mount-generator.c74 static void *known_pools = NULL; /* tsearch() of C strings */ variable
257 if (tfind(pool, &known_pools, STRCMP)) { in line_worker()
765 if (!name || !tsearch(name, &known_pools, STRCMP)) { in pool_enumerator()
1000 tdestroy(known_pools, free); in main()