Home
last modified time | relevance | path

Searched refs:libhndl (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/udapl/libdat/include/
H A Ddat_osd.h122 #define dat_os_library_sym(libhndl, sym) dlsym((libhndl), (sym)) argument
/titanic_44/usr/src/lib/librestart/common/
H A Dlibrestart.c1960 void *libhndl; in restarter_rm_libs_loadable() local
1965 if ((libhndl = dlopen("libpool.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) in restarter_rm_libs_loadable()
1968 (void) dlclose(libhndl); in restarter_rm_libs_loadable()
1970 if ((libhndl = dlopen("libproject.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) in restarter_rm_libs_loadable()
1973 (void) dlclose(libhndl); in restarter_rm_libs_loadable()