privileged         53 daemons/based/based_callbacks.c static void cib_process_request(xmlNode *request, gboolean privileged,
privileged         58 daemons/based/based_callbacks.c                                xmlNode **cib_diff, gboolean privileged);
privileged         61 daemons/based/based_callbacks.c                              gboolean privileged);
privileged        144 daemons/based/based_callbacks.c                            pcmk__client_t *cib_client, gboolean privileged)
privileged        203 daemons/based/based_callbacks.c     cib_process_request(op_request, privileged, cib_client);
privileged        207 daemons/based/based_callbacks.c cib_common_callback(qb_ipcs_connection_t * c, void *data, size_t size, gboolean privileged)
privileged        265 daemons/based/based_callbacks.c     cib_common_callback_worker(id, flags, op_request, cib_client, privileged);
privileged        926 daemons/based/based_callbacks.c cib_process_request(xmlNode *request, gboolean privileged,
privileged       1049 daemons/based/based_callbacks.c         rc = cib_process_command(request, &op_reply, &result_diff, privileged);
privileged       1168 daemons/based/based_callbacks.c cib_process_command(xmlNode * request, xmlNode ** reply, xmlNode ** cib_diff, gboolean privileged)
privileged       1207 daemons/based/based_callbacks.c     if (rc == pcmk_ok && privileged == FALSE) {
privileged       1208 daemons/based/based_callbacks.c         rc = cib_op_can_run(call_type, call_options, privileged, global_update);
privileged         34 daemons/based/based_common.c                                gboolean privileged);
privileged        275 daemons/based/based_common.c cib_op_can_run(int call_type, int call_options, gboolean privileged, gboolean global_update)
privileged        277 daemons/based/based_common.c     if (privileged == FALSE && cib_server_ops[call_type].needs_privileges) {
privileged         85 daemons/based/pacemaker-based.h                                 gboolean privileged);
privileged        145 daemons/based/pacemaker-based.h int cib_op_can_run(int call_type, int call_options, gboolean privileged,