Lines Matching defs:lh
260 void *lh;
262 if ((lh = dlopen(VXVM_LIB_NAME, RTLD_NOW)) == NULL) {
266 if ((vxdl_libvxvm_get_version = (int (*)(int))dlsym(lh,
268 (void) dlclose(lh);
272 if ((vxdl_libvxvm_get_conf = (int (*)(int))dlsym(lh,
274 (void) dlclose(lh);
278 if ((vxdl_libvxvm_get_dgs = (int (*)(int, vm_name_t []))dlsym(lh,
280 (void) dlclose(lh);
285 dlsym(lh, "libvxvm_get_disks")) == NULL) {
286 (void) dlclose(lh);
290 return (lh);
296 void *lh;
306 if ((lh = init_vxvm()) == NULL) {
314 (void) dlclose(lh);
322 (void) dlclose(lh);
328 (void) dlclose(lh);
334 (void) dlclose(lh);
341 (void) dlclose(lh);
370 (void) dlclose(lh);
377 (void) dlclose(lh);
391 (void) dlclose(lh);