Searched refs:file_list (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/SETUP/config/
H A Dexterns.c76 struct file_list *ftab, *conf_list, **confp;
H A Dmkswapconf.c62 struct file_list *do_swap(struct file_list *fl);
68 register struct file_list *fl;
80 struct file_list *
81 do_swap(struct file_list *fl)
85 register struct file_list *swap;
H A Dmkheaders.c74 struct file_list *fl;
148 struct file_list *fl;
163 struct file_list *fl = NULL; /* may exit for(;;) uninitted */
164 struct file_list *fl_head, *fl_prev;
210 fl = (struct file_list *) malloc(sizeof *fl);
226 fl = (struct file_list *) malloc(sizeof *fl);
H A Dmkmakefile.c80 struct file_list *do_systemspec(FILE *f, struct file_list *fl, int first);
87 struct file_list *fl_lookup(char *file);
88 struct file_list *fltail_lookup(char *file);
89 struct file_list *new_fent(void);
91 void put_source_file_name(FILE *fp, struct file_list *tp);
104 static struct file_list *fcur;
111 struct file_list *
114 register struct file_list *fp;
126 struct file_list *
[all...]
H A Dparser.y33 struct file_list *file;
134 struct file_list *newswap(void);
135 void mkswap(struct file_list *syslist, struct file_list *fl, int size);
139 void checksystemspec(struct file_list *fl);
141 dev_t *verifyswap(struct file_list *fl, dev_t checked[], dev_t *pchecked);
326 struct file_list *fl = newswap();
338 struct file_list *fl = newswap();
349 struct file_list *fl = *confp;
367 struct file_list *f
[all...]
H A Dconfig.h63 struct file_list { struct
64 struct file_list *f_next;
242 extern struct file_list *ftab, *conf_list, **confp;

Completed in 22 milliseconds