Searched defs:library_handle (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/udapl/libdat/common/
H A Ddat_osd.c143 DAT_OS_LIBRARY_HANDLE library_handle; local
145 if (NULL != (library_handle = dlopen(library_path, RTLD_NOW))) {
147 *library_handle_ptr = library_handle;
166 const DAT_OS_LIBRARY_HANDLE library_handle)
168 if (0 != dlclose(library_handle)) {
165 dat_os_library_unload( const DAT_OS_LIBRARY_HANDLE library_handle) argument

Completed in 15 milliseconds