handle 41 daemons/attrd/pacemaker-attrd.c attrd_cpg_dispatch(cpg_handle_t handle, handle 48 daemons/attrd/pacemaker-attrd.c char *data = pcmk_message_common_cs(handle, nodeid, pid, msg, &kind, &from); handle 237 daemons/based/pacemaker-based.c cib_cs_dispatch(cpg_handle_t handle, handle 244 daemons/based/pacemaker-based.c char *data = pcmk_message_common_cs(handle, nodeid, pid, msg, &kind, &from); handle 29 daemons/controld/controld_corosync.c crmd_cs_dispatch(cpg_handle_t handle, const struct cpg_name *groupName, handle 34 daemons/controld/controld_corosync.c char *data = pcmk_message_common_cs(handle, nodeid, pid, msg, &kind, &from); handle 105 daemons/controld/controld_corosync.c cpg_membership_callback(cpg_handle_t handle, const struct cpg_name *cpg_name, handle 138 daemons/controld/controld_corosync.c pcmk_cpg_membership(handle, cpg_name, member_list, member_list_entries, handle 190 daemons/fenced/pacemaker-fenced.c stonith_peer_ais_callback(cpg_handle_t handle, handle 197 daemons/fenced/pacemaker-fenced.c char *data = pcmk_message_common_cs(handle, nodeid, pid, msg, &kind, &from); handle 54 daemons/pacemakerd/pcmkd_corosync.c corosync_cfg_handle_t *handle = (corosync_cfg_handle_t *) user_data; handle 55 daemons/pacemakerd/pcmkd_corosync.c cs_error_t rc = corosync_cfg_dispatch(*handle, CS_DISPATCH_ALL); handle 144 include/crm/cluster.h uint32_t get_local_nodeid(cpg_handle_t handle); handle 149 include/crm/cluster.h void pcmk_cpg_membership(cpg_handle_t handle, handle 158 include/crm/cluster.h char *pcmk_message_common_cs(cpg_handle_t handle, uint32_t nodeid, uint32_t pid, void *msg, handle 104 include/crm/cluster/internal.h #define pcmk__init_cmap(handle) cmap_initialize_map((handle), CMAP_MAP_ICMAP) handle 106 include/crm/cluster/internal.h #define pcmk__init_cmap(handle) cmap_initialize(handle) handle 266 lib/cluster/corosync.c quorum_notification_cb(quorum_handle_t handle, uint32_t quorate, handle 499 lib/cluster/corosync.c cmap_handle_t handle; handle 501 lib/cluster/corosync.c rc = pcmk__init_cmap(&handle); handle 519 lib/cluster/corosync.c cmap_finalize(handle); handle 673 lib/cluster/corosync.c cmap_handle_t handle; handle 682 lib/cluster/corosync.c rc = pcmk__init_cmap(&handle); handle 689 lib/cluster/corosync.c rc = cmap_fd_get(handle, &fd); handle 710 lib/cluster/corosync.c rc = cmap_get_string(handle, "totem.cluster_name", &cluster_name); handle 719 lib/cluster/corosync.c cmap_finalize(handle); handle 117 lib/cluster/cpg.c get_local_nodeid(cpg_handle_t handle) handle 122 lib/cluster/cpg.c cpg_handle_t local_handle = handle; handle 134 lib/cluster/cpg.c if(handle == 0) { handle 177 lib/cluster/cpg.c if(handle == 0) { handle 216 lib/cluster/cpg.c cpg_handle_t *handle = (cpg_handle_t *) data; handle 218 lib/cluster/cpg.c if (*handle == 0) { handle 240 lib/cluster/cpg.c rc = cpg_mcast_joined(*handle, CPG_TYPE_AGREED, iov, 1); handle 444 lib/cluster/cpg.c pcmk_message_common_cs(cpg_handle_t handle, uint32_t nodeid, uint32_t pid, void *content, handle 450 lib/cluster/cpg.c if(handle) { handle 452 lib/cluster/cpg.c uint32_t local_nodeid = get_local_nodeid(handle); handle 629 lib/cluster/cpg.c pcmk_cpg_membership(cpg_handle_t handle, handle 638 lib/cluster/cpg.c uint32_t local_nodeid = get_local_nodeid(handle); handle 778 lib/cluster/cpg.c cpg_handle_t handle = 0; handle 807 lib/cluster/cpg.c cs_repeat(rc, retries, 30, cpg_model_initialize(&handle, CPG_MODEL_V1, (cpg_model_data_t *)&cpg_model_info, NULL)); handle 814 lib/cluster/cpg.c rc = cpg_fd_get(handle, &fd); handle 837 lib/cluster/cpg.c id = get_local_nodeid(handle); handle 846 lib/cluster/cpg.c cs_repeat(rc, retries, 30, cpg_join(handle, &cluster->group)); handle 852 lib/cluster/cpg.c pcmk_cpg_handle = handle; handle 853 lib/cluster/cpg.c cluster->cpg_handle = handle; handle 858 lib/cluster/cpg.c cpg_finalize(handle); handle 52 lib/fencing/st_lha.c find_library_function(void **handle, const char *lib, const char *fn) handle 56 lib/fencing/st_lha.c if (*handle == NULL) { handle 57 lib/fencing/st_lha.c *handle = dlopen(lib, RTLD_LAZY); handle 58 lib/fencing/st_lha.c if ((*handle) == NULL) { handle 64 lib/fencing/st_lha.c a_function = dlsym(*handle, fn); handle 366 libltdl/loaders/preopen.c lt_dlhandle handle = lt_dlopen (symbol->name); handle 367 libltdl/loaders/preopen.c if (handle == 0) handle 373 libltdl/loaders/preopen.c errors += (*func) (handle); handle 159 libltdl/lt_dlloader.c lt_dlhandle handle = 0; handle 171 libltdl/lt_dlloader.c while ((handle = lt_dlhandle_iterate (iface, handle))) handle 173 libltdl/lt_dlloader.c lt_dlhandle cur = handle; handle 177 libltdl/lt_dlloader.c if (lt_dlisresident (handle)) handle 71 libltdl/ltdl.c #define LT_DLIS_RESIDENT(handle) ((handle)->info.is_resident) handle 72 libltdl/ltdl.c #define LT_DLIS_SYMGLOBAL(handle) ((handle)->info.is_symglobal) handle 73 libltdl/ltdl.c #define LT_DLIS_SYMLOCAL(handle) ((handle)->info.is_symlocal) handle 124 libltdl/ltdl.c lt_dlhandle *handle, handle 126 libltdl/ltdl.c static int find_module (lt_dlhandle *handle, const char *dir, handle 131 libltdl/ltdl.c static int load_deplibs (lt_dlhandle handle, char *deplibs); handle 133 libltdl/ltdl.c static int try_dlopen (lt_dlhandle *handle, handle 136 libltdl/ltdl.c static int tryall_dlopen (lt_dlhandle *handle, handle 140 libltdl/ltdl.c static int unload_deplibs (lt_dlhandle handle); handle 154 libltdl/ltdl.c static int loader_init_callback (lt_dlhandle handle); handle 178 libltdl/ltdl.c loader_init_callback (lt_dlhandle handle) handle 180 libltdl/ltdl.c lt_get_vtable *vtable_func = (lt_get_vtable *) lt_dlsym (handle, "get_vtable"); handle 269 libltdl/ltdl.c lt_dlhandle handle = handles; handle 290 libltdl/ltdl.c for (level = 1; handle; ++level) handle 371 libltdl/ltdl.c lt_dlhandle handle = handles; handle 384 libltdl/ltdl.c for (;handle; handle = handle->next) handle 386 libltdl/ltdl.c if ((handle->info.filename == filename) /* dlopen self: 0 == 0 */ handle 387 libltdl/ltdl.c || (handle->info.filename && filename handle 388 libltdl/ltdl.c && STREQ (handle->info.filename, filename))) handle 394 libltdl/ltdl.c if (handle) handle 396 libltdl/ltdl.c ++handle->info.ref_count; handle 397 libltdl/ltdl.c *phandle = handle; handle 401 libltdl/ltdl.c handle = *phandle; handle 416 libltdl/ltdl.c handle->info.filename = lt__strdup (filename); handle 417 libltdl/ltdl.c if (!handle->info.filename) handle 425 libltdl/ltdl.c handle->info.filename = 0; handle 444 libltdl/ltdl.c handle->module = (*loader_vtable->module_open) (loader_vtable->dlloader_data, handle 447 libltdl/ltdl.c if (!handle->module) { handle 458 libltdl/ltdl.c if (handle->module != 0) handle 462 libltdl/ltdl.c handle->info.is_resident = advise->is_resident; handle 463 libltdl/ltdl.c handle->info.is_symglobal = advise->is_symglobal; handle 464 libltdl/ltdl.c handle->info.is_symlocal = advise->is_symlocal; handle 474 libltdl/ltdl.c if ((vtable && !handle->module) handle 477 libltdl/ltdl.c FREE (handle->info.filename); handle 482 libltdl/ltdl.c handle->vtable = loader_vtable; handle 493 libltdl/ltdl.c tryall_dlopen_module (lt_dlhandle *handle, const char *prefix, handle 502 libltdl/ltdl.c assert (handle); handle 529 libltdl/ltdl.c error += tryall_dlopen_module (handle, (const char *) 0, handle 532 libltdl/ltdl.c else if (tryall_dlopen (handle, filename, advise, 0) != 0) handle 542 libltdl/ltdl.c find_module (lt_dlhandle *handle, const char *dir, const char *libdir, handle 549 libltdl/ltdl.c if (old_name && tryall_dlopen (handle, old_name, handle 561 libltdl/ltdl.c if (tryall_dlopen_module (handle, (const char *) 0, handle 569 libltdl/ltdl.c if (tryall_dlopen_module (handle, dir, objdir, handle 576 libltdl/ltdl.c if (dir && (tryall_dlopen_module (handle, (const char *) 0, handle 818 libltdl/ltdl.c load_deplibs (lt_dlhandle handle, char * deplibs LT__UNUSED) handle 820 libltdl/ltdl.c handle->depcount = 0; handle 826 libltdl/ltdl.c load_deplibs (lt_dlhandle handle, char *deplibs) handle 834 libltdl/ltdl.c handle->depcount = 0; handle 944 libltdl/ltdl.c lt_dlhandle cur = handle; handle 982 libltdl/ltdl.c unload_deplibs (lt_dlhandle handle) handle 986 libltdl/ltdl.c lt_dlhandle cur = handle; handle 1637 libltdl/ltdl.c lt_dlhandle handle = 0; handle 1641 libltdl/ltdl.c handle = lt_dlopenadvise (filename, advise); handle 1644 libltdl/ltdl.c return handle; handle 1651 libltdl/ltdl.c lt_dlhandle handle = 0; handle 1671 libltdl/ltdl.c if (try_dlopen (&handle, filename, NULL, advise) != 0) handle 1674 libltdl/ltdl.c return handle; handle 1680 libltdl/ltdl.c errors += try_dlopen (&handle, filename, archive_ext, advise); handle 1687 libltdl/ltdl.c if (handle || ((errors > 0) && !file_not_found ())) handle 1688 libltdl/ltdl.c return handle; handle 1693 libltdl/ltdl.c errors = try_dlopen (&handle, filename, shlib_ext, advise); handle 1697 libltdl/ltdl.c if (handle || ((errors > 0) && !file_not_found ())) handle 1698 libltdl/ltdl.c return handle; handle 1704 libltdl/ltdl.c errors = try_dlopen (&handle, filename, shared_ext, advise); handle 1708 libltdl/ltdl.c if (handle || ((errors > 0) && !file_not_found ())) handle 1709 libltdl/ltdl.c return handle; handle 1949 libltdl/ltdl.c lt_dlclose (lt_dlhandle handle) handle 1956 libltdl/ltdl.c while (cur && handle != cur) handle 1969 libltdl/ltdl.c cur = handle; handle 1990 libltdl/ltdl.c errors += unload_deplibs (handle); handle 2002 libltdl/ltdl.c if (LT_DLIS_RESIDENT (handle)) handle 2020 libltdl/ltdl.c lt_dlhandle handle; handle 2028 libltdl/ltdl.c handle = place; handle 2036 libltdl/ltdl.c lensym = LT_STRLEN (symbol) + LT_STRLEN (handle->vtable->sym_prefix) handle 2037 libltdl/ltdl.c + LT_STRLEN (handle->info.name); handle 2053 libltdl/ltdl.c data = handle->vtable->dlloader_data; handle 2054 libltdl/ltdl.c if (handle->info.name) handle 2061 libltdl/ltdl.c if (handle->vtable->sym_prefix) handle 2063 libltdl/ltdl.c strcpy(sym, handle->vtable->sym_prefix); handle 2064 libltdl/ltdl.c strcat(sym, handle->info.name); handle 2068 libltdl/ltdl.c strcpy(sym, handle->info.name); handle 2075 libltdl/ltdl.c address = handle->vtable->find_sym (data, handle->module, sym); handle 2088 libltdl/ltdl.c if (handle->vtable->sym_prefix) handle 2090 libltdl/ltdl.c strcpy(sym, handle->vtable->sym_prefix); handle 2098 libltdl/ltdl.c address = handle->vtable->find_sym (data, handle->module, sym); handle 2257 libltdl/ltdl.c lt_dlmakeresident (lt_dlhandle handle) handle 2261 libltdl/ltdl.c if (!handle) handle 2268 libltdl/ltdl.c handle->info.is_resident = 1; handle 2275 libltdl/ltdl.c lt_dlisresident (lt_dlhandle handle) handle 2277 libltdl/ltdl.c if (!handle) handle 2283 libltdl/ltdl.c return LT_DLIS_RESIDENT (handle); handle 2322 libltdl/ltdl.c lt_dlcaller_set_data (lt_dlinterface_id key, lt_dlhandle handle, void *data) handle 2326 libltdl/ltdl.c lt_dlhandle cur = handle; handle 2369 libltdl/ltdl.c lt_dlcaller_get_data (lt_dlinterface_id key, lt_dlhandle handle) handle 2372 libltdl/ltdl.c lt_dlhandle cur = handle; handle 2392 libltdl/ltdl.c lt_dlgetinfo (lt_dlhandle handle) handle 2394 libltdl/ltdl.c if (!handle) handle 2400 libltdl/ltdl.c return &(handle->info); handle 2407 libltdl/ltdl.c lt_dlhandle handle = place; handle 2412 libltdl/ltdl.c if (!handle) handle 2413 libltdl/ltdl.c handle = handles; handle 2415 libltdl/ltdl.c handle = handle->next; handle 2418 libltdl/ltdl.c while (handle && iterator->iface handle 2419 libltdl/ltdl.c && ((*iterator->iface) (handle, iterator->id_string) != 0)) handle 2421 libltdl/ltdl.c handle = handle->next; handle 2424 libltdl/ltdl.c return handle; handle 2431 libltdl/ltdl.c lt_dlhandle handle = 0; handle 2435 libltdl/ltdl.c while ((handle = lt_dlhandle_iterate (iface, handle))) handle 2437 libltdl/ltdl.c lt_dlhandle cur = handle; handle 2442 libltdl/ltdl.c return handle; handle 2448 libltdl/ltdl.c int (*func) (lt_dlhandle handle, void *data), void *data) handle 81 libltdl/ltdl.h LT_SCOPE void * lt_dlsym (lt_dlhandle handle, const char *name); handle 83 libltdl/ltdl.h LT_SCOPE int lt_dlclose (lt_dlhandle handle); handle 97 libltdl/ltdl.h typedef int lt_dlpreload_callback_func (lt_dlhandle handle); handle 119 libltdl/ltdl.h typedef int lt_dlhandle_interface (lt_dlhandle handle, const char *id_string); handle 125 libltdl/ltdl.h lt_dlhandle handle, void *data); handle 127 libltdl/ltdl.h lt_dlhandle handle); handle 143 libltdl/ltdl.h LT_SCOPE const lt_dlinfo *lt_dlgetinfo (lt_dlhandle handle); handle 150 libltdl/ltdl.h int (*func) (lt_dlhandle handle, void *data), handle 156 libltdl/ltdl.h LT_SCOPE int lt_dlmakeresident (lt_dlhandle handle); handle 157 libltdl/ltdl.h LT_SCOPE int lt_dlisresident (lt_dlhandle handle);