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

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dutil.c141 void *zpoolhdl; local
168 zpoolhdl = dlopen("libzpool.so", RTLD_LAZY);
169 if (zpoolhdl != NULL) {
171 var = dlsym(zpoolhdl, varname);
179 dlclose(zpoolhdl);

Completed in 131 milliseconds