Home
last modified time | relevance | path

Searched refs:lib_handle (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/lib/krb5/kdb/
H A Dkdb5.c550 dal_handle->lib_handle = lib; in kdb_setup_lib_handle()
573 lib_handle); in kdb_free_lib_handle()
596 if (dal_handle->lib_handle->vftabl.errcode_2_string == NULL) in get_errmsg()
598 e = dal_handle->lib_handle->vftabl.errcode_2_string(kcontext, err_code); in get_errmsg()
601 if (dal_handle->lib_handle->vftabl.release_errcode_string) in get_errmsg()
602 dal_handle->lib_handle->vftabl.release_errcode_string(kcontext, e); in get_errmsg()
632 status = kdb_lock_lib_lock(dal_handle->lib_handle, FALSE); in krb5_db_open()
640 dal_handle->lib_handle->vftabl.init_module(kcontext, section, db_args, in krb5_db_open()
644 kdb_unlock_lib_lock(dal_handle->lib_handle, FALSE); in krb5_db_open()
687 status = kdb_lock_lib_lock(dal_handle->lib_handle, FALSE); in krb5_db_create()
[all …]
H A Dkdb5.h205 db_library lib_handle; member
/titanic_41/usr/src/lib/udapl/libdat/common/
H A Ddat_sr.c168 data->lib_handle = entry->lib_handle; in dat_sr_insert()
322 &data->lib_handle); in dat_sr_provider_open()
332 dat_os_library_sym(data->lib_handle, in dat_sr_provider_open()
335 dat_os_library_sym(data->lib_handle, in dat_sr_provider_open()
377 status = dat_os_library_unload(data->lib_handle); in dat_sr_provider_close()
H A Dudat_sr_parser.c368 entry.lib_handle = NULL; in dat_sr_load_entry()
/titanic_41/usr/src/lib/libsmedia/library/common/
H A Dl_misc.c287 void *lib_handle; in call_function() local
294 lib_handle = handle->sm_lib_handle; in call_function()
303 dlsym(lib_handle, func_name); in call_function()
342 void *lib_handle; in get_handle_from_fd() local
371 lib_handle = get_dev_library_handle(fd); in get_handle_from_fd()
372 if (lib_handle == NULL) { in get_handle_from_fd()
380 handle->sm_lib_handle = lib_handle; in get_handle_from_fd()
/titanic_41/usr/src/lib/udapl/libdat/include/
H A Ddat_sr.h65 DAT_OS_LIBRARY_HANDLE lib_handle; member
/titanic_41/usr/src/lib/libraidcfg/common/
H A Draidcfg.c4486 (void) dlclose(raid_lib->lib_handle); in raid_plugin_init()
4506 supplib->lib_handle = dlopen(buf, RTLD_LAZY); in raid_plugin_load()
4507 if (supplib->lib_handle == NULL) { in raid_plugin_load()
4514 if ((sym = dlsym(supplib->lib_handle, "rdcfg_version")) == NULL) in raid_plugin_load()
4519 (void) dlclose(supplib->lib_handle); in raid_plugin_load()
4525 if ((sym = dlsym(supplib->lib_handle, "rdcfg_open_controller")) == in raid_plugin_load()
4527 (void) dlclose(supplib->lib_handle); in raid_plugin_load()
4533 if ((sym = dlsym(supplib->lib_handle, "rdcfg_close_controller")) == in raid_plugin_load()
4535 (void) dlclose(supplib->lib_handle); in raid_plugin_load()
4541 if ((sym = dlsym(supplib->lib_handle, "rdcfg_compnum")) == NULL) { in raid_plugin_load()
[all …]
H A Draidcfg_spi.h347 void *lib_handle; member