Searched refs:cmap_iter_next (Results 1 – 13 of 13) sorted by relevance
/dports/net/corosync2/corosync-2.4.5/man/ |
H A D | Makefile.am | 111 cmap_iter_next.3 \
|
H A D | Makefile.in | 428 cmap_iter_next.3 \
|
/dports/net/corosync2/corosync-2.4.5/include/corosync/ |
H A D | cmap.h | 311 extern cs_error_t cmap_iter_next(
|
/dports/net/corosync2/corosync-2.4.5/qdevices/ |
H A D | qdevice-instance.c | 186 while ((cs_err = cmap_iter_next(instance->cmap_handle, iter_handle, key_name, in qdevice_instance_configure_from_cmap_heuristics()
|
H A D | qdevice-cmap.c | 114 while ((cs_err = cmap_iter_next(cmap_handle, iter_handle, key_name, NULL, NULL)) == CS_OK) { in qdevice_cmap_get_nodelist()
|
/dports/net/corosync2/corosync-2.4.5/tools/ |
H A D | corosync-cmapctl.c | 379 while ((err = cmap_iter_next(handle, iter_handle, key_name, &value_len, &type)) == CS_OK) { in print_iter() 400 while ((err = cmap_iter_next(handle, iter_handle, key_name, &value_len, &type)) == CS_OK) { in delete_with_prefix()
|
H A D | corosync-quorumtool.c | 275 while ((cmap_iter_next(cmap_handle, iter, key_name, NULL, NULL)) == CS_OK) { in node_name_by_nodelist()
|
/dports/net/corosync2/corosync-2.4.5/exec/ |
H A D | logconfig.c | 576 while ((cmap_iter_next(cmap_handle, iter, key_name, NULL, NULL)) == CS_OK) {
|
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/lib/cluster/ |
H A D | corosync.c | 802 cs_rc = cmap_iter_next(cmap_handle, iter_handle, key_name, NULL, NULL); in pcmk__corosync_has_nodelist()
|
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/lib/cluster/ |
H A D | corosync.c | 754 while ((rc = cmap_iter_next(cmap_handle, iter_handle, key_name, NULL, NULL)) == CS_OK) { in corosync_cmap_has_config()
|
/dports/net/corosync2/corosync-2.4.5/lib/ |
H A D | sam.c | 226 …while ((err = cmap_iter_next(sam_internal_data.cmap_handle, iter, key_name, NULL, NULL)) == CS_OK)… in sam_cmap_destroy_pid_path()
|
H A D | cmap.c | 836 cs_error_t cmap_iter_next( in cmap_iter_next() function
|
/dports/net/corosync2/corosync-2.4.5/ |
H A D | ChangeLog | 382 cmap: Fix strncpy warning in cmap_iter_next 383 cmap_iter_next in contrast of it's icmap counterpart copies key name 385 CMAP_KEYNAME_MAXLEN, so cmap_iter_next then need CMAP_KEYNAME_MAXLEN + 2647 Doxygen fix for cmap_iter_next()
|