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

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dutil.c150 void *zpoolhdl; local
177 zpoolhdl = dlopen("libzpool.so", RTLD_LAZY);
178 if (zpoolhdl != NULL) {
180 var = dlsym(zpoolhdl, varname);
188 dlclose(zpoolhdl);

Completed in 115 milliseconds