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

/illumos-gate/usr/src/lib/print/libpapi-dynamic/common/
H A Dpsm.c58 svc->so_handle = dlopen(path, RTLD_LAZY|RTLD_LOCAL|RTLD_GROUP);
59 if (svc->so_handle == NULL) { /* failed, set the result/message */
85 if ((svc != NULL) && (svc->so_handle != NULL) && (name != NULL)) {
86 if ((func = dlsym(svc->so_handle, name)) == NULL)
H A Dpapi_impl.h55 void *so_handle; member in struct:__anon4325
H A Dservice.c107 if (svc->so_handle != NULL) /* already loaded */
159 if ((svc->peer_fd != -1) && (svc->so_handle != NULL) &&
178 if (svc->so_handle == NULL)
187 if (svc->so_handle != NULL) {
270 if (svc->so_handle != NULL) {
278 psm_close(svc->so_handle);
510 if (svc->so_handle == NULL) {
H A Dprinter.c222 if (svc->so_handle != NULL) /* connected, use the print svc */

Completed in 65 milliseconds