Home
last modified time | relevance | path

Searched refs:cmap_iter_next (Results 1 – 13 of 13) sorted by relevance

/dports/net/corosync2/corosync-2.4.5/man/
H A DMakefile.am111 cmap_iter_next.3 \
H A DMakefile.in428 cmap_iter_next.3 \
/dports/net/corosync2/corosync-2.4.5/include/corosync/
H A Dcmap.h311 extern cs_error_t cmap_iter_next(
/dports/net/corosync2/corosync-2.4.5/qdevices/
H A Dqdevice-instance.c186 while ((cs_err = cmap_iter_next(instance->cmap_handle, iter_handle, key_name, in qdevice_instance_configure_from_cmap_heuristics()
H A Dqdevice-cmap.c114 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 Dcorosync-cmapctl.c379 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 Dcorosync-quorumtool.c275 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 Dlogconfig.c576 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 Dcorosync.c802 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 Dcorosync.c754 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 Dsam.c226 …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 Dcmap.c836 cs_error_t cmap_iter_next( in cmap_iter_next() function
/dports/net/corosync2/corosync-2.4.5/
H A DChangeLog382 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()