Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/udapl/libdat/include/
H A Ddat_osd.h120 #define dat_os_library_sym(libhndl, sym) dlsym((libhndl), (sym)) argument
/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c1961 void *libhndl; in restarter_rm_libs_loadable() local
1966 if ((libhndl = dlopen("libpool.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) in restarter_rm_libs_loadable()
1969 (void) dlclose(libhndl); in restarter_rm_libs_loadable()
1971 if ((libhndl = dlopen("libproject.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) in restarter_rm_libs_loadable()
1974 (void) dlclose(libhndl); in restarter_rm_libs_loadable()