expand_list       527 lib/pacemaker/pcmk_sched_notif.c     n_data->stop = expand_list(n_data->stop, &rsc_list, &node_list);
expand_list       539 lib/pacemaker/pcmk_sched_notif.c     n_data->start = expand_list(n_data->start, &rsc_list, &node_list);
expand_list       547 lib/pacemaker/pcmk_sched_notif.c     n_data->demote = expand_list(n_data->demote, &rsc_list, &node_list);
expand_list       555 lib/pacemaker/pcmk_sched_notif.c     n_data->promote = expand_list(n_data->promote, &rsc_list, &node_list);
expand_list       559 lib/pacemaker/pcmk_sched_notif.c     n_data->active = expand_list(n_data->active, &rsc_list, &node_list);
expand_list       563 lib/pacemaker/pcmk_sched_notif.c     n_data->unpromoted = expand_list(n_data->unpromoted, &rsc_list, &node_list);
expand_list       571 lib/pacemaker/pcmk_sched_notif.c     n_data->promoted = expand_list(n_data->promoted, &rsc_list, &node_list);
expand_list       579 lib/pacemaker/pcmk_sched_notif.c     n_data->inactive = expand_list(n_data->inactive, &rsc_list, NULL);