entry_b            38 lib/pacemaker/pcmk_sched_notif.c     const notify_entry_t *entry_b = b;
entry_b            41 lib/pacemaker/pcmk_sched_notif.c     if ((entry_a == NULL) && (entry_b == NULL)) {
entry_b            47 lib/pacemaker/pcmk_sched_notif.c     if (entry_b == NULL) {
entry_b            52 lib/pacemaker/pcmk_sched_notif.c     if ((entry_a->rsc == NULL) && (entry_b->rsc == NULL)) {
entry_b            58 lib/pacemaker/pcmk_sched_notif.c     if (entry_b->rsc == NULL) {
entry_b            63 lib/pacemaker/pcmk_sched_notif.c     tmp = strcmp(entry_a->rsc->id, entry_b->rsc->id);
entry_b            69 lib/pacemaker/pcmk_sched_notif.c     if ((entry_a->node == NULL) && (entry_b->node == NULL)) {
entry_b            75 lib/pacemaker/pcmk_sched_notif.c     if (entry_b->node == NULL) {
entry_b            80 lib/pacemaker/pcmk_sched_notif.c     return strcmp(entry_a->node->details->id, entry_b->node->details->id);