HomeSort by: relevance | last modified time | path
    Searched defs:cpg_handle (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/lvm2/dist/daemons/clvmd/
clvmd-corosync.c 89 static cpg_handle_t cpg_handle; variable
304 err = cpg_initialize(&cpg_handle,
341 err = cpg_join(cpg_handle, &cpg_group_name);
343 cpg_finalize(cpg_handle);
351 err = cpg_local_get(cpg_handle,
354 cpg_finalize(cpg_handle);
373 cpg_finalize(cpg_handle);
545 cpg_fd_get(cpg_handle, &select_fd);
555 cpg_dispatch(cpg_handle, CS_DISPATCH_ONE);
576 err = cpg_mcast_joined(cpg_handle, CPG_TYPE_AGREED, iov, 2)
    [all...]
clvmd-openais.c 93 static cpg_handle_t cpg_handle; variable
343 err = cpg_initialize(&cpg_handle,
356 cpg_initialize(&cpg_handle, &openais_cpg_callbacks);
366 err = cpg_join(cpg_handle, &cpg_group_name);
368 cpg_finalize(cpg_handle);
375 err = cpg_local_get(cpg_handle,
378 cpg_finalize(cpg_handle);
399 cpg_finalize(cpg_handle);
651 cpg_fd_get(cpg_handle, &select_fd);
661 cpg_dispatch(cpg_handle, SA_DISPATCH_ONE)
    [all...]

Completed in 51 milliseconds