actions           419 daemons/controld/controld_fencing.c         for (lpc2 = synapse->actions; lpc2 != NULL; lpc2 = lpc2->next) {
actions           222 daemons/controld/controld_fsa.c         controld_set_fsa_action_flags(fsa_data->actions);
actions           223 daemons/controld/controld_fsa.c         fsa_dump_actions(fsa_data->actions, "Restored actions");
actions           452 daemons/controld/controld_fsa.h     uint64_t actions;
actions           112 daemons/controld/controld_messages.c     fsa_data->actions = with_actions;
actions          1282 daemons/controld/controld_messages.c         fsa_data.actions = 0;
actions           416 daemons/controld/controld_te_actions.c             .actions = A_LRM_INVOKE,
actions           104 daemons/controld/controld_te_events.c         gIter2 = synapse->actions;
actions           289 daemons/controld/controld_te_events.c         for (GList *item2 = synapse->actions; item2; item2 = item2->next) {
actions           310 daemons/controld/controld_te_events.c         gIter2 = synapse->actions;
actions           386 daemons/controld/controld_te_events.c         for (gIter2 = ((pcmk__graph_synapse_t * ) gIter->data)->actions;
actions           447 include/crm/common/resources.h     GList *actions;           // Actions scheduled for resource
actions           204 include/crm/common/scheduler.h     GList *actions;                 //!< Scheduled actions
actions            42 include/pcmki/pcmki_transition.h     GList *actions;           /* pcmk__graph_action_t* */
actions           126 lib/fencing/st_rhcs.c     xmlNode *actions = NULL;
actions           175 lib/fencing/st_rhcs.c         actions = getXpathResult(xpathObj, 0);
actions           187 lib/fencing/st_rhcs.c         tmp = create_xml_node(actions, "action");
actions           191 lib/fencing/st_rhcs.c         tmp = create_xml_node(actions, "action");
actions            85 lib/pacemaker/pcmk_graph_consumer.c     for (GList *lpc = synapse->actions; lpc != NULL; lpc = lpc->next) {
actions           204 lib/pacemaker/pcmk_graph_consumer.c     for (lpc = synapse->actions; lpc != NULL; lpc = lpc->next) {
actions           285 lib/pacemaker/pcmk_graph_consumer.c     for (GList *lpc = synapse->actions; lpc != NULL; lpc = lpc->next) {
actions           616 lib/pacemaker/pcmk_graph_consumer.c             new_synapse->actions = g_list_append(new_synapse->actions,
actions           798 lib/pacemaker/pcmk_graph_consumer.c     g_list_free_full(synapse->actions, free_graph_action);
actions            76 lib/pacemaker/pcmk_graph_logging.c         for (const GList *action_iter = synapse->actions;
actions           193 lib/pacemaker/pcmk_graph_logging.c     for (GList *lpc = synapse->actions; lpc != NULL; lpc = lpc->next) {
actions           985 lib/pacemaker/pcmk_graph_producer.c     g_list_foreach(rsc->actions, add_action_to_graph, rsc->cluster);
actions          1063 lib/pacemaker/pcmk_graph_producer.c     for (iter = scheduler->actions; iter != NULL; iter = iter->next) {
actions          1235 lib/pacemaker/pcmk_output.c             possible_matches = find_actions(rsc->actions, key, node);
actions           191 lib/pacemaker/pcmk_sched_actions.c         result = find_first_action(rsc->actions, uuid, NULL, NULL);
actions          1398 lib/pacemaker/pcmk_sched_actions.c     for (GList *iter = scheduler->actions; iter != NULL; iter = iter->next) {
actions           947 lib/pacemaker/pcmk_sched_bundle.c         pcmk_action_t *probe = find_first_action(replica->remote->actions,
actions           439 lib/pacemaker/pcmk_sched_clone.c     g_list_foreach(rsc->actions, call_action_flags, rsc);
actions          1020 lib/pacemaker/pcmk_sched_colocation.c     for (iter = rsc->actions; iter != NULL; iter = iter->next) {
actions          1082 lib/pacemaker/pcmk_sched_colocation.c         pcmk_action_t *child_action = find_first_action(child->actions, NULL,
actions            62 lib/pacemaker/pcmk_sched_fencing.c     for (GList *iter = rsc->actions; iter != NULL; iter = iter->next) {
actions           138 lib/pacemaker/pcmk_sched_fencing.c         parent_stop = find_first_action(top->actions, NULL, PCMK_ACTION_STOP,
actions           370 lib/pacemaker/pcmk_sched_fencing.c         stop = find_first_action(container->actions, NULL, PCMK_ACTION_STOP,
actions           373 lib/pacemaker/pcmk_sched_fencing.c         if (find_first_action(container->actions, NULL, PCMK_ACTION_START,
actions           418 lib/pacemaker/pcmk_sched_fencing.c         stop = find_first_action(node->details->remote_rsc->actions, NULL,
actions           503 lib/pacemaker/pcmk_sched_group.c         pcmk_action_t *member_action = find_first_action(member->actions, NULL,
actions           589 lib/pacemaker/pcmk_sched_group.c         pcmk_action_t *member_action = find_first_action(member->actions, NULL,
actions           916 lib/pacemaker/pcmk_sched_instances.c     for (iter = instance->actions;
actions          1294 lib/pacemaker/pcmk_sched_instances.c     matching_action = find_first_action(rsc->actions, NULL, action_name, node);
actions          1514 lib/pacemaker/pcmk_sched_instances.c     instance_action = find_first_action(instance->actions, NULL, then->task,
actions          1640 lib/pacemaker/pcmk_sched_instances.c         instance_action = find_first_action(instance->actions, NULL,
actions          1107 lib/pacemaker/pcmk_sched_ordering.c     for (GList *iter = scheduler->actions; iter != NULL; iter = iter->next) {
actions          1132 lib/pacemaker/pcmk_sched_ordering.c     for (GList *iter = node->details->data_set->actions;
actions          1197 lib/pacemaker/pcmk_sched_ordering.c     GList *list = find_actions(rsc->actions, original_key, NULL);
actions          1207 lib/pacemaker/pcmk_sched_ordering.c             list = find_actions(rsc->actions, key, NULL);
actions          1429 lib/pacemaker/pcmk_sched_ordering.c     g_list_foreach(sched->actions, block_colocation_dependents, NULL);
actions          1434 lib/pacemaker/pcmk_sched_ordering.c     crm_trace("Updating %d actions", g_list_length(sched->actions));
actions          1435 lib/pacemaker/pcmk_sched_ordering.c     g_list_foreach(sched->actions, update_action_for_orderings, sched);
actions           424 lib/pacemaker/pcmk_sched_probes.c             then_actions = find_actions(order->rh_rsc->actions,
actions           673 lib/pacemaker/pcmk_sched_probes.c     for (GList *iter = scheduler->actions; iter != NULL; iter = iter->next) {
actions           766 lib/pacemaker/pcmk_sched_probes.c         GList *actions = NULL;
actions           769 lib/pacemaker/pcmk_sched_probes.c         actions = pe__resource_actions(rsc, NULL, PCMK_ACTION_START, FALSE);
actions           771 lib/pacemaker/pcmk_sched_probes.c         if (actions) {
actions           772 lib/pacemaker/pcmk_sched_probes.c             start = actions->data;
actions           773 lib/pacemaker/pcmk_sched_probes.c             g_list_free(actions);
actions           783 lib/pacemaker/pcmk_sched_probes.c         for (actions = start->actions_before; actions != NULL;
actions           784 lib/pacemaker/pcmk_sched_probes.c              actions = actions->next) {
actions           786 lib/pacemaker/pcmk_sched_probes.c             pcmk__related_action_t *before = actions->data;
actions            95 lib/pacemaker/pcmk_sched_promotable.c     for (iter = rsc->actions; iter != NULL; iter = iter->next) {
actions           212 lib/pacemaker/pcmk_sched_recurring.c     possible_matches = find_actions_exact(rsc->actions, key, node);
actions           380 lib/pacemaker/pcmk_sched_recurring.c     GList *possible_matches = find_actions_exact(rsc->actions, key, node);
actions           518 lib/pacemaker/pcmk_sched_recurring.c         possible_matches = find_actions_exact(rsc->actions, op->key, stop_node);
actions           407 lib/pacemaker/pcmk_sched_remote.c     for (GList *iter = scheduler->actions; iter != NULL; iter = iter->next) {
actions           463 lib/pacemaker/pcmk_sched_remote.c             for (GList *item = action->rsc->actions; item != NULL;
actions           460 lib/pacemaker/pcmk_sched_resource.c         for (GList *iter = rsc->actions; iter != NULL; iter = iter->next) {
actions           718 lib/pacemaker/pcmk_scheduler.c     for (const GList *iter = scheduler->actions;
actions           233 lib/pacemaker/pcmk_simulate.c     for (iter = scheduler->actions; iter != NULL; iter = iter->next) {
actions           274 lib/pacemaker/pcmk_simulate.c     for (iter = scheduler->actions; iter != NULL; iter = iter->next) {
actions           706 lib/pengine/complex.c     (*rsc)->actions = NULL;
actions          1024 lib/pengine/complex.c     if (rsc->actions) {
actions          1025 lib/pengine/complex.c         g_list_free(rsc->actions);
actions          1026 lib/pengine/complex.c         rsc->actions = NULL;
actions            64 lib/pengine/pe_actions.c     matches = find_actions(((rsc == NULL)? scheduler->actions : rsc->actions),
actions           220 lib/pengine/pe_actions.c     scheduler->actions = g_list_prepend(scheduler->actions, action);
actions           224 lib/pengine/pe_actions.c         rsc->actions = g_list_prepend(rsc->actions, action);
actions          1595 lib/pengine/pe_actions.c         result = find_actions_exact(rsc->actions, key, node);
actions          1597 lib/pengine/pe_actions.c         result = find_actions(rsc->actions, key, node);
actions           389 lib/pengine/pe_notif.c     for (GList *iter = rsc->actions; iter != NULL; iter = iter->next) {
actions           610 lib/pengine/pe_notif.c     for (iter = rsc->actions; iter != NULL; iter = iter->next) {
actions           791 lib/pengine/pe_notif.c             return find_first_action(remote_rsc->actions, NULL,
actions           821 lib/pengine/pe_notif.c     for (iter = rsc->actions; iter != NULL; iter = iter->next) {
actions           877 lib/pengine/pe_notif.c         stop = find_first_action(rsc->actions, NULL, PCMK_ACTION_STOP, NULL);
actions           906 lib/pengine/pe_notif.c         start = find_first_action(rsc->actions, NULL, PCMK_ACTION_START, NULL);
actions           179 lib/pengine/status.c pe_free_actions(GList *actions)
actions           181 lib/pengine/status.c     GList *iterator = actions;
actions           187 lib/pengine/status.c     if (actions != NULL) {
actions           188 lib/pengine/status.c         g_list_free(actions);
actions           312 lib/pengine/status.c     pe_free_actions(scheduler->actions);
actions           259 maint/gnulib/lib/execute.c   posix_spawn_file_actions_t actions;
actions           273 maint/gnulib/lib/execute.c   if ((err = posix_spawn_file_actions_init (&actions)) != 0
actions           276 maint/gnulib/lib/execute.c             && (err = posix_spawn_file_actions_addopen (&actions,
actions           282 maint/gnulib/lib/execute.c               && (err = posix_spawn_file_actions_addopen (&actions,
actions           288 maint/gnulib/lib/execute.c               && (err = posix_spawn_file_actions_addopen (&actions,
actions           294 maint/gnulib/lib/execute.c               && (err = posix_spawn_file_actions_addchdir (&actions,
actions           308 maint/gnulib/lib/execute.c                      ? posix_spawn (&child, prog_path, &actions,
actions           311 maint/gnulib/lib/execute.c                      : posix_spawnp (&child, prog_path, &actions,
actions           317 maint/gnulib/lib/execute.c         posix_spawn_file_actions_destroy (&actions);
actions           328 maint/gnulib/lib/execute.c   posix_spawn_file_actions_destroy (&actions);
actions           128 maint/gnulib/lib/fatal-signal.c static actions_entry_t * volatile actions = static_actions;
actions           168 maint/gnulib/lib/fatal-signal.c       action = actions[n].action;
actions           235 maint/gnulib/lib/fatal-signal.c       actions_entry_t *old_actions = actions;
actions           253 maint/gnulib/lib/fatal-signal.c       actions = new_actions;
actions           270 maint/gnulib/lib/fatal-signal.c   actions[actions_count].action = action;
actions           450 maint/gnulib/lib/spawn-pipe.c   posix_spawn_file_actions_t actions;
actions           479 maint/gnulib/lib/spawn-pipe.c   if ((err = posix_spawn_file_actions_init (&actions)) != 0
actions           482 maint/gnulib/lib/spawn-pipe.c            && (err = posix_spawn_file_actions_adddup2 (&actions,
actions           486 maint/gnulib/lib/spawn-pipe.c               && (err = posix_spawn_file_actions_adddup2 (&actions,
actions           490 maint/gnulib/lib/spawn-pipe.c               && (err = posix_spawn_file_actions_addclose (&actions, ofd[0]))
actions           493 maint/gnulib/lib/spawn-pipe.c               && (err = posix_spawn_file_actions_addclose (&actions, ifd[1]))
actions           496 maint/gnulib/lib/spawn-pipe.c               && (err = posix_spawn_file_actions_addclose (&actions, ofd[1]))
actions           499 maint/gnulib/lib/spawn-pipe.c               && (err = posix_spawn_file_actions_addclose (&actions, ifd[0]))
actions           502 maint/gnulib/lib/spawn-pipe.c               && (err = posix_spawn_file_actions_addopen (&actions,
actions           509 maint/gnulib/lib/spawn-pipe.c               && (err = posix_spawn_file_actions_addopen (&actions,
actions           516 maint/gnulib/lib/spawn-pipe.c               && (err = posix_spawn_file_actions_addopen (&actions,
actions           522 maint/gnulib/lib/spawn-pipe.c               && (err = posix_spawn_file_actions_addchdir (&actions,
actions           542 maint/gnulib/lib/spawn-pipe.c                      ? posix_spawn (&child, prog_path, &actions,
actions           545 maint/gnulib/lib/spawn-pipe.c                      : posix_spawnp (&child, prog_path, &actions,
actions           551 maint/gnulib/lib/spawn-pipe.c         posix_spawn_file_actions_destroy (&actions);
actions           570 maint/gnulib/lib/spawn-pipe.c   posix_spawn_file_actions_destroy (&actions);
actions            58 maint/gnulib/tests/test-posix_spawn-chdir.c   posix_spawn_file_actions_t actions;
actions            89 maint/gnulib/tests/test-posix_spawn-chdir.c   if ((err = posix_spawn_file_actions_init (&actions)) != 0
actions            91 maint/gnulib/tests/test-posix_spawn-chdir.c           (err = posix_spawn_file_actions_adddup2 (&actions, ifd[1], STDOUT_FILENO)) != 0
actions            92 maint/gnulib/tests/test-posix_spawn-chdir.c           || (err = posix_spawn_file_actions_addclose (&actions, ifd[1])) != 0
actions            93 maint/gnulib/tests/test-posix_spawn-chdir.c           || (err = posix_spawn_file_actions_addclose (&actions, ifd[0])) != 0
actions            94 maint/gnulib/tests/test-posix_spawn-chdir.c           || (err = posix_spawn_file_actions_addopen (&actions, STDIN_FILENO, "/dev/null", O_RDONLY, 0)) != 0
actions            95 maint/gnulib/tests/test-posix_spawn-chdir.c           || (err = posix_spawn_file_actions_addchdir (&actions, "/")) != 0
actions           105 maint/gnulib/tests/test-posix_spawn-chdir.c           || (err = posix_spawnp (&child, pwd_prog, &actions, &attrs, argv, environ)) != 0))
actions           108 maint/gnulib/tests/test-posix_spawn-chdir.c         posix_spawn_file_actions_destroy (&actions);
actions           116 maint/gnulib/tests/test-posix_spawn-chdir.c   posix_spawn_file_actions_destroy (&actions);
actions            58 maint/gnulib/tests/test-posix_spawn-dup2-stdin.c   posix_spawn_file_actions_t actions;
actions            88 maint/gnulib/tests/test-posix_spawn-dup2-stdin.c   if ((err = posix_spawn_file_actions_init (&actions)) != 0
actions            90 maint/gnulib/tests/test-posix_spawn-dup2-stdin.c           (err = posix_spawn_file_actions_adddup2 (&actions, ofd[0], STDIN_FILENO)) != 0
actions            91 maint/gnulib/tests/test-posix_spawn-dup2-stdin.c           || (err = posix_spawn_file_actions_addclose (&actions, ofd[0])) != 0
actions            92 maint/gnulib/tests/test-posix_spawn-dup2-stdin.c           || (err = posix_spawn_file_actions_addclose (&actions, ofd[1])) != 0
actions           102 maint/gnulib/tests/test-posix_spawn-dup2-stdin.c           || (err = posix_spawnp (&child, BOURNE_SHELL, &actions, &attrs, argv, environ)) != 0))
actions           105 maint/gnulib/tests/test-posix_spawn-dup2-stdin.c         posix_spawn_file_actions_destroy (&actions);
actions           113 maint/gnulib/tests/test-posix_spawn-dup2-stdin.c   posix_spawn_file_actions_destroy (&actions);
actions            80 maint/gnulib/tests/test-posix_spawn-dup2-stdout.c   posix_spawn_file_actions_t actions;
actions           110 maint/gnulib/tests/test-posix_spawn-dup2-stdout.c   if ((err = posix_spawn_file_actions_init (&actions)) != 0
actions           112 maint/gnulib/tests/test-posix_spawn-dup2-stdout.c           (err = posix_spawn_file_actions_adddup2 (&actions, ifd[1], STDOUT_FILENO)) != 0
actions           113 maint/gnulib/tests/test-posix_spawn-dup2-stdout.c           || (err = posix_spawn_file_actions_addclose (&actions, ifd[1])) != 0
actions           114 maint/gnulib/tests/test-posix_spawn-dup2-stdout.c           || (err = posix_spawn_file_actions_addclose (&actions, ifd[0])) != 0
actions           115 maint/gnulib/tests/test-posix_spawn-dup2-stdout.c           || (err = posix_spawn_file_actions_addopen (&actions, STDIN_FILENO, "/dev/null", O_RDONLY, 0)) != 0
actions           125 maint/gnulib/tests/test-posix_spawn-dup2-stdout.c           || (err = posix_spawnp (&child, BOURNE_SHELL, &actions, &attrs, argv, environ)) != 0))
actions           128 maint/gnulib/tests/test-posix_spawn-dup2-stdout.c         posix_spawn_file_actions_destroy (&actions);
actions           136 maint/gnulib/tests/test-posix_spawn-dup2-stdout.c   posix_spawn_file_actions_destroy (&actions);
actions            62 maint/gnulib/tests/test-posix_spawn-fchdir.c   posix_spawn_file_actions_t actions;
actions            98 maint/gnulib/tests/test-posix_spawn-fchdir.c   if ((err = posix_spawn_file_actions_init (&actions)) != 0
actions           100 maint/gnulib/tests/test-posix_spawn-fchdir.c           (err = posix_spawn_file_actions_adddup2 (&actions, ifd[1], STDOUT_FILENO)) != 0
actions           101 maint/gnulib/tests/test-posix_spawn-fchdir.c           || (err = posix_spawn_file_actions_addclose (&actions, ifd[1])) != 0
actions           102 maint/gnulib/tests/test-posix_spawn-fchdir.c           || (err = posix_spawn_file_actions_addclose (&actions, ifd[0])) != 0
actions           103 maint/gnulib/tests/test-posix_spawn-fchdir.c           || (err = posix_spawn_file_actions_addopen (&actions, STDIN_FILENO, "/dev/null", O_RDONLY, 0)) != 0
actions           104 maint/gnulib/tests/test-posix_spawn-fchdir.c           || (err = posix_spawn_file_actions_addfchdir (&actions, rootfd)) != 0
actions           114 maint/gnulib/tests/test-posix_spawn-fchdir.c           || (err = posix_spawnp (&child, pwd_prog, &actions, &attrs, argv, environ)) != 0))
actions           117 maint/gnulib/tests/test-posix_spawn-fchdir.c         posix_spawn_file_actions_destroy (&actions);
actions           125 maint/gnulib/tests/test-posix_spawn-fchdir.c   posix_spawn_file_actions_destroy (&actions);
actions            55 maint/gnulib/tests/test-posix_spawn-open1.c   posix_spawn_file_actions_t actions;
actions            86 maint/gnulib/tests/test-posix_spawn-open1.c   if ((err = posix_spawn_file_actions_init (&actions)) != 0
actions            88 maint/gnulib/tests/test-posix_spawn-open1.c           (err = posix_spawn_file_actions_addopen (&actions, STDIN_FILENO, DATA_FILENAME, O_RDONLY, 0600)) != 0
actions            89 maint/gnulib/tests/test-posix_spawn-open1.c           || (err = posix_spawn (&child, CHILD_PROGRAM_FILENAME, &actions, NULL, argv, environ)) != 0))
actions            92 maint/gnulib/tests/test-posix_spawn-open1.c         posix_spawn_file_actions_destroy (&actions);
actions            97 maint/gnulib/tests/test-posix_spawn-open1.c   posix_spawn_file_actions_destroy (&actions);
actions            43 maint/gnulib/tests/test-posix_spawn-open2.c   posix_spawn_file_actions_t actions;
actions            67 maint/gnulib/tests/test-posix_spawn-open2.c   if ((err = posix_spawn_file_actions_init (&actions)) != 0
actions            69 maint/gnulib/tests/test-posix_spawn-open2.c           (err = posix_spawn_file_actions_addopen (&actions, STDOUT_FILENO, DATA_FILENAME, O_RDWR | O_APPEND, 0600)) != 0
actions            70 maint/gnulib/tests/test-posix_spawn-open2.c           || (err = posix_spawn (&child, CHILD_PROGRAM_FILENAME, &actions, NULL, argv, environ)) != 0))
actions            73 maint/gnulib/tests/test-posix_spawn-open2.c         posix_spawn_file_actions_destroy (&actions);
actions            78 maint/gnulib/tests/test-posix_spawn-open2.c   posix_spawn_file_actions_destroy (&actions);
actions            47 maint/gnulib/tests/test-posix_spawn-script.c   posix_spawn_file_actions_t actions;
actions            48 maint/gnulib/tests/test-posix_spawn-script.c   ASSERT (posix_spawn_file_actions_init (&actions) == 0);
actions            49 maint/gnulib/tests/test-posix_spawn-script.c   ASSERT (posix_spawn_file_actions_addopen (&actions, STDOUT_FILENO,
actions            63 maint/gnulib/tests/test-posix_spawn-script.c         int err = posix_spawn (&child, prog_path, &actions, NULL,
actions           103 maint/gnulib/tests/test-posix_spawn-script.c     int err = posix_spawn (&child, prog_path, &actions, NULL,
actions           112 maint/gnulib/tests/test-posix_spawn-script.c     posix_spawn_file_actions_destroy (&actions);
actions            35 maint/gnulib/tests/test-posix_spawn_file_actions_addchdir.c   posix_spawn_file_actions_t actions;
actions            37 maint/gnulib/tests/test-posix_spawn_file_actions_addchdir.c   ASSERT (posix_spawn_file_actions_init (&actions) == 0);
actions            39 maint/gnulib/tests/test-posix_spawn_file_actions_addchdir.c   ASSERT (posix_spawn_file_actions_addchdir (&actions, "/") == 0);
actions            41 maint/gnulib/tests/test-posix_spawn_file_actions_addchdir.c   posix_spawn_file_actions_destroy (&actions);
actions            48 maint/gnulib/tests/test-posix_spawn_file_actions_addclose.c   posix_spawn_file_actions_t actions;
actions            50 maint/gnulib/tests/test-posix_spawn_file_actions_addclose.c   ASSERT (posix_spawn_file_actions_init (&actions) == 0);
actions            55 maint/gnulib/tests/test-posix_spawn_file_actions_addclose.c     ASSERT (posix_spawn_file_actions_addclose (&actions, -1) == EBADF);
actions            62 maint/gnulib/tests/test-posix_spawn_file_actions_addclose.c     ASSERT (posix_spawn_file_actions_addclose (&actions, bad_fd) == EBADF);
actions            65 maint/gnulib/tests/test-posix_spawn_file_actions_addclose.c   posix_spawn_file_actions_destroy (&actions);
actions            49 maint/gnulib/tests/test-posix_spawn_file_actions_adddup2.c   posix_spawn_file_actions_t actions;
actions            51 maint/gnulib/tests/test-posix_spawn_file_actions_adddup2.c   ASSERT (posix_spawn_file_actions_init (&actions) == 0);
actions            56 maint/gnulib/tests/test-posix_spawn_file_actions_adddup2.c     ASSERT (posix_spawn_file_actions_adddup2 (&actions, -1, 2) == EBADF);
actions            60 maint/gnulib/tests/test-posix_spawn_file_actions_adddup2.c     ASSERT (posix_spawn_file_actions_adddup2 (&actions, bad_fd, 2) == EBADF);
actions            64 maint/gnulib/tests/test-posix_spawn_file_actions_adddup2.c     ASSERT (posix_spawn_file_actions_adddup2 (&actions, 2, -1) == EBADF);
actions            68 maint/gnulib/tests/test-posix_spawn_file_actions_adddup2.c     ASSERT (posix_spawn_file_actions_adddup2 (&actions, 2, bad_fd) == EBADF);
actions            71 maint/gnulib/tests/test-posix_spawn_file_actions_adddup2.c   posix_spawn_file_actions_destroy (&actions);
actions            35 maint/gnulib/tests/test-posix_spawn_file_actions_addfchdir.c   posix_spawn_file_actions_t actions;
actions            37 maint/gnulib/tests/test-posix_spawn_file_actions_addfchdir.c   ASSERT (posix_spawn_file_actions_init (&actions) == 0);
actions            39 maint/gnulib/tests/test-posix_spawn_file_actions_addfchdir.c   ASSERT (posix_spawn_file_actions_addfchdir (&actions, 3) == 0);
actions            41 maint/gnulib/tests/test-posix_spawn_file_actions_addfchdir.c   posix_spawn_file_actions_destroy (&actions);
actions            50 maint/gnulib/tests/test-posix_spawn_file_actions_addopen.c   posix_spawn_file_actions_t actions;
actions            52 maint/gnulib/tests/test-posix_spawn_file_actions_addopen.c   ASSERT (posix_spawn_file_actions_init (&actions) == 0);
actions            57 maint/gnulib/tests/test-posix_spawn_file_actions_addopen.c     ASSERT (posix_spawn_file_actions_addopen (&actions, -1,
actions            64 maint/gnulib/tests/test-posix_spawn_file_actions_addopen.c     ASSERT (posix_spawn_file_actions_addopen (&actions, bad_fd,
actions            69 maint/gnulib/tests/test-posix_spawn_file_actions_addopen.c   posix_spawn_file_actions_destroy (&actions);
actions            47 maint/gnulib/tests/test-posix_spawnp-script.c   posix_spawn_file_actions_t actions;
actions            48 maint/gnulib/tests/test-posix_spawnp-script.c   ASSERT (posix_spawn_file_actions_init (&actions) == 0);
actions            49 maint/gnulib/tests/test-posix_spawnp-script.c   ASSERT (posix_spawn_file_actions_addopen (&actions, STDOUT_FILENO,
actions            63 maint/gnulib/tests/test-posix_spawnp-script.c         int err = posix_spawnp (&child, prog_path, &actions, NULL,
actions           103 maint/gnulib/tests/test-posix_spawnp-script.c     int err = posix_spawnp (&child, prog_path, &actions, NULL,
actions           112 maint/gnulib/tests/test-posix_spawnp-script.c     posix_spawn_file_actions_destroy (&actions);
actions          1784 tools/crm_resource_runtime.c actions_are_pending(const GList *actions)
actions          1786 tools/crm_resource_runtime.c     for (const GList *action = actions; action != NULL; action = action->next) {
actions          1798 tools/crm_resource_runtime.c print_pending_actions(pcmk__output_t *out, GList *actions)
actions          1803 tools/crm_resource_runtime.c     for (action = actions; action != NULL; action = action->next) {
actions          1864 tools/crm_resource_runtime.c             print_pending_actions(out, scheduler->actions);
actions          1906 tools/crm_resource_runtime.c     } while (actions_are_pending(scheduler->actions) || pending_unknown_state_resources);