Searched refs:so_handle (Results 1 – 4 of 4) sorted by relevance
58 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()
107 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()
55 void *so_handle; member
222 if (svc->so_handle != NULL) /* connected, use the print svc */ in papiPrintersList()