actions           416 daemons/controld/controld_fencing.c         for (lpc2 = synapse->actions; lpc2 != NULL; lpc2 = lpc2->next) {
actions           223 daemons/controld/controld_fsa.c         controld_set_fsa_action_flags(fsa_data->actions);
actions           224 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          1253 daemons/controld/controld_messages.c         fsa_data.actions = 0;
actions           415 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           187 include/crm/pengine/pe_types.h     GList *actions;
actions           391 include/crm/pengine/pe_types.h     GList *actions;           // List of pe_action_t*
actions            41 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           184 lib/fencing/st_rhcs.c         tmp = create_xml_node(actions, "action");
actions           188 lib/fencing/st_rhcs.c         tmp = create_xml_node(actions, "action");
actions            82 lib/pacemaker/pcmk_graph_consumer.c     for (GList *lpc = synapse->actions; lpc != NULL; lpc = lpc->next) {
actions           195 lib/pacemaker/pcmk_graph_consumer.c     for (lpc = synapse->actions; lpc != NULL; lpc = lpc->next) {
actions           276 lib/pacemaker/pcmk_graph_consumer.c     for (GList *lpc = synapse->actions; lpc != NULL; lpc = lpc->next) {
actions           608 lib/pacemaker/pcmk_graph_consumer.c             new_synapse->actions = g_list_append(new_synapse->actions,
actions           790 lib/pacemaker/pcmk_graph_consumer.c     g_list_free_full(synapse->actions, free_graph_action);
actions            77 lib/pacemaker/pcmk_graph_logging.c         for (const GList *aIter = synapse->actions; aIter != NULL;
actions           196 lib/pacemaker/pcmk_graph_logging.c     for (GList *lpc = synapse->actions; lpc != NULL; lpc = lpc->next) {
actions           971 lib/pacemaker/pcmk_graph_producer.c     g_list_foreach(rsc->actions, add_action_to_graph, rsc->cluster);
actions          1049 lib/pacemaker/pcmk_graph_producer.c     for (iter = data_set->actions; iter != NULL; iter = iter->next) {
actions          1195 lib/pacemaker/pcmk_output.c             possible_matches = find_actions(rsc->actions, key, node);
actions           193 lib/pacemaker/pcmk_sched_actions.c         result = find_first_action(rsc->actions, uuid, NULL, NULL);
actions          1388 lib/pacemaker/pcmk_sched_actions.c     for (GList *iter = data_set->actions; iter != NULL; iter = iter->next) {
actions           796 lib/pacemaker/pcmk_sched_bundle.c             pe_action_t *probe = find_first_action(replica->remote->actions,
actions            85 lib/pacemaker/pcmk_sched_clone.c     GList *actions = pe__resource_actions(rsc, NULL, task, FALSE);
actions            87 lib/pacemaker/pcmk_sched_clone.c     for (GList *item = actions; item != NULL; item = item->next) {
actions            99 lib/pacemaker/pcmk_sched_clone.c     g_list_free(actions);
actions           408 lib/pacemaker/pcmk_sched_clone.c     g_list_foreach(rsc->actions, (GFunc) rsc->cmds->action_flags, NULL);
actions           882 lib/pacemaker/pcmk_sched_colocation.c     for (GList *gIter = rsc->actions; gIter != NULL; gIter = gIter->next) {
actions           945 lib/pacemaker/pcmk_sched_colocation.c         pe_action_t *child_action = find_first_action(child->actions, NULL,
actions            62 lib/pacemaker/pcmk_sched_fencing.c     for (gIter = rsc->actions; gIter != NULL; gIter = gIter->next) {
actions           135 lib/pacemaker/pcmk_sched_fencing.c         parent_stop = find_first_action(top->actions, NULL, RSC_STOP, NULL);
actions           366 lib/pacemaker/pcmk_sched_fencing.c         stop = find_first_action(container->actions, NULL, CRMD_ACTION_STOP,
actions           369 lib/pacemaker/pcmk_sched_fencing.c         if (find_first_action(container->actions, NULL, CRMD_ACTION_START,
actions           412 lib/pacemaker/pcmk_sched_fencing.c         stop = find_first_action(node->details->remote_rsc->actions, NULL,
actions           474 lib/pacemaker/pcmk_sched_group.c         pe_action_t *member_action = find_first_action(member->actions, NULL,
actions           562 lib/pacemaker/pcmk_sched_group.c         pe_action_t *member_action = find_first_action(member->actions, NULL,
actions           851 lib/pacemaker/pcmk_sched_instances.c     for (iter = instance->actions;
actions          1223 lib/pacemaker/pcmk_sched_instances.c     matching_action = find_first_action(rsc->actions, NULL, action_name, node);
actions          1438 lib/pacemaker/pcmk_sched_instances.c     instance_action = find_first_action(instance->actions, NULL, then->task,
actions          1561 lib/pacemaker/pcmk_sched_instances.c         instance_action = find_first_action(instance->actions, NULL,
actions          1098 lib/pacemaker/pcmk_sched_ordering.c     for (GList *iter = data_set->actions; iter != NULL; iter = iter->next) {
actions          1123 lib/pacemaker/pcmk_sched_ordering.c     for (GList *iter = node->details->data_set->actions;
actions          1189 lib/pacemaker/pcmk_sched_ordering.c     GList *list = find_actions(rsc->actions, original_key, NULL);
actions          1199 lib/pacemaker/pcmk_sched_ordering.c             list = find_actions(rsc->actions, key, NULL);
actions          1397 lib/pacemaker/pcmk_sched_ordering.c     g_list_foreach(data_set->actions, (GFunc) pcmk__block_colocation_dependents,
actions          1403 lib/pacemaker/pcmk_sched_ordering.c     crm_trace("Updating %d actions", g_list_length(data_set->actions));
actions          1404 lib/pacemaker/pcmk_sched_ordering.c     g_list_foreach(data_set->actions,
actions           415 lib/pacemaker/pcmk_sched_probes.c             then_actions = find_actions(order->rh_rsc->actions,
actions           665 lib/pacemaker/pcmk_sched_probes.c     for (gIter = data_set->actions; gIter != NULL; gIter = gIter->next) {
actions           758 lib/pacemaker/pcmk_sched_probes.c         GList *actions = NULL;
actions           761 lib/pacemaker/pcmk_sched_probes.c         actions = pe__resource_actions(rsc, NULL, RSC_START, FALSE);
actions           763 lib/pacemaker/pcmk_sched_probes.c         if (actions) {
actions           764 lib/pacemaker/pcmk_sched_probes.c             start = actions->data;
actions           765 lib/pacemaker/pcmk_sched_probes.c             g_list_free(actions);
actions           775 lib/pacemaker/pcmk_sched_probes.c         for (actions = start->actions_before; actions != NULL;
actions           776 lib/pacemaker/pcmk_sched_probes.c              actions = actions->next) {
actions           778 lib/pacemaker/pcmk_sched_probes.c             pe_action_wrapper_t *before = (pe_action_wrapper_t *) actions->data;
actions            89 lib/pacemaker/pcmk_sched_promotable.c     for (iter = rsc->actions; iter != NULL; iter = iter->next) {
actions           206 lib/pacemaker/pcmk_sched_recurring.c     possible_matches = find_actions_exact(rsc->actions, key, node);
actions           369 lib/pacemaker/pcmk_sched_recurring.c     GList *possible_matches = find_actions_exact(rsc->actions, key, node);
actions           506 lib/pacemaker/pcmk_sched_recurring.c         possible_matches = find_actions_exact(rsc->actions, op->key, stop_node);
actions           414 lib/pacemaker/pcmk_sched_remote.c     for (GList *gIter = data_set->actions; gIter != NULL; gIter = gIter->next) {
actions           468 lib/pacemaker/pcmk_sched_remote.c             for (GList *item = action->rsc->actions; item != NULL;
actions           383 lib/pacemaker/pcmk_sched_resource.c         for (GList *iter = rsc->actions; iter != NULL; iter = iter->next) {
actions           709 lib/pacemaker/pcmk_scheduler.c     for (const GList *iter = data_set->actions;
actions           231 lib/pacemaker/pcmk_simulate.c     for (gIter = data_set->actions; gIter != NULL; gIter = gIter->next) {
actions           272 lib/pacemaker/pcmk_simulate.c     for (gIter = data_set->actions; gIter != NULL; gIter = gIter->next) {
actions           693 lib/pengine/complex.c     (*rsc)->actions = NULL;
actions          1006 lib/pengine/complex.c     if (rsc->actions) {
actions          1007 lib/pengine/complex.c         g_list_free(rsc->actions);
actions          1008 lib/pengine/complex.c         rsc->actions = NULL;
actions            63 lib/pengine/pe_actions.c     matches = find_actions(((rsc == NULL)? data_set->actions : rsc->actions),
actions           214 lib/pengine/pe_actions.c         data_set->actions = g_list_prepend(data_set->actions, action);
actions           218 lib/pengine/pe_actions.c             rsc->actions = g_list_prepend(rsc->actions, action);
actions          1407 lib/pengine/pe_actions.c         result = find_actions_exact(rsc->actions, key, node);
actions          1409 lib/pengine/pe_actions.c         result = find_actions(rsc->actions, key, node);
actions           385 lib/pengine/pe_notif.c     for (GList *iter = rsc->actions; iter != NULL; iter = iter->next) {
actions           603 lib/pengine/pe_notif.c     for (iter = rsc->actions; iter != NULL; iter = iter->next) {
actions           783 lib/pengine/pe_notif.c             return find_first_action(remote_rsc->actions, NULL, RSC_START,
actions           812 lib/pengine/pe_notif.c     for (iter = rsc->actions; iter != NULL; iter = iter->next) {
actions           867 lib/pengine/pe_notif.c         stop = find_first_action(rsc->actions, NULL, RSC_STOP, NULL);
actions           895 lib/pengine/pe_notif.c         start = find_first_action(rsc->actions, NULL, RSC_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(data_set->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          1729 tools/crm_resource_runtime.c actions_are_pending(const GList *actions)
actions          1731 tools/crm_resource_runtime.c     for (const GList *action = actions; action != NULL; action = action->next) {
actions          1743 tools/crm_resource_runtime.c print_pending_actions(pcmk__output_t *out, GList *actions)
actions          1748 tools/crm_resource_runtime.c     for (action = actions; action != NULL; action = action->next) {
actions          1808 tools/crm_resource_runtime.c             print_pending_actions(out, data_set->actions);
actions          1845 tools/crm_resource_runtime.c     } while (actions_are_pending(data_set->actions));