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

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_retire.c679 void *librcm_hdl; local
713 librcm_hdl = dlopen(LIBRCM_PATH, RTLD_LAZY);
714 if (librcm_hdl == NULL) {
721 librcm_alloc_handle = (int (*)())dlsym(librcm_hdl, "rcm_alloc_handle");
722 rarg.rcm_offline = (int (*)())dlsym(librcm_hdl, "rcm_request_offline");
723 rarg.rcm_online = (int (*)())dlsym(librcm_hdl, "rcm_notify_online");
724 rarg.rcm_remove = (int (*)())dlsym(librcm_hdl, "rcm_notify_remove");
725 librcm_free_handle = (int (*)())dlsym(librcm_hdl, "rcm_free_handle");
822 (void) dlclose(librcm_hdl);

Completed in 52 milliseconds