Searched refs:f_next (Results 1 – 15 of 15) sorted by relevance
/freebsd/usr.sbin/config/ |
H A D | mkmakefile.cc | 87 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 D | config.h | 104 STAILQ_ENTRY(file_list) f_next; 118 STAILQ_ENTRY(files_name) f_next;
|
H A D | config.y | 342 STAILQ_INSERT_TAIL(&fntab, nl, f_next); in newfile() 357 STAILQ_INSERT_TAIL(&optfntab, nl, f_next); in newoptionsfile()
|
H A D | mkoptions.cc | 442 tnl = STAILQ_NEXT(nl, f_next); in read_options()
|
H A D | main.cc | 654 STAILQ_FOREACH(fl, &ftab, f_next) in cleanheaders()
|
/freebsd/stand/common/ |
H A D | module.c | 279 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 D | metadata.c | 121 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 D | modinfo.c | 130 for (fp = file_findfile(NULL, NULL); fp != NULL; fp = fp->f_next) { in md_copymodules()
|
H A D | bootstrap.h | 241 struct preloaded_file *f_next; /* next file */ member
|
/freebsd/stand/userboot/userboot/ |
H A D | bootinfo64.c | 129 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load64()
|
H A D | bootinfo32.c | 97 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load32()
|
/freebsd/stand/efi/loader/ |
H A D | bootinfo.c | 386 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 D | bootinfo64.c | 134 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load64()
|
H A D | bootinfo32.c | 116 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load32()
|
/freebsd/stand/fdt/ |
H A D | fdt_loader_cmd.c | 447 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()
|