a_client 1424 daemons/based/based_callbacks.c pcmk__client_t *a_client = value; a_client 1426 daemons/based/based_callbacks.c crm_err("Disconnecting %s... Not implemented", crm_str(a_client->name)); a_client 550 lib/cib/cib_client.c const cib_notify_client_t *a_client = a; a_client 553 lib/cib/cib_client.c CRM_CHECK(a_client->event != NULL && b_client->event != NULL, return 0); a_client 554 lib/cib/cib_client.c rc = strcmp(a_client->event, b_client->event); a_client 556 lib/cib/cib_client.c if (a_client->callback == b_client->callback) { a_client 558 lib/cib/cib_client.c } else if (((long)a_client->callback) < ((long)b_client->callback)) { a_client 560 lib/cib/cib_client.c a_client->event, a_client->callback, b_client->callback); a_client 564 lib/cib/cib_client.c a_client->event, a_client->callback, b_client->callback); a_client 1182 lib/fencing/st_client.c const stonith_notify_client_t *a_client = a; a_client 1185 lib/fencing/st_client.c if (a_client->delete || b_client->delete) { a_client 1189 lib/fencing/st_client.c CRM_CHECK(a_client->event != NULL && b_client->event != NULL, return 0); a_client 1190 lib/fencing/st_client.c rc = strcmp(a_client->event, b_client->event); a_client 1192 lib/fencing/st_client.c if (a_client->notify == NULL || b_client->notify == NULL) { a_client 1195 lib/fencing/st_client.c } else if (a_client->notify == b_client->notify) { a_client 1198 lib/fencing/st_client.c } else if (((long)a_client->notify) < ((long)b_client->notify)) { a_client 1200 lib/fencing/st_client.c a_client->event, a_client->notify, b_client->notify); a_client 1204 lib/fencing/st_client.c a_client->event, a_client->notify, b_client->notify);