Home
last modified time | relevance | path

Searched refs:f_next (Results 1 – 15 of 15) sorted by relevance

/freebsd-12-stable/stand/common/
Dmodule.c268 preloaded_files = preloaded_files->f_next; in unload()
311 for (fp = preloaded_files; fp; fp = fp->f_next) { in command_lsmod()
613 base_file = base_file->f_next; in file_load_dependencies()
861 for (fp = preloaded_files; fp != NULL; fp = fp->f_next) { in file_findfile()
881 for (fp = preloaded_files; fp; fp = fp->f_next) { in file_findmodule()
1531 fp->f_next = NULL; in file_insert_tail()
1535 for (cm = preloaded_files; cm->f_next != NULL; cm = cm->f_next) in file_insert_tail()
1537 cm->f_next = fp; in file_insert_tail()
1553 preloaded_files = fp->f_next; in file_remove()
1556 for (cm = preloaded_files; cm->f_next != NULL; cm = cm->f_next) { in file_remove()
[all …]
Dmetadata.c222 for (fp = file_findfile(NULL, NULL); fp != NULL; fp = fp->f_next) { in md_copymodules()
308 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in md_load_dual()
393 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in md_load_dual()
Dbootstrap.h228 struct preloaded_file *f_next; /* next file */ member
/freebsd-12-stable/usr.sbin/config/
Dmkmakefile.c90 STAILQ_FOREACH(fp, &ftab, f_next) { in fl_lookup()
108 STAILQ_INSERT_TAIL(&ftab, fp, f_next); in new_fent()
625 tnl = STAILQ_NEXT(nl, f_next); in read_files()
639 STAILQ_FOREACH(tp, &ftab, f_next) in do_before_depend()
666 STAILQ_FOREACH(tp, &ftab, f_next) { in do_objs()
704 STAILQ_FOREACH(tp, &ftab, f_next) in do_xxfiles()
746 STAILQ_FOREACH(ftp, &ftab, f_next) { in do_rules()
824 STAILQ_FOREACH(tp, &ftab, f_next) in do_clean()
Dconfig.h51 STAILQ_ENTRY(file_list) f_next;
65 STAILQ_ENTRY(files_name) f_next;
Dconfig.y348 STAILQ_INSERT_TAIL(&fntab, nl, f_next); in newfile()
Dmain.c649 STAILQ_FOREACH(fl, &ftab, f_next) in cleanheaders()
/freebsd-12-stable/stand/userboot/userboot/
Dbootinfo64.c111 for (fp = file_findfile(NULL, NULL); fp != NULL; fp = fp->f_next) { in bi_copymodules64()
218 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load64()
Dbootinfo32.c113 for (fp = file_findfile(NULL, NULL); fp != NULL; fp = fp->f_next) { in bi_copymodules32()
183 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load32()
/freebsd-12-stable/stand/i386/libi386/
Dbootinfo64.c116 for (fp = file_findfile(NULL, NULL); fp != NULL; fp = fp->f_next) { in bi_copymodules64()
222 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load64()
Dbootinfo32.c114 for (fp = file_findfile(NULL, NULL); fp != NULL; fp = fp->f_next) { in bi_copymodules32()
201 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load32()
Dmultiboot.c102 for (fp = file_findfile(NULL, NULL); fp != NULL; fp = fp->f_next) { in max_addr()
/freebsd-12-stable/stand/efi/loader/
Dbootinfo.c235 for (fp = file_findfile(NULL, NULL); fp != NULL; fp = fp->f_next) { in bi_copymodules()
473 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load()
534 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load()
/freebsd-12-stable/contrib/gcc/
Dmips-tfile.c2236 forward_t *f_next = ptag->forward_ref; in add_unknown_tag() local
2270 while (f_next != (forward_t *) 0) in add_unknown_tag()
2272 f_cur = f_next; in add_unknown_tag()
2273 f_next = f_next->next; in add_unknown_tag()
3295 forward_t *f_next = tag_ptr->forward_ref; in parse_def() local
3298 while (f_next != (forward_t *) 0) in parse_def()
3300 f_cur = f_next; in parse_def()
3301 f_next = f_next->next; in parse_def()
/freebsd-12-stable/stand/fdt/
Dfdt_loader_cmd.c451 for (fp = file_findfile(NULL, "dtbo"); fp != NULL; fp = fp->f_next) { in fdt_apply_overlays()
468 for (fp = file_findfile(NULL, "dtbo"); fp != NULL; fp = fp->f_next) { in fdt_apply_overlays()