Searched refs:f_next (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/usr.sbin/config/
H A Dconfig.h51 STAILQ_ENTRY(file_list) f_next; member in struct:file_list
65 STAILQ_ENTRY(files_name) f_next; member in struct:files_name
H A Dmkmakefile.c90 STAILQ_FOREACH(fp, &ftab, f_next) {
108 STAILQ_INSERT_TAIL(&ftab, fp, f_next);
633 tnl = STAILQ_NEXT(nl, f_next);
647 STAILQ_FOREACH(tp, &ftab, f_next)
673 STAILQ_FOREACH(tp, &ftab, f_next) {
711 STAILQ_FOREACH(tp, &ftab, f_next)
752 STAILQ_FOREACH(ftp, &ftab, f_next) {
830 STAILQ_FOREACH(tp, &ftab, f_next)
H A Dconfig.y351 STAILQ_INSERT_TAIL(&fntab, nl, f_next);
H A Dmain.c658 STAILQ_FOREACH(fl, &ftab, f_next)
/freebsd-13-stable/stand/common/
H A Dmetadata.c168 for (fp = file_findfile(NULL, NULL); fp != NULL; fp = fp->f_next) {
254 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) {
329 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) {
H A Dmodule.c269 preloaded_files = preloaded_files->f_next;
314 for (fp = preloaded_files; fp; fp = fp->f_next) {
616 base_file = base_file->f_next;
950 for (fp = preloaded_files; fp != NULL; fp = fp->f_next) {
970 for (fp = preloaded_files; fp; fp = fp->f_next) {
1620 fp->f_next = NULL;
1624 for (cm = preloaded_files; cm->f_next != NULL; cm = cm->f_next)
1626 cm->f_next = fp;
1642 preloaded_files = fp->f_next;
[all...]
H A Dbootstrap.h230 struct preloaded_file *f_next; /* next file */ member in struct:preloaded_file
/freebsd-13-stable/stand/i386/libi386/
H A Dbootinfo32.c114 for (fp = file_findfile(NULL, NULL); fp != NULL; fp = fp->f_next) {
201 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) {
H A Dbootinfo64.c116 for (fp = file_findfile(NULL, NULL); fp != NULL; fp = fp->f_next) {
222 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) {
/freebsd-13-stable/stand/userboot/userboot/
H A Dbootinfo32.c113 for (fp = file_findfile(NULL, NULL); fp != NULL; fp = fp->f_next) {
183 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) {
H A Dbootinfo64.c111 for (fp = file_findfile(NULL, NULL); fp != NULL; fp = fp->f_next) {
218 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) {
/freebsd-13-stable/stand/efi/loader/
H A Dbootinfo.c237 for (fp = file_findfile(NULL, NULL); fp != NULL; fp = fp->f_next) {
482 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) {
548 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) {
/freebsd-13-stable/stand/fdt/
H A Dfdt_loader_cmd.c451 for (fp = file_findfile(NULL, "dtbo"); fp != NULL; fp = fp->f_next) {
468 for (fp = file_findfile(NULL, "dtbo"); fp != NULL; fp = fp->f_next) {

Completed in 201 milliseconds