expand_list       539 lib/pacemaker/pcmk_sched_notif.c     n_data->stop = expand_list(n_data->stop, &rsc_list, &node_list);
expand_list       551 lib/pacemaker/pcmk_sched_notif.c     n_data->start = expand_list(n_data->start, &rsc_list, &node_list);
expand_list       559 lib/pacemaker/pcmk_sched_notif.c     n_data->demote = expand_list(n_data->demote, &rsc_list, &node_list);
expand_list       567 lib/pacemaker/pcmk_sched_notif.c     n_data->promote = expand_list(n_data->promote, &rsc_list, &node_list);
expand_list       571 lib/pacemaker/pcmk_sched_notif.c     n_data->active = expand_list(n_data->active, &rsc_list, &node_list);
expand_list       575 lib/pacemaker/pcmk_sched_notif.c     n_data->unpromoted = expand_list(n_data->unpromoted, &rsc_list, &node_list);
expand_list       583 lib/pacemaker/pcmk_sched_notif.c     n_data->promoted = expand_list(n_data->promoted, &rsc_list, &node_list);
expand_list       591 lib/pacemaker/pcmk_sched_notif.c     n_data->inactive = expand_list(n_data->inactive, &rsc_list, NULL);