Searched refs:action_list (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/autofs-246/automountd/
H A Dautod_autofs.c62 action_list **alpp,
70 action_list *alp;
107 alp = (action_list *)malloc(sizeof (action_list));
113 memset(alp, 0, sizeof (action_list));
329 free_action_list_fields(action_list *alp)
H A Dautod_mount.c59 static void free_action_list(action_list *);
128 action_list *alp, *alphead, *prev, *tmp;
368 free_action_list(action_list *alp)
370 action_list *p, *next = NULL;
/macosx-10.10/autofs-246/headers/
H A Dautofs.h225 typedef struct action_list { struct
227 struct action_list *next;
228 } action_list; typedef in typeref:struct:action_list
H A Dautomount.h302 extern void free_action_list_fields(action_list *);
331 action_list **, const char *, const char *, const char *, fsid_t *,
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf32-xtensa.c4741 offset_with_removed_text (text_action_list *action_list, bfd_vma offset)
4746 for (r = action_list->head; r && r->offset <= offset; r = r->next)
4758 action_list_count (text_action_list *action_list)
4760 text_action *r = action_list->head;
4762 for (r = action_list->head; r != NULL; r = r->next)
4771 offset_with_removed_text_before_fill (text_action_list *action_list,
4777 for (r = action_list->head; r && r->offset < offset; r = r->next)
4787 find_insn_action (text_action_list *action_list, bfd_vma offset)
4790 for (t = action_list->head; t; t = t->next)
4819 print_action_list (FILE *fp, text_action_list *action_list)
4726 offset_with_removed_text(text_action_list *action_list, bfd_vma offset) argument
4743 action_list_count(text_action_list *action_list) argument
4756 offset_with_removed_text_before_fill(text_action_list *action_list, bfd_vma offset) argument
4772 find_insn_action(text_action_list *action_list, bfd_vma offset) argument
4804 print_action_list(FILE *fp, text_action_list *action_list) argument
4968 text_action_list action_list; member in struct:xtensa_relax_info_struct
6942 xlate_offset_with_removed_text(const xlate_map_t *map, text_action_list *action_list, bfd_vma offset) argument
6978 text_action_list *action_list = &relax_info->action_list; local
[all...]
/macosx-10.10/gnutar-453/gnutar/tests/
H A Dgenfile.c284 static struct action *action_list; variable in typeref:struct:action
296 act->next = action_list;
297 action_list = act;
703 for (p = action_list; p; )
714 action_list = next;
/macosx-10.10/autofs-246/autofs_kext/
H A Dautofs_kern.h68 struct action_list;
H A Dauto_subr.c89 static subtrigger_t *auto_make_subtriggers(action_list *);
855 free_action_list(action_list *alp)
857 action_list *action, *next_action;
889 action_list *alphead, *alp, *prevalp;
935 MALLOC(alp, action_list *, sizeof(*alp),
1123 auto_make_subtriggers(action_list *alp)
1125 action_list *p, *pnext;

Completed in 272 milliseconds