/titanic_51/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_tdb.c | 105 if ((tdb_init = (td_err_e (*)(void))dlsym(hdl, "td_init")) == NULL) { in mdb_tdb_load() 131 * up using dlsym(). If we find it, add it to the ops vector. If not, in mdb_tdb_load() 135 t->tdb_ops.td_ta_new = (td_err_e (*)())dlsym(hdl, "td_ta_new"); in mdb_tdb_load() 139 t->tdb_ops.td_ta_delete = (td_err_e (*)())dlsym(hdl, "td_ta_delete"); in mdb_tdb_load() 144 dlsym(hdl, "td_ta_thr_iter"); in mdb_tdb_load() 149 dlsym(hdl, "td_ta_map_id2thr"); in mdb_tdb_load() 154 dlsym(hdl, "td_ta_map_lwp2thr"); in mdb_tdb_load() 159 dlsym(hdl, "td_thr_get_info"); in mdb_tdb_load() 164 dlsym(hdl, "td_thr_getgregs"); in mdb_tdb_load() 169 dlsym(hd in mdb_tdb_load() [all...] |
H A D | mdb_pservice.c | 312 dlsym(RTLD_NEXT, "ps_pread")) == NULL) in mdb_pservice_init() 316 dlsym(RTLD_NEXT, "ps_pwrite")) == NULL) in mdb_pservice_init() 320 dlsym(RTLD_NEXT, "ps_pglobal_lookup")) == NULL) in mdb_pservice_init() 324 dlsym(RTLD_NEXT, "ps_pglobal_sym")) == NULL) in mdb_pservice_init() 328 dlsym(RTLD_NEXT, "ps_pauxv")) == NULL) in mdb_pservice_init() 332 dlsym(RTLD_NEXT, "ps_pbrandname")) == NULL) in mdb_pservice_init() 336 dlsym(RTLD_NEXT, "ps_pdmodel")) == NULL) in mdb_pservice_init()
|
/titanic_51/usr/src/lib/libnsl/rpc/ |
H A D | rpcsec_gss_if.c | 84 if ((calls.rpc_gss_seccreate = (AUTH *(*)()) dlsym(handle, in rpcgss_calls_init() 87 if ((calls.rpc_gss_set_defaults = (bool_t (*)()) dlsym(handle, in rpcgss_calls_init() 90 if ((calls.rpc_gss_get_principal_name = (bool_t (*)()) dlsym(handle, in rpcgss_calls_init() 93 if ((calls.rpc_gss_get_mechanisms = (char **(*)()) dlsym(handle, in rpcgss_calls_init() 96 if ((calls.rpc_gss_get_mech_info = (char **(*)()) dlsym(handle, in rpcgss_calls_init() 99 if ((calls.rpc_gss_get_versions = (bool_t (*)()) dlsym(handle, in rpcgss_calls_init() 102 if ((calls.rpc_gss_is_installed = (bool_t (*)()) dlsym(handle, in rpcgss_calls_init() 105 if ((calls.rpc_gss_set_svc_name = (bool_t (*)()) dlsym(handle, in rpcgss_calls_init() 108 if ((calls.rpc_gss_set_callback = (bool_t (*)()) dlsym(handle, in rpcgss_calls_init() 111 if ((calls.rpc_gss_getcred = (bool_t (*)()) dlsym(handl in rpcgss_calls_init() [all...] |
/titanic_51/usr/src/lib/libipsecutil/common/ |
H A D | ipsec_libssl_setup.c | 123 d2i_X509_NAME_fn = (X509_NAME*(*)())dlsym(dldesc, in libssl_load() 128 X509_NAME_print_ex_fp_fn = (int(*)())dlsym(dldesc, in libssl_load() 133 ERR_get_error_fn = (char *(*)())dlsym(dldesc, in libssl_load() 138 ERR_error_string_fn = (char *(*)())dlsym(dldesc, in libssl_load() 143 SSL_load_error_strings_fn = (void(*)())dlsym(dldesc, in libssl_load() 148 ERR_free_strings_fn = (void(*)())dlsym(dldesc, in libssl_load() 153 CRYPTO_set_locking_callback_fn = (void(*)())dlsym(dldesc, in libssl_load() 158 CRYPTO_set_id_callback_fn = (void(*)())dlsym(dldesc, in libssl_load() 163 X509_NAME_free_fn = (void(*)())dlsym(dldesc, in libssl_load() 193 CRYPTO_num_locks_fn = (int(*)())dlsym(dldes in libcrypto_load() [all...] |
/titanic_51/usr/src/lib/nsswitch/dns/common/ |
H A D | dns_mt.c | 119 if ((f_void_ptr = (void (*)(void))dlsym(reslib, in _nss_dns_init() 123 if ((f_void_ptr = (void (*)(void))dlsym(reslib, in _nss_dns_init() 128 if ((override_retry = (int (*)(int))dlsym(reslib, in _nss_dns_init() 131 (struct __res_state *(*)(void))dlsym(reslib, in _nss_dns_init() 145 if ((get_h_errno = (int *(*)(void))dlsym(reslib, in _nss_dns_init() 152 (int *(*)(void))dlsym(reslib, in _nss_dns_init() 160 if ((enable_mt = (int (*)(void))dlsym(reslib, in _nss_dns_init() 162 (disable_mt = (int (*)(void))dlsym(reslib, in _nss_dns_init()
|
/titanic_51/usr/src/lib/libzfs/common/ |
H A D | libzfs_fru.c | 211 dlsym(_topo_dlhandle, "topo_open"); in libzfs_init_fru() 213 dlsym(_topo_dlhandle, "topo_close"); in libzfs_init_fru() 215 dlsym(_topo_dlhandle, "topo_snap_hold"); in libzfs_init_fru() 217 dlsym(_topo_dlhandle, "topo_snap_release"); in libzfs_init_fru() 219 dlsym(_topo_dlhandle, "topo_walk_init"); in libzfs_init_fru() 221 dlsym(_topo_dlhandle, "topo_walk_step"); in libzfs_init_fru() 223 dlsym(_topo_dlhandle, "topo_walk_fini"); in libzfs_init_fru() 225 dlsym(_topo_dlhandle, "topo_hdl_strfree"); in libzfs_init_fru() 227 dlsym(_topo_dlhandle, "topo_node_name"); in libzfs_init_fru() 229 dlsym(_topo_dlhandl in libzfs_init_fru() [all...] |
/titanic_51/usr/src/lib/mpapi/libmpapi/common/ |
H A D | mpapi.c | 274 dlsym(plugintable[i].hdlPlugin, "Initialize"); in InitLibrary() 320 dlsym(plugintable[i].hdlPlugin, "Terminate"); in ExitLibrary() 492 dlsym(plugintable[index].hdlPlugin, "MP_GetPluginPropertiesPlugin"); in MP_GetPluginProperties() 669 dlsym(plugintable[index].hdlPlugin, in MP_GetDeviceProductOidList() 743 dlsym(plugintable[index].hdlPlugin, in MP_GetDeviceProductProperties() 819 dlsym(plugintable[index].hdlPlugin, "MP_GetInitiatorPortOidListPlugin"); in MP_GetInitiatorPortOidList() 887 dlsym(plugintable[index].hdlPlugin, in MP_GetInitiatorPortProperties() 965 dlsym(plugintable[index].hdlPlugin, in MP_GetMultipathLus() 976 dlsym(plugintable[index].hdlPlugin, in MP_GetMultipathLus() 1047 dlsym(plugintabl in MP_GetMPLogicalUnitProperties() [all...] |
/titanic_51/usr/src/lib/libnsl/nis/gen/ |
H A D | nis_misc_proc.c | 99 * is to dlopen the needed shared objects and grab the symbols with dlsym. 101 * is not loaded and we return error. Otherwise it uses dlsym to 132 OIDptr = (gss_OID *)dlsym(dh, "GSS_C_NT_EXPORT_NAME"); in gss_OID_load() 138 g_import_name = (gss_fptr)dlsym(dh, "gss_import_name"); in gss_OID_load() 142 g_display_name = (gss_fptr)dlsym(dh, "gss_display_name"); in gss_OID_load() 146 g_release_name = (gss_fptr)dlsym(dh, "gss_release_name"); in gss_OID_load() 150 g_release_buffer = (gss_fptr)dlsym(dh, "gss_release_buffer"); in gss_OID_load() 154 g_release_oid = (gss_fptr)dlsym(dh, "gss_release_oid"); in gss_OID_load() 166 OIDptr = (gss_OID *)dlsym(dh, "__DH_GSS_C_NT_NETNAME"); in gss_OID_load()
|
/titanic_51/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_spool.c | 341 (cups_lang_t *(*)())dlsym(smb_cups.cups_hdl, "cupsLangDefault"); in smbd_cups_init() 343 dlsym(smb_cups.cups_hdl, "cupsLangEncoding"); in smbd_cups_init() 346 dlsym(smb_cups.cups_hdl, "cupsDoFileRequest"); in smbd_cups_init() 348 dlsym(smb_cups.cups_hdl, "cupsLastError"); in smbd_cups_init() 350 dlsym(smb_cups.cups_hdl, "cupsLangFree"); in smbd_cups_init() 352 dlsym(smb_cups.cups_hdl, "cupsGetDests"); in smbd_cups_init() 354 dlsym(smb_cups.cups_hdl, "cupsFreeDests"); in smbd_cups_init() 357 dlsym(smb_cups.cups_hdl, "httpClose"); in smbd_cups_init() 359 dlsym(smb_cups.cups_hdl, "httpConnect"); in smbd_cups_init() 361 smb_cups.ippNew = (ipp_t *(*)())dlsym(smb_cup in smbd_cups_init() [all...] |
/titanic_51/usr/src/lib/libima/common/ |
H A D | ima-lib.c | 162 (IMA_GetNodePropertiesFn) dlsym( in getSolarisNodeProps() 224 (IMA_SetNodeNameFn) dlsym(plugintable[i].hPlugin, in setSolarisSharedNodeName() 261 (IMA_SetNodeAliasFn) dlsym(plugintable[i].hPlugin, in setSolarisSharedNodeAlias() 493 dlsym( in InitLibrary() 539 dlsym(plugintable[i].hPlugin, in ExitLibrary() 561 dlsym(plugintable[i].hPlugin, in ExitLibrary() 576 dlsym(plugintable[i].hPlugin, "Terminate"); in ExitLibrary() 846 dlsym(plugintable[i].hPlugin, in IMA_GetPluginProperties() 1107 dlsym(plugintable[i].hPlugin, in IMA_GetNodeProperties() 1196 dlsym(plugintabl in IMA_SetNodeName() [all...] |
/titanic_51/usr/src/lib/fm/libdiskstatus/common/ |
H A D | ds_scsi_sim.c | 74 dscsi_mode_sense = (scsi_mode_sense_f)dlsym(hdl, "scsi_mode_sense"); in simscsi_mode_sense() 94 dscsi_mode_sense_10 = (scsi_mode_sense_10_f)dlsym(hdl, in simscsi_mode_sense_10() 114 dscsi_mode_select = (scsi_mode_select_f)(dlsym(hdl, in simscsi_mode_select() 135 dscsi_mode_select_10 = (scsi_mode_select_10_f)dlsym(hdl, in simscsi_mode_select_10() 154 dscsi_log_sense = (scsi_log_sense_f)dlsym(hdl, "scsi_log_sense"); in simscsi_log_sense() 172 dscsi_request_sense = (scsi_request_sense_f)dlsym(hdl, in simscsi_request_sense()
|
/titanic_51/usr/src/cmd/mdb/common/modules/libpython/ |
H A D | libpython.c | 399 dlsym(pydb_dlhdl, "pydb_agent_create"); in python_db_init() 401 dlsym(pydb_dlhdl, "pydb_agent_destroy"); in python_db_init() 403 dlsym(pydb_dlhdl, "pydb_get_frameinfo"); in python_db_init() 406 dlsym(pydb_dlhdl, "pydb_frame_iter_init"); in python_db_init() 408 dlsym(pydb_dlhdl, "pydb_interp_iter_init"); in python_db_init() 410 dlsym(pydb_dlhdl, "pydb_thread_iter_init"); in python_db_init() 411 pydb_iter_next = (pydb_iter_next_f)dlsym(pydb_dlhdl, "pydb_iter_next"); in python_db_init() 412 pydb_iter_fini = (pydb_iter_fini_f)dlsym(pydb_dlhdl, "pydb_iter_fini"); in python_db_init()
|
/titanic_51/usr/src/lib/hbaapi/common/ |
H A D | HBAAPILIB-sun.c | 324 dlsym(lib_infop->hLibrary, "Sun_fcGetNumberOfTgtAdapters"); in Sun_HBA_GetNumberOfTgtAdapters() 326 dlsym(lib_infop->hLibrary, "Sun_fcGetTgtAdapterName"); in Sun_HBA_GetNumberOfTgtAdapters() 465 dlsym(lib_infop->hLibrary, "Sun_fcOpenTgtAdapter"); in Sun_HBA_OpenTgtAdapter() 517 dlsym(lib_infop->hLibrary, "Sun_fcGetNumberOfTgtAdapters"); in Sun_HBA_OpenTgtAdapterByWWN() 519 dlsym(lib_infop->hLibrary, "Sun_fcOpenTgtAdapterByWWN"); in Sun_HBA_OpenTgtAdapterByWWN() 595 dlsym(lib_infop->hLibrary, "Sun_fcNPIVGetAdapterAttributes"); in Sun_HBA_NPIVGetAdapterAttributes() 619 dlsym(lib_infop->hLibrary, "Sun_fcGetNPIVPortInfo"); in Sun_HBA_GetNPIVPortInfo() 642 dlsym(lib_infop->hLibrary, "Sun_fcDeleteNPIVPort"); in Sun_HBA_DeleteNPIVPort() 667 dlsym(lib_infop->hLibrary, "Sun_fcCreateNPIVPort"); in Sun_HBA_CreateNPIVPort() 690 dlsym(lib_info in Sun_HBA_GetPortNPIVAttributes() [all...] |
/titanic_51/usr/src/lib/libtnfprobe/ |
H A D | probe_cntl.c | 194 * Use dlsym to test for the present of "thr_probe_getfunc_addr" . in __tnf_probe_notify() 197 test_func = (((int(*)())dlsym(RTLD_DEFAULT, in __tnf_probe_notify() 269 /* use dlsym to find the address of the "real" thr_create function */ in thr_create() 272 dlsym(RTLD_NEXT, "thr_create"); in thr_create() 301 /* use dlsym to find the address of the "real" pthread_create func */ in pthread_create() 304 dlsym(RTLD_NEXT, "pthread_create"); in pthread_create() 323 /* use dlsym to find the address of the "real" pthread_create func */ in thr_exit() 326 dlsym(RTLD_NEXT, "thr_exit"); in thr_exit() 379 /* use dlsym to find the address of the "real" pthread_create func */ in pthread_exit() 382 dlsym(RTLD_NEX in pthread_exit() [all...] |
/titanic_51/usr/src/lib/libc/port/i18n/ |
H A D | wdresolve.c | 86 wdchknd = (int(*)(wchar_t))dlsym(modhandle, "_wdchkind_"); in _wdinitialize() 89 wdbdg = (int(*)(wchar_t, wchar_t, int))dlsym(modhandle, in _wdinitialize() 94 dlsym(modhandle, "_wddelim_"); in _wdinitialize() 97 mcfllr = (wchar_t(*)(void))dlsym(modhandle, "_mcfiller_"); in _wdinitialize() 98 mcwrp = (int(*)(void))dlsym(modhandle, "_mcwrap_"); in _wdinitialize()
|
/titanic_51/usr/src/lib/libcmd/common/ |
H A D | cmd.h | 122 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) in main() 124 if (fun = (Shbltin_f)dlsym(dll, buf)) in main() 129 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) in main() 131 if (fun = (Shbltin_f)dlsym(dll, buf)) in main()
|
/titanic_51/usr/src/lib/libslp/clib/ |
H A D | slp_auth.c | 335 * and dlsym in the necessary interfaces. The library remains mapped 371 dlsym(dl, "AMI_MD5WithRSAEncryption_AID"))) { in get_security_backend() 381 dlsym(dl, "AMI_SHA1WithDSASignature_AID"))) { in get_security_backend() 396 const char *))dlsym( in get_security_backend() 412 size_t *))dlsym( in get_security_backend() 428 const size_t))dlsym( in get_security_backend() 438 int *))dlsym( in get_security_backend() 450 int *))dlsym( in get_security_backend() 458 char *, ami_name **))dlsym( in get_security_backend() 466 ami_name *, char **))dlsym( in get_security_backend() [all...] |
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | cmd.h | 122 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) in main() 124 if (fun = (Shbltin_f)dlsym(dll, buf)) in main() 129 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) in main() 131 if (fun = (Shbltin_f)dlsym(dll, buf)) in main()
|
/titanic_51/usr/src/lib/libcmd/sparcv9/include/ast/ |
H A D | cmd.h | 131 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) 133 if (fun = (Shbltin_f)dlsym(dll, buf)) 138 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) 140 if (fun = (Shbltin_f)dlsym(dll, buf))
|
/titanic_51/usr/src/lib/libcmd/amd64/include/ast/ |
H A D | cmd.h | 131 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) 133 if (fun = (Shbltin_f)dlsym(dll, buf)) 138 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) 140 if (fun = (Shbltin_f)dlsym(dll, buf))
|
/titanic_51/usr/src/lib/libcmd/i386/include/ast/ |
H A D | cmd.h | 131 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) 133 if (fun = (Shbltin_f)dlsym(dll, buf)) 138 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) 140 if (fun = (Shbltin_f)dlsym(dll, buf))
|
/titanic_51/usr/src/lib/libcmd/sparc/include/ast/ |
H A D | cmd.h | 131 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) 133 if (fun = (Shbltin_f)dlsym(dll, buf)) 138 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) 140 if (fun = (Shbltin_f)dlsym(dll, buf))
|
/titanic_51/usr/src/lib/ncad_addr/common/ |
H A D | ncad_addr.c | 100 real_socket = (sfunc1_t *)dlsym(RTLD_NEXT, "socket"); in ncad_init() 101 real_bind = (sfunc2_t *)dlsym(RTLD_NEXT, "bind"); in ncad_init() 208 if ((real_socket = (sfunc1_t *)dlsym(RTLD_NEXT, "socket")) in nca_bind() 216 if ((real_bind = (sfunc2_t *)dlsym(RTLD_NEXT, "bind")) in nca_bind()
|
/titanic_51/usr/src/lib/libc/port/gen/ |
H A D | attrat.c | 76 (packer = dlsym(handle, "nvlist_pack")) == NULL || in attrat_init() 77 (sizer = dlsym(handle, "nvlist_size")) == NULL || in attrat_init() 78 (unpacker = dlsym(handle, "nvlist_unpack")) == NULL || in attrat_init() 79 (freer = dlsym(handle, "nvlist_free")) == NULL || in attrat_init() 80 (looker = dlsym(handle, "nvlist_lookup_uint64")) == NULL) { in attrat_init()
|
/titanic_51/usr/src/lib/libdll/common/ |
H A D | dlllook.c | 39 if (!(addr = dlsym(dll, name)) && strlen(name) < (sizeof(buf) - 2)) in dlllook() 43 addr = dlsym(dll, buf); in dlllook()
|