Home
last modified time | relevance | path

Searched refs:bootfile (Results 1 – 25 of 25) sorted by relevance

/freebsd-14-stable/libexec/bootpd/
HDbootpd.c628 char *homedir, *bootfile; in handle_request() local
846 bootfile = NULL; in handle_request()
849 bootfile = strrchr(homedir, '/'); in handle_request()
850 if (bootfile) { in handle_request()
851 if (homedir == bootfile) in handle_request()
853 *bootfile++ = '\0'; in handle_request()
856 bootfile = homedir; in handle_request()
862 (bootfile) ? bootfile : ""); in handle_request()
871 if (hp->flags.bootfile) in handle_request()
872 bootfile = hp->bootfile->string; in handle_request()
[all …]
HDbootpd.h94 unsigned bootfile :1, member
168 struct shared_string *bootfile, member
HDbootptab.mcs8 # bf -- bootfile
9 # bs -- bootfile size in 512-octet blocks
HDdumptab.c128 if (hp->flags.bootfile) { in dump_host()
129 fprintf(fp, "\\\n\t:bf=%s:", hp->bootfile->string); in dump_host()
HDbootptab.cmu8 # bf -- bootfile
9 # bs -- bootfile size in 512-octet blocks
HDChanges56 Fix code to build bootfile name based on combination of
57 client requested name and bootfile specifications.
93 Improve logic for building bootfile pathname, so a path
271 Add support for rfc1085 "bootfile size" tag.
HDreadfile.c855 PARSE_STR(bootfile); in eval_symbol()
1418 DUP_LINK(bootfile); in fill_defaults()
1887 del_string(hostptr->bootfile); in free_host()
/freebsd-14-stable/stand/lua/
HDconfig.lua748 local bootfile = loader.getenv("bootfile")
751 if bootfile == nil then
752 bootfile = "kernel"
754 bootfile = bootfile .. ";kernel"
757 return tryLoad(bootfile)
/freebsd-14-stable/stand/libsa/
HDbootp.c157 strncpy(bp->bp_file, bootfile, sizeof(bp->bp_file)); in bootp()
218 bcopy(rbootp->bp_file, bootfile, sizeof(bootfile)); in bootp()
219 bootfile[sizeof(bootfile) - 1] = '\0'; in bootp()
HDglobals.c20 char bootfile[FNAME_SIZE]; /* bootp says to boot this */ variable
HDnet.h78 extern char bootfile[FNAME_SIZE];
/freebsd-14-stable/usr.sbin/bhyve/
HDlibslirp.h168 const char *bootfile; member
236 const char *tftp_path, const char *bootfile,
/freebsd-14-stable/lib/geom/part/
HDgeom_part.c1074 gpart_bootfile_read(const char *bootfile, ssize_t *size) in gpart_bootfile_read() argument
1080 if (stat(bootfile, &sb) == -1) in gpart_bootfile_read()
1081 err(EXIT_FAILURE, "%s", bootfile); in gpart_bootfile_read()
1083 errx(EXIT_FAILURE, "%s: not a regular file", bootfile); in gpart_bootfile_read()
1085 errx(EXIT_FAILURE, "%s: empty file", bootfile); in gpart_bootfile_read()
1087 errx(EXIT_FAILURE, "%s: file too big (%zu limit)", bootfile, in gpart_bootfile_read()
1092 fd = open(bootfile, O_RDONLY); in gpart_bootfile_read()
1094 err(EXIT_FAILURE, "%s", bootfile); in gpart_bootfile_read()
1099 err(EXIT_FAILURE, "%s", bootfile); in gpart_bootfile_read()
/freebsd-14-stable/stand/defaults/
HDloader.conf14 bootfile="kernel" # Kernel name (possibly absolute path)
/freebsd-14-stable/tools/test/stress2/misc/
HDzzbuildworld.sh34 kernel=`sysctl -n kern.bootfile`
/freebsd-14-stable/sbin/savecore/tests/
HDlivedump_test.sh18 kernel=$(sysctl -n kern.bootfile)
/freebsd-14-stable/usr.sbin/crashinfo/
HDcrashinfo.sh79 for k in `sysctl -n kern.bootfile` $(ls -t /boot/*/kernel); do
/freebsd-14-stable/stand/common/
HDhelp.common149 set bootfile=<filename>[;<filename>...]
152 by setting the bootfile variable to a semicolon-separated list of
154 directories. The default bootfile set is "kernel".
/freebsd-14-stable/sys/conf/
HDkern.post.mk400 -thiskernel=`sysctl -n kern.bootfile || echo /boot/kernel/kernel` ; \
416 sysctl kern.bootfile=${DESTDIR}${KODIR}.old/"`basename "$$thiskernel"`" ; \
/freebsd-14-stable/stand/i386/libi386/
HDpxe.h477 uint8_t bootfile[128]; /* boot filename */ member
/freebsd-14-stable/stand/forth/
HDsupport.4th1368 \ 1. The "bootfile" environment variable
1382 s" bootfile" getenv dup -1 <> if
1403 \ 1. The "bootfile" environment variable
1485 \ 1. The "bootfile" environment variable
/freebsd-14-stable/usr.sbin/syslogd/
HDsyslogd.c395 static char bootfile[MAXPATHLEN]; /* booted kernel file */ variable
782 (void)strlcpy(bootfile, getbootfile(), sizeof(bootfile)); in main()
2743 "kernel boot file is %s", bootfile); in init()
/freebsd-14-stable/usr.sbin/freebsd-update/
HDfreebsd-update.sh736 BOOTFILE=`sysctl -n kern.bootfile`
879 BOOTFILE=`sysctl -n kern.bootfile`
1016 BOOTFILE=`sysctl -n kern.bootfile`
/freebsd-14-stable/sys/kern/
HDkern_mib.c144 SYSCTL_STRING(_kern, KERN_BOOTFILE, bootfile, CTLFLAG_RW,
/freebsd-14-stable/tools/tools/sysdoc/
HDtunables.mdoc550 kern.bootfile