Home
last modified time | relevance | path

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

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