Searched refs:f_next (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12-stable/stand/common/ |
| D | module.c | 268 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 …]
|
| D | metadata.c | 222 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()
|
| D | bootstrap.h | 228 struct preloaded_file *f_next; /* next file */ member
|
| /freebsd-12-stable/usr.sbin/config/ |
| D | mkmakefile.c | 90 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()
|
| D | config.h | 51 STAILQ_ENTRY(file_list) f_next; 65 STAILQ_ENTRY(files_name) f_next;
|
| D | config.y | 348 STAILQ_INSERT_TAIL(&fntab, nl, f_next); in newfile()
|
| D | main.c | 649 STAILQ_FOREACH(fl, &ftab, f_next) in cleanheaders()
|
| /freebsd-12-stable/stand/userboot/userboot/ |
| D | bootinfo64.c | 111 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()
|
| D | bootinfo32.c | 113 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/ |
| D | bootinfo64.c | 116 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()
|
| D | bootinfo32.c | 114 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()
|
| D | multiboot.c | 102 for (fp = file_findfile(NULL, NULL); fp != NULL; fp = fp->f_next) { in max_addr()
|
| /freebsd-12-stable/stand/efi/loader/ |
| D | bootinfo.c | 235 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/ |
| D | mips-tfile.c | 2236 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/ |
| D | fdt_loader_cmd.c | 451 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()
|