Home
last modified time | relevance | path

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

/freebsd/usr.sbin/config/
H A Dmkmakefile.cc87 STAILQ_FOREACH(fp, &ftab, f_next) { in fl_lookup()
105 STAILQ_INSERT_TAIL(&ftab, fp, f_next); in new_fent()
631 tnl = STAILQ_NEXT(nl, f_next); in read_files()
645 STAILQ_FOREACH(tp, &ftab, f_next) in do_before_depend()
671 STAILQ_FOREACH(tp, &ftab, f_next) { in do_objs()
709 STAILQ_FOREACH(tp, &ftab, f_next) in do_xxfiles()
750 STAILQ_FOREACH(ftp, &ftab, f_next) { in do_rules()
823 STAILQ_FOREACH(tp, &ftab, f_next) in do_clean()
H A Dconfig.h104 STAILQ_ENTRY(file_list) f_next;
118 STAILQ_ENTRY(files_name) f_next;
H A Dconfig.y342 STAILQ_INSERT_TAIL(&fntab, nl, f_next); in newfile()
357 STAILQ_INSERT_TAIL(&optfntab, nl, f_next); in newoptionsfile()
H A Dmkoptions.cc442 tnl = STAILQ_NEXT(nl, f_next); in read_options()
H A Dmain.cc654 STAILQ_FOREACH(fl, &ftab, f_next) in cleanheaders()
/freebsd/stand/common/
H A Dmodule.c279 preloaded_files = preloaded_files->f_next; in unload()
322 for (fp = preloaded_files; fp; fp = fp->f_next) { in command_lsmod()
637 base_file = base_file->f_next; in file_load_dependencies()
906 for (fp = preloaded_files; fp != NULL; fp = fp->f_next) { in file_findfile()
926 for (fp = preloaded_files; fp; fp = fp->f_next) { in file_findmodule()
1627 fp->f_next = NULL; in file_insert_tail()
1631 for (cm = preloaded_files; cm->f_next != NULL; cm = cm->f_next) in file_insert_tail()
1633 cm->f_next = fp; in file_insert_tail()
1649 next = fp->f_next; in file_remove_impl()
1658 for (cm = preloaded_files; cm->f_next != NULL; cm = cm->f_next) { in file_remove_impl()
[all …]
H A Dmetadata.c121 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in md_load_dual()
194 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in md_load_dual()
H A Dmodinfo.c130 for (fp = file_findfile(NULL, NULL); fp != NULL; fp = fp->f_next) { in md_copymodules()
H A Dbootstrap.h241 struct preloaded_file *f_next; /* next file */ member
/freebsd/stand/userboot/userboot/
H A Dbootinfo64.c129 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load64()
H A Dbootinfo32.c97 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load32()
/freebsd/stand/efi/loader/
H A Dbootinfo.c386 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load()
475 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load()
/freebsd/stand/i386/libi386/
H A Dbootinfo64.c134 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load64()
H A Dbootinfo32.c116 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load32()
/freebsd/stand/fdt/
H A Dfdt_loader_cmd.c447 for (fp = file_findfile(NULL, "dtbo"); fp != NULL; fp = fp->f_next) { in fdt_apply_overlays()
464 for (fp = file_findfile(NULL, "dtbo"); fp != NULL; fp = fp->f_next) { in fdt_apply_overlays()