privileged         53 daemons/based/based_callbacks.c static void cib_process_request(xmlNode *request, gboolean privileged,
privileged         57 daemons/based/based_callbacks.c                                xmlNode **cib_diff, gboolean privileged);
privileged         60 daemons/based/based_callbacks.c                                     size_t size, gboolean privileged);
privileged        143 daemons/based/based_callbacks.c                            pcmk__client_t *cib_client, gboolean privileged)
privileged        202 daemons/based/based_callbacks.c     cib_process_request(op_request, privileged, cib_client);
privileged        206 daemons/based/based_callbacks.c cib_common_callback(qb_ipcs_connection_t * c, void *data, size_t size, gboolean privileged)
privileged        264 daemons/based/based_callbacks.c     cib_common_callback_worker(id, flags, op_request, cib_client, privileged);
privileged        924 daemons/based/based_callbacks.c cib_process_request(xmlNode *request, gboolean privileged,
privileged       1046 daemons/based/based_callbacks.c         rc = cib_process_command(request, &op_reply, &result_diff, privileged);
privileged       1204 daemons/based/based_callbacks.c cib_process_command(xmlNode * request, xmlNode ** reply, xmlNode ** cib_diff, gboolean privileged)
privileged       1252 daemons/based/based_callbacks.c     if (rc == pcmk_ok && privileged == FALSE) {
privileged       1253 daemons/based/based_callbacks.c         rc = cib_op_can_run(call_type, call_options, privileged);
privileged         34 daemons/based/based_common.c                                gboolean privileged);
privileged        332 daemons/based/based_common.c cib_op_can_run(int call_type, int call_options, bool privileged)
privileged        334 daemons/based/based_common.c     if (!privileged && cib_server_ops[call_type].needs_privileges) {
privileged         81 daemons/based/pacemaker-based.h                                 gboolean privileged);
privileged        135 daemons/based/pacemaker-based.h int cib_op_can_run(int call_type, int call_options, bool privileged);