| /freebsd-14-stable/libexec/bootpd/ |
| HD | bootpd.c | 628 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 …]
|
| HD | bootpd.h | 94 unsigned bootfile :1, member 168 struct shared_string *bootfile, member
|
| HD | bootptab.mcs | 8 # bf -- bootfile 9 # bs -- bootfile size in 512-octet blocks
|
| HD | dumptab.c | 128 if (hp->flags.bootfile) { in dump_host() 129 fprintf(fp, "\\\n\t:bf=%s:", hp->bootfile->string); in dump_host()
|
| HD | bootptab.cmu | 8 # bf -- bootfile 9 # bs -- bootfile size in 512-octet blocks
|
| HD | Changes | 56 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.
|
| HD | readfile.c | 855 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/ |
| HD | config.lua | 748 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/ |
| HD | bootp.c | 157 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()
|
| HD | globals.c | 20 char bootfile[FNAME_SIZE]; /* bootp says to boot this */ variable
|
| HD | net.h | 78 extern char bootfile[FNAME_SIZE];
|
| /freebsd-14-stable/usr.sbin/bhyve/ |
| HD | libslirp.h | 168 const char *bootfile; member 236 const char *tftp_path, const char *bootfile,
|
| /freebsd-14-stable/lib/geom/part/ |
| HD | geom_part.c | 1074 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/ |
| HD | loader.conf | 14 bootfile="kernel" # Kernel name (possibly absolute path)
|
| /freebsd-14-stable/tools/test/stress2/misc/ |
| HD | zzbuildworld.sh | 34 kernel=`sysctl -n kern.bootfile`
|
| /freebsd-14-stable/sbin/savecore/tests/ |
| HD | livedump_test.sh | 18 kernel=$(sysctl -n kern.bootfile)
|
| /freebsd-14-stable/usr.sbin/crashinfo/ |
| HD | crashinfo.sh | 79 for k in `sysctl -n kern.bootfile` $(ls -t /boot/*/kernel); do
|
| /freebsd-14-stable/stand/common/ |
| HD | help.common | 149 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/ |
| HD | kern.post.mk | 400 -thiskernel=`sysctl -n kern.bootfile || echo /boot/kernel/kernel` ; \ 416 sysctl kern.bootfile=${DESTDIR}${KODIR}.old/"`basename "$$thiskernel"`" ; \
|
| /freebsd-14-stable/stand/i386/libi386/ |
| HD | pxe.h | 477 uint8_t bootfile[128]; /* boot filename */ member
|
| /freebsd-14-stable/stand/forth/ |
| HD | support.4th | 1368 \ 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/ |
| HD | syslogd.c | 395 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/ |
| HD | freebsd-update.sh | 736 BOOTFILE=`sysctl -n kern.bootfile` 879 BOOTFILE=`sysctl -n kern.bootfile` 1016 BOOTFILE=`sysctl -n kern.bootfile`
|
| /freebsd-14-stable/sys/kern/ |
| HD | kern_mib.c | 144 SYSCTL_STRING(_kern, KERN_BOOTFILE, bootfile, CTLFLAG_RW,
|
| /freebsd-14-stable/tools/tools/sysdoc/ |
| HD | tunables.mdoc | 550 kern.bootfile
|