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          1229 daemons/controld/controld_messages.c         fsa_data.actions = 0;
actions           370 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           839 daemons/fenced/fenced_commands.c add_action(char *actions, const char *action)
actions           843 daemons/fenced/fenced_commands.c     if (actions == NULL) {
actions           844 daemons/fenced/fenced_commands.c         actions = calloc(1, MAX_ACTION_LEN);
actions           846 daemons/fenced/fenced_commands.c         offset = strlen(actions);
actions           850 daemons/fenced/fenced_commands.c         offset += snprintf(actions+offset, MAX_ACTION_LEN - offset, " ");
actions           852 daemons/fenced/fenced_commands.c     offset += snprintf(actions+offset, MAX_ACTION_LEN - offset, "%s", action);
actions           854 daemons/fenced/fenced_commands.c     return actions;
actions          1406 daemons/fenced/pacemaker-fenced.c     const char *actions[] = { "reboot", "off", "on", "list", "monitor", "status" };
actions          1589 daemons/fenced/pacemaker-fenced.c         for (lpc = 0; lpc < PCMK__NELEM(actions); lpc++) {
actions          1590 daemons/fenced/pacemaker-fenced.c             printf("  <parameter name=\"pcmk_%s_action\" unique=\"0\">\n", actions[lpc]);
actions          1594 daemons/fenced/pacemaker-fenced.c                  actions[lpc]);
actions          1597 daemons/fenced/pacemaker-fenced.c                  actions[lpc]);
actions          1598 daemons/fenced/pacemaker-fenced.c             printf("    <content type=\"string\" default=\"%s\"/>\n", actions[lpc]);
actions          1601 daemons/fenced/pacemaker-fenced.c             printf("  <parameter name=\"pcmk_%s_timeout\" unique=\"0\">\n", actions[lpc]);
actions          1605 daemons/fenced/pacemaker-fenced.c                  actions[lpc]);
actions          1608 daemons/fenced/pacemaker-fenced.c                  actions[lpc]);
actions          1612 daemons/fenced/pacemaker-fenced.c             printf("  <parameter name=\"pcmk_%s_retries\" unique=\"0\">\n", actions[lpc]);
actions          1616 daemons/fenced/pacemaker-fenced.c                    "</longdesc>\n", actions[lpc]);
actions          1619 daemons/fenced/pacemaker-fenced.c                  actions[lpc]);
actions           171 include/crm/pengine/pe_types.h     GList *actions;
actions           373 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           127 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           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          1060 lib/pacemaker/pcmk_graph_producer.c     for (iter = data_set->actions; iter != NULL; iter = iter->next) {
actions          1010 lib/pacemaker/pcmk_output.c             possible_matches = find_actions(rsc->actions, key, node);
actions           196 lib/pacemaker/pcmk_sched_actions.c         result = find_first_action(rsc->actions, uuid, NULL, NULL);
actions          1172 lib/pacemaker/pcmk_sched_actions.c     for (GList *iter = data_set->actions; iter != NULL; iter = iter->next) {
actions           705 lib/pacemaker/pcmk_sched_allocate.c     for (GList *iter = data_set->actions; iter != NULL; iter = iter->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          1045 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          1251 lib/pacemaker/pcmk_sched_clone.c         child_action = find_first_action(child->actions, NULL, task_s, child->children ? NULL : node);
actions          1311 lib/pacemaker/pcmk_sched_clone.c     g_list_foreach(rsc->actions, (GFunc) rsc->cmds->action_flags, NULL);
actions           755 lib/pacemaker/pcmk_sched_colocation.c     for (GList *gIter = rsc->actions; gIter != NULL; gIter = gIter->next) {
actions           804 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           368 lib/pacemaker/pcmk_sched_fencing.c         stop = find_first_action(container->actions, NULL, CRMD_ACTION_STOP,
actions           371 lib/pacemaker/pcmk_sched_fencing.c         if (find_first_action(container->actions, NULL, CRMD_ACTION_START,
actions           413 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           760 lib/pacemaker/pcmk_sched_native.c     possible_matches = find_actions_exact(rsc->actions, key, node);
actions           954 lib/pacemaker/pcmk_sched_native.c         possible_matches = find_actions_exact(rsc->actions, key, node);
actions           994 lib/pacemaker/pcmk_sched_native.c         possible_matches = find_actions_exact(rsc->actions, key, stop_node);
actions          1999 lib/pacemaker/pcmk_sched_native.c     for (gIter = rsc->actions; gIter != NULL; gIter = gIter->next) {
actions           389 lib/pacemaker/pcmk_sched_notif.c     for (GList *iter = rsc->actions; iter != NULL; iter = iter->next) {
actions           603 lib/pacemaker/pcmk_sched_notif.c     for (iter = rsc->actions; iter != NULL; iter = iter->next) {
actions           774 lib/pacemaker/pcmk_sched_notif.c             return find_first_action(remote_rsc->actions, NULL, RSC_START,
actions           803 lib/pacemaker/pcmk_sched_notif.c     for (iter = rsc->actions; iter != NULL; iter = iter->next) {
actions           858 lib/pacemaker/pcmk_sched_notif.c         stop = find_first_action(rsc->actions, NULL, RSC_STOP, NULL);
actions           886 lib/pacemaker/pcmk_sched_notif.c         start = find_first_action(rsc->actions, NULL, RSC_START, NULL);
actions          1253 lib/pacemaker/pcmk_sched_ordering.c     for (GList *iter = data_set->actions; iter != NULL; iter = iter->next) {
actions          1280 lib/pacemaker/pcmk_sched_ordering.c     for (GList *iter = data_set->actions; iter != NULL; iter = iter->next) {
actions          1343 lib/pacemaker/pcmk_sched_ordering.c     GList *list = find_actions(rsc->actions, original_key, NULL);
actions          1353 lib/pacemaker/pcmk_sched_ordering.c             list = find_actions(rsc->actions, key, NULL);
actions          1531 lib/pacemaker/pcmk_sched_ordering.c     g_list_foreach(data_set->actions, (GFunc) pcmk__block_colocated_starts,
actions          1537 lib/pacemaker/pcmk_sched_ordering.c     crm_trace("Updating %d actions", g_list_length(data_set->actions));
actions          1538 lib/pacemaker/pcmk_sched_ordering.c     g_list_foreach(data_set->actions,
actions           146 lib/pacemaker/pcmk_sched_probes.c             then_actions = find_actions(order->rh_rsc->actions,
actions           331 lib/pacemaker/pcmk_sched_probes.c     for (gIter = data_set->actions; gIter != NULL; gIter = gIter->next) {
actions           422 lib/pacemaker/pcmk_sched_probes.c         GList *actions = NULL;
actions           425 lib/pacemaker/pcmk_sched_probes.c         actions = pe__resource_actions(rsc, NULL, RSC_START, FALSE);
actions           427 lib/pacemaker/pcmk_sched_probes.c         if (actions) {
actions           428 lib/pacemaker/pcmk_sched_probes.c             start = actions->data;
actions           429 lib/pacemaker/pcmk_sched_probes.c             g_list_free(actions);
actions           439 lib/pacemaker/pcmk_sched_probes.c         for (actions = start->actions_before; actions != NULL;
actions           440 lib/pacemaker/pcmk_sched_probes.c              actions = actions->next) {
actions           442 lib/pacemaker/pcmk_sched_probes.c             pe_action_wrapper_t *before = (pe_action_wrapper_t *) actions->data;
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           365 lib/pacemaker/pcmk_sched_resource.c         for (GList *iter = rsc->actions; iter != NULL; iter = iter->next) {
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           593 lib/pengine/complex.c     (*rsc)->actions = NULL;
actions           974 lib/pengine/complex.c     if (rsc->actions) {
actions           975 lib/pengine/complex.c         g_list_free(rsc->actions);
actions           976 lib/pengine/complex.c         rsc->actions = 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           452 lib/pengine/utils.c     matches = find_actions(((rsc == NULL)? data_set->actions : rsc->actions),
actions           527 lib/pengine/utils.c         data_set->actions = g_list_prepend(data_set->actions, action);
actions           531 lib/pengine/utils.c             rsc->actions = g_list_prepend(rsc->actions, action);
actions          1651 lib/pengine/utils.c         result = find_actions_exact(rsc->actions, key, node);
actions          1653 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          1604 tools/crm_resource_runtime.c actions_are_pending(GList *actions)
actions          1608 tools/crm_resource_runtime.c     for (action = actions; action != NULL; action = action->next) {
actions          1619 tools/crm_resource_runtime.c print_pending_actions(pcmk__output_t *out, GList *actions)
actions          1624 tools/crm_resource_runtime.c     for (action = actions; action != NULL; action = action->next) {
actions          1681 tools/crm_resource_runtime.c             print_pending_actions(out, data_set->actions);
actions          1718 tools/crm_resource_runtime.c     } while (actions_are_pending(data_set->actions));