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.c75 static void *known_pools = NULL; /* tsearch() of C strings */ variable
259 if (tfind(pool, &known_pools, STRCMP)) { in line_worker()
767 if (!name || !tsearch(name, &known_pools, STRCMP)) { in pool_enumerator()
1002 tdestroy(known_pools, free); in main()