actions           380 daemons/controld/controld_fencing.c         for (lpc2 = synapse->actions; lpc2 != NULL; lpc2 = lpc2->next) {
actions           193 daemons/controld/controld_fsa.c         controld_set_fsa_action_flags(fsa_data->actions);
actions           194 daemons/controld/controld_fsa.c         fsa_dump_actions(fsa_data->actions, "Restored actions");
actions           455 daemons/controld/controld_fsa.h     uint64_t actions;
actions           111 daemons/controld/controld_messages.c     fsa_data->actions = with_actions;
actions          1226 daemons/controld/controld_messages.c         fsa_data.actions = 0;
actions           338 daemons/controld/controld_te_actions.c             .actions = A_LRM_INVOKE,
actions            47 daemons/controld/controld_te_events.c         gIter2 = synapse->actions;
actions           205 daemons/controld/controld_te_events.c         for (GList *item2 = synapse->actions; item2; item2 = item2->next) {
actions           226 daemons/controld/controld_te_events.c         gIter2 = synapse->actions;
actions           302 daemons/controld/controld_te_events.c         for (gIter2 = ((synapse_t*)gIter->data)->actions;
actions           825 daemons/fenced/fenced_commands.c add_action(char *actions, const char *action)
actions           829 daemons/fenced/fenced_commands.c     if (actions == NULL) {
actions           830 daemons/fenced/fenced_commands.c         actions = calloc(1, MAX_ACTION_LEN);
actions           832 daemons/fenced/fenced_commands.c         offset = strlen(actions);
actions           836 daemons/fenced/fenced_commands.c         offset += snprintf(actions+offset, MAX_ACTION_LEN - offset, " ");
actions           838 daemons/fenced/fenced_commands.c     offset += snprintf(actions+offset, MAX_ACTION_LEN - offset, "%s", action);
actions           840 daemons/fenced/fenced_commands.c     return actions;
actions          1387 daemons/fenced/pacemaker-fenced.c     const char *actions[] = { "reboot", "off", "on", "list", "monitor", "status" };
actions          1534 daemons/fenced/pacemaker-fenced.c         for (lpc = 0; lpc < PCMK__NELEM(actions); lpc++) {
actions          1535 daemons/fenced/pacemaker-fenced.c             printf("  <parameter name=\"pcmk_%s_action\" unique=\"0\">\n", actions[lpc]);
actions          1538 daemons/fenced/pacemaker-fenced.c                  actions[lpc]);
actions          1542 daemons/fenced/pacemaker-fenced.c                  actions[lpc]);
actions          1543 daemons/fenced/pacemaker-fenced.c             printf("    <content type=\"string\" default=\"%s\"/>\n", actions[lpc]);
actions          1546 daemons/fenced/pacemaker-fenced.c             printf("  <parameter name=\"pcmk_%s_timeout\" unique=\"0\">\n", actions[lpc]);
actions          1549 daemons/fenced/pacemaker-fenced.c                  actions[lpc]);
actions          1553 daemons/fenced/pacemaker-fenced.c                  actions[lpc]);
actions          1557 daemons/fenced/pacemaker-fenced.c             printf("  <parameter name=\"pcmk_%s_retries\" unique=\"0\">\n", actions[lpc]);
actions          1560 daemons/fenced/pacemaker-fenced.c                  actions[lpc]);
actions          1564 daemons/fenced/pacemaker-fenced.c                    "</longdesc>\n", actions[lpc]);
actions           164 include/crm/pengine/pe_types.h     GList *actions;
actions           359 include/crm/pengine/pe_types.h     GList *actions;           // List of pe_action_t*
actions            44 include/pcmki/pcmki_transition.h     GList *actions;           /* crm_action_t* */
actions           128 lib/fencing/st_rhcs.c     xmlNode *actions = NULL;
actions           165 lib/fencing/st_rhcs.c         actions = getXpathResult(xpathObj, 0);
actions           174 lib/fencing/st_rhcs.c         tmp = create_xml_node(actions, "action");
actions           178 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           275 lib/pacemaker/pcmk_graph_consumer.c     for (GList *lpc = synapse->actions; lpc != NULL; lpc = lpc->next) {
actions           601 lib/pacemaker/pcmk_graph_consumer.c             new_synapse->actions = g_list_append(new_synapse->actions,
actions           773 lib/pacemaker/pcmk_graph_consumer.c     g_list_free_full(synapse->actions, free_graph_action);
actions            80 lib/pacemaker/pcmk_graph_logging.c         for (GList *aIter = synapse->actions; aIter != NULL;
actions           182 lib/pacemaker/pcmk_graph_logging.c     for (GList *lpc = synapse->actions; lpc != NULL; lpc = lpc->next) {
actions           165 lib/pacemaker/pcmk_graph_producer.c             result = find_first_action(rsc->actions, uuid, NULL, NULL);
actions          1000 lib/pacemaker/pcmk_output.c             possible_matches = find_actions(rsc->actions, key, node);
actions          1622 lib/pacemaker/pcmk_sched_allocate.c             rh_actions = find_actions(rh_rsc->actions, rh_action_task, NULL);
actions          1791 lib/pacemaker/pcmk_sched_allocate.c     for (gIter = data_set->actions; gIter != NULL; gIter = gIter->next) {
actions          1895 lib/pacemaker/pcmk_sched_allocate.c         GList *actions = NULL;
actions          1898 lib/pacemaker/pcmk_sched_allocate.c         actions = pe__resource_actions(rsc, NULL, RSC_START, FALSE);
actions          1900 lib/pacemaker/pcmk_sched_allocate.c         if (actions) {
actions          1901 lib/pacemaker/pcmk_sched_allocate.c             start = actions->data;
actions          1902 lib/pacemaker/pcmk_sched_allocate.c             g_list_free(actions);
actions          1912 lib/pacemaker/pcmk_sched_allocate.c         for (actions = start->actions_before; actions != NULL; actions = actions->next) {
actions          1913 lib/pacemaker/pcmk_sched_allocate.c             pe_action_wrapper_t *before = (pe_action_wrapper_t *) actions->data;
actions          2071 lib/pacemaker/pcmk_sched_allocate.c     gIter = data_set->actions;
actions          2113 lib/pacemaker/pcmk_sched_allocate.c     for (gIter = data_set->actions; gIter != NULL; gIter = gIter->next) {
actions           697 lib/pacemaker/pcmk_sched_bundle.c                 first_action = find_first_action(first_replica->child->actions,
actions           700 lib/pacemaker/pcmk_sched_bundle.c                 first_action = find_first_action(first_child->actions, NULL, task2text(task), node);
actions           713 lib/pacemaker/pcmk_sched_bundle.c                 then_action = find_first_action(then_replica->child->actions,
actions           716 lib/pacemaker/pcmk_sched_bundle.c                 then_action = find_first_action(then_child->actions, NULL, then->task, node);
actions           837 lib/pacemaker/pcmk_sched_bundle.c             pe_action_t *then_child_action = find_first_action(then_child->actions, NULL, then->task, node);
actions          1042 lib/pacemaker/pcmk_sched_bundle.c             pe_action_t *probe = find_first_action(replica->remote->actions,
actions           770 lib/pacemaker/pcmk_sched_clone.c     gIter = rsc->actions;
actions           812 lib/pacemaker/pcmk_sched_clone.c     GList *actions = pe__resource_actions(rsc, NULL, task, FALSE);
actions           814 lib/pacemaker/pcmk_sched_clone.c     for (GList *item = actions; item != NULL; item = item->next) {
actions           826 lib/pacemaker/pcmk_sched_clone.c     g_list_free(actions);
actions          1271 lib/pacemaker/pcmk_sched_clone.c         child_action = find_first_action(child->actions, NULL, task_s, child->children ? NULL : node);
actions          1331 lib/pacemaker/pcmk_sched_clone.c     g_list_foreach(rsc->actions, (GFunc) rsc->cmds->action_flags, NULL);
actions           750 lib/pacemaker/pcmk_sched_colocation.c     for (GList *gIter = rsc->actions; gIter != NULL; gIter = gIter->next) {
actions           799 lib/pacemaker/pcmk_sched_colocation.c         pe_action_t *start = find_first_action(child->actions, NULL, RSC_START, NULL);
actions            64 lib/pacemaker/pcmk_sched_fencing.c     for (gIter = rsc->actions; gIter != NULL; gIter = gIter->next) {
actions           139 lib/pacemaker/pcmk_sched_fencing.c         parent_stop = find_first_action(top->actions, NULL, RSC_STOP, NULL);
actions           387 lib/pacemaker/pcmk_sched_fencing.c         stop = find_first_action(container->actions, NULL, CRMD_ACTION_STOP,
actions           390 lib/pacemaker/pcmk_sched_fencing.c         if (find_first_action(container->actions, NULL, CRMD_ACTION_START,
actions           432 lib/pacemaker/pcmk_sched_fencing.c         stop = find_first_action(node->details->remote_rsc->actions, NULL,
actions           190 lib/pacemaker/pcmk_sched_group.c     GList *gIter = child->actions;
actions           459 lib/pacemaker/pcmk_sched_group.c         pe_action_t *child_action = find_first_action(child->actions, NULL, task_s, node);
actions           508 lib/pacemaker/pcmk_sched_group.c         pe_action_t *child_action = find_first_action(child->actions, NULL, then->task, node);
actions           145 lib/pacemaker/pcmk_sched_messages.c         gIter = data_set->actions;
actions           761 lib/pacemaker/pcmk_sched_native.c     possible_matches = find_actions_exact(rsc->actions, key, node);
actions           955 lib/pacemaker/pcmk_sched_native.c         possible_matches = find_actions_exact(rsc->actions, key, node);
actions           996 lib/pacemaker/pcmk_sched_native.c         possible_matches = find_actions_exact(rsc->actions, key, stop_node);
actions          2004 lib/pacemaker/pcmk_sched_native.c     for (gIter = rsc->actions; gIter != NULL; gIter = gIter->next) {
actions           269 lib/pacemaker/pcmk_sched_notif.c         GList *gIter = rsc->actions;
actions           456 lib/pacemaker/pcmk_sched_notif.c         GList *gIter = rsc->actions;
actions           629 lib/pacemaker/pcmk_sched_notif.c             return find_first_action(remote_rsc->actions, NULL, RSC_START,
actions           656 lib/pacemaker/pcmk_sched_notif.c     for (gIter = rsc->actions; gIter != NULL; gIter = gIter->next) {
actions           709 lib/pacemaker/pcmk_sched_notif.c     stop = find_first_action(rsc->actions, NULL, RSC_STOP, NULL);
actions           710 lib/pacemaker/pcmk_sched_notif.c     start = find_first_action(rsc->actions, NULL, RSC_START, NULL);
actions          1247 lib/pacemaker/pcmk_sched_ordering.c     for (GList *iter = data_set->actions; iter != NULL; iter = iter->next) {
actions          1274 lib/pacemaker/pcmk_sched_ordering.c     for (GList *iter = data_set->actions; iter != NULL; iter = iter->next) {
actions          1337 lib/pacemaker/pcmk_sched_ordering.c     GList *list = find_actions(rsc->actions, original_key, NULL);
actions          1347 lib/pacemaker/pcmk_sched_ordering.c             list = find_actions(rsc->actions, key, NULL);
actions          1525 lib/pacemaker/pcmk_sched_ordering.c     g_list_foreach(data_set->actions, (GFunc) pcmk__block_colocated_starts,
actions          1531 lib/pacemaker/pcmk_sched_ordering.c     crm_trace("Updating %d actions", g_list_length(data_set->actions));
actions          1532 lib/pacemaker/pcmk_sched_ordering.c     g_list_foreach(data_set->actions, (GFunc) update_action, data_set);
actions           124 lib/pacemaker/pcmk_sched_promotable.c     gIter = rsc->actions;
actions           420 lib/pacemaker/pcmk_sched_remote.c     for (GList *gIter = data_set->actions; gIter != NULL; gIter = gIter->next) {
actions           474 lib/pacemaker/pcmk_sched_remote.c             for (GList *item = action->rsc->actions; item != NULL;
actions           266 lib/pacemaker/pcmk_sched_utils.c         for (gIter = rsc->actions; gIter != NULL; gIter = gIter->next) {
actions           163 lib/pacemaker/pcmk_simulate.c     for (gIter = data_set->actions; gIter != NULL; gIter = gIter->next) {
actions           204 lib/pacemaker/pcmk_simulate.c     for (gIter = data_set->actions; gIter != NULL; gIter = gIter->next) {
actions           593 lib/pengine/complex.c     (*rsc)->actions = NULL;
actions           964 lib/pengine/complex.c     if (rsc->actions) {
actions           965 lib/pengine/complex.c         g_list_free(rsc->actions);
actions           966 lib/pengine/complex.c         rsc->actions = NULL;
actions           170 lib/pengine/status.c pe_free_actions(GList *actions)
actions           172 lib/pengine/status.c     GList *iterator = actions;
actions           178 lib/pengine/status.c     if (actions != NULL) {
actions           179 lib/pengine/status.c         g_list_free(actions);
actions           303 lib/pengine/status.c     pe_free_actions(data_set->actions);
actions           453 lib/pengine/utils.c     matches = find_actions(((rsc == NULL)? data_set->actions : rsc->actions),
actions           528 lib/pengine/utils.c         data_set->actions = g_list_prepend(data_set->actions, action);
actions           532 lib/pengine/utils.c             rsc->actions = g_list_prepend(rsc->actions, action);
actions          1650 lib/pengine/utils.c         result = find_actions_exact(rsc->actions, key, node);
actions          1652 lib/pengine/utils.c         result = find_actions(rsc->actions, key, node);
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          1559 tools/crm_resource_runtime.c actions_are_pending(GList *actions)
actions          1563 tools/crm_resource_runtime.c     for (action = actions; action != NULL; action = action->next) {
actions          1574 tools/crm_resource_runtime.c print_pending_actions(pcmk__output_t *out, GList *actions)
actions          1579 tools/crm_resource_runtime.c     for (action = actions; action != NULL; action = action->next) {
actions          1637 tools/crm_resource_runtime.c             print_pending_actions(out, data_set->actions);
actions          1673 tools/crm_resource_runtime.c     } while (actions_are_pending(data_set->actions));