Home
last modified time | relevance | path

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

/freebsd/stand/common/
H A Dmodule.c278 preloaded_files = preloaded_files->f_next; in unload()
321 for (fp = preloaded_files; fp; fp = fp->f_next) { in command_lsmod()
636 base_file = base_file->f_next; in file_load_dependencies()
925 for (fp = preloaded_files; fp; fp = fp->f_next) { in file_findmodule()
1626 fp->f_next = NULL; in file_insert_tail()
1630 for (cm = preloaded_files; cm->f_next != NULL; cm = cm->f_next) in file_insert_tail()
1632 cm->f_next = fp; in file_insert_tail()
1648 preloaded_files = fp->f_next; in file_remove()
1651 for (cm = preloaded_files; cm->f_next != NULL; cm = cm->f_next) { in file_remove()
1652 if (cm->f_next == fp) { in file_remove()
[all …]
H A Dmetadata.c121 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in md_load_dual()
196 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in md_load_dual()
H A Dmodinfo.c125 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/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()
619 tnl = STAILQ_NEXT(nl, f_next); in read_files()
633 STAILQ_FOREACH(tp, &ftab, f_next) in do_before_depend()
659 STAILQ_FOREACH(tp, &ftab, f_next) { in do_objs()
697 STAILQ_FOREACH(tp, &ftab, f_next) in do_xxfiles()
738 STAILQ_FOREACH(ftp, &ftab, f_next) { in do_rules()
811 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.y335 STAILQ_INSERT_TAIL(&fntab, nl, f_next); in newfile()
H A Dmain.cc649 STAILQ_FOREACH(fl, &ftab, f_next) in cleanheaders()
/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.c380 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load()
460 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()