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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_get_properties.c65 void *lib_handle; /* Handle for shared library */ local
85 lib_handle = dlopen(name_buf, RTLD_LAZY);
86 if (lib_handle == NULL) {
110 fb_api_version = (fbc_api_ver_t *)dlsym(lib_handle, name_buf);
141 dlsym(lib_handle, name_buf);

Completed in 17 milliseconds