cib_client 243 daemons/based/based_callbacks.c pcmk__client_t *cib_client, gboolean privileged) cib_client 262 daemons/based/based_callbacks.c crm_xml_add(ack, PCMK__XA_CIB_CLIENTID, cib_client->id); cib_client 263 daemons/based/based_callbacks.c pcmk__ipc_send_xml(cib_client, id, ack, flags); cib_client 264 daemons/based/based_callbacks.c cib_client->request_id = 0; cib_client 281 daemons/based/based_callbacks.c type, (on_off? "on" : "off"), pcmk__client_name(cib_client)); cib_client 304 daemons/based/based_callbacks.c pcmk__set_client_flags(cib_client, bit); cib_client 306 daemons/based/based_callbacks.c pcmk__clear_client_flags(cib_client, bit); cib_client 310 daemons/based/based_callbacks.c pcmk__ipc_send_ack(cib_client, id, flags, PCMK__XE_ACK, NULL, status); cib_client 314 daemons/based/based_callbacks.c cib_process_request(op_request, privileged, cib_client); cib_client 323 daemons/based/based_callbacks.c pcmk__client_t *cib_client = pcmk__find_client(c); cib_client 324 daemons/based/based_callbacks.c xmlNode *op_request = pcmk__client_data2xml(cib_client, data, &id, &flags); cib_client 332 daemons/based/based_callbacks.c pcmk__ipc_send_ack(cib_client, id, flags, PCMK__XE_NACK, NULL, cib_client 336 daemons/based/based_callbacks.c } else if(cib_client == NULL) { cib_client 343 daemons/based/based_callbacks.c CRM_LOG_ASSERT(cib_client->request_id == 0); /* This means the client has two synchronous events in-flight */ cib_client 344 daemons/based/based_callbacks.c cib_client->request_id = id; /* Reply only to the last one */ cib_client 347 daemons/based/based_callbacks.c if (cib_client->name == NULL) { cib_client 352 daemons/based/based_callbacks.c cib_client->name = pcmk__itoa(cib_client->pid); cib_client 354 daemons/based/based_callbacks.c cib_client->name = pcmk__str_copy(value); cib_client 356 daemons/based/based_callbacks.c pcmk__set_client_flags(cib_client, cib_is_daemon); cib_client 362 daemons/based/based_callbacks.c if (pcmk_is_set(cib_client->flags, cib_is_daemon)) { cib_client 365 daemons/based/based_callbacks.c if (pcmk__set_client_queue_max(cib_client, qmax)) { cib_client 367 daemons/based/based_callbacks.c pcmk__client_name(cib_client), cib_client->pid, cib_client 368 daemons/based/based_callbacks.c cib_client->queue_max); cib_client 372 daemons/based/based_callbacks.c crm_xml_add(op_request, PCMK__XA_CIB_CLIENTID, cib_client->id); cib_client 373 daemons/based/based_callbacks.c crm_xml_add(op_request, PCMK__XA_CIB_CLIENTNAME, cib_client->name); cib_client 375 daemons/based/based_callbacks.c CRM_LOG_ASSERT(cib_client->user != NULL); cib_client 376 daemons/based/based_callbacks.c pcmk__update_acl_user(op_request, PCMK__XA_CIB_USER, cib_client->user); cib_client 378 daemons/based/based_callbacks.c cib_common_callback_worker(id, flags, op_request, cib_client, privileged); cib_client 547 daemons/based/based_callbacks.c parse_local_options_v1(const pcmk__client_t *cib_client, cib_client 563 daemons/based/based_callbacks.c op, pcmk__client_name(cib_client)); cib_client 568 daemons/based/based_callbacks.c op, pcmk__client_name(cib_client)); cib_client 573 daemons/based/based_callbacks.c op, pcmk__client_name(cib_client)); cib_client 583 daemons/based/based_callbacks.c op, pcmk__client_name(cib_client), cib_client 591 daemons/based/based_callbacks.c parse_local_options_v2(const pcmk__client_t *cib_client, cib_client 611 daemons/based/based_callbacks.c op, pcmk__client_name(cib_client)); cib_client 634 daemons/based/based_callbacks.c op, pcmk__client_name(cib_client), cib_client 641 daemons/based/based_callbacks.c op, pcmk__client_name(cib_client)); cib_client 646 daemons/based/based_callbacks.c op, pcmk__client_name(cib_client)); cib_client 651 daemons/based/based_callbacks.c parse_local_options(const pcmk__client_t *cib_client, cib_client 658 daemons/based/based_callbacks.c parse_local_options_v1(cib_client, operation, call_options, host, cib_client 662 daemons/based/based_callbacks.c parse_local_options_v2(cib_client, operation, call_options, host, cib_client 1039 daemons/based/based_callbacks.c const pcmk__client_t *cib_client) cib_client 1084 daemons/based/based_callbacks.c if (cib_client == NULL) { cib_client 1106 daemons/based/based_callbacks.c if (cib_client != NULL) { cib_client 1107 daemons/based/based_callbacks.c parse_local_options(cib_client, operation, call_options, host, op, cib_client 1245 daemons/based/based_callbacks.c (cib_client == NULL)); cib_client 1249 daemons/based/based_callbacks.c } else if ((cib_client == NULL) cib_client 1275 daemons/based/based_callbacks.c (cib_client == NULL)); cib_client 1279 daemons/based/based_callbacks.c (cib_client == NULL)); cib_client 75 daemons/based/pacemaker-based.h xmlNode *op_request, pcmk__client_t *cib_client, cib_client 78 daemons/based/pacemaker-based.h const pcmk__client_t *cib_client);