HomeSort by: relevance | last modified time | path
    Searched refs:bootfile (Results 1 - 25 of 47) sorted by relevancy

1 2

  /src/sys/arch/mipsco/stand/common/
checksize.sh 39 echo "usage: $progname bootfile maxload" 1>&2
43 bootfile=$1
46 prog_size=`wc -c $bootfile | awk '{print $1}'`
49 echo "$progname: couldn't get size of $bootfile" 2>&1
53 echo -n "checking sizes for $bootfile... "
  /src/sys/arch/emips/stand/common/
checksize.sh 40 echo "usage: $progname bootfile maxload maxtotal" 1>&2
44 bootfile=$1
52 size_data=`$SIZE $bootfile`
54 echo "$progname: couldn't get size of $bootfile" 2>&1
61 echo -n "checking sizes for $bootfile... "
  /src/sys/arch/pmax/stand/common/
checksize.sh 40 echo "usage: $progname bootfile maxload maxtotal" 1>&2
44 bootfile=$1
52 size_data=`$SIZE $bootfile`
54 echo "$progname: couldn't get size of $bootfile" 2>&1
61 echo -n "checking sizes for $bootfile... "
  /src/sys/arch/sgimips/stand/common/
boot.c 126 char bootfile[PATH_MAX]; local in function:main
164 strcpy(bootfile, argv[0]);
165 ep = strrchr(bootfile, ')');
166 i = ep - bootfile;
167 bootfile[i - 1] = '0';
168 if (strstr(bootfile, "ip3x"))
173 if ((loadfile(bootfile, marks, LOAD_KERNEL)) >= 0)
210 strcpy(bootfile, bootpath);
211 strcat(bootfile, kernel);
212 win = loadfile(bootfile, marks, LOAD_KERNEL)
    [all...]
  /src/sys/arch/alpha/stand/common/
checksize.sh 40 echo "$progname bootobj bootfile maxload maxtotal" 1>&2
45 bootfile=$2
60 load_size=`ls -l $bootfile | awk ' { print $5 }'`
62 echo -n "checking sizes for $bootfile/$bootobj... "
  /src/sys/arch/evbmips/stand/sbmips/common/
checksize.sh 40 echo "$progname bootobj bootfile maxload maxtotal" 1>&2
45 bootfile=$2
60 load_size=`ls -l $bootfile | awk ' { print $5 }'`
62 echo -n "checking sizes for $bootfile/$bootobj... "
  /src/sys/arch/hpcmips/stand/lcboot/
dev_net.c 68 bootfile[0] = '\0';
73 strlcpy(bootfile, fname, sizeof bootfile);
87 strlcpy(bootfile, fname, sizeof bootfile);
90 *file = bootfile;
  /src/sys/arch/sandpoint/stand/altboot/
dev_net.c 78 snprintf(bootfile, sizeof(bootfile), "%s", file);
79 else if (bootfile[0] == '\0')
80 snprintf(bootfile, sizeof(bootfile), "netbsd");
86 snprintf(bi_path.bootpath, sizeof(bi_path.bootpath), "%s", bootfile);
devopen.c 63 extern char bootfile[]; /* handed by DHCP */
80 *file = bootfile; /* resolved fname */
88 *file = bootfile; /* resolved fname */
  /src/sys/arch/sbmips/stand/common/
checksize.sh 40 echo "$progname bootobj bootfile maxload maxtotal" 1>&2
45 bootfile=$2
60 load_size=`ls -l $bootfile | awk ' { print $5 }'`
62 echo -n "checking sizes for $bootfile/$bootobj... "
  /src/sys/lib/libsa/
globals.c 21 char bootfile[FNAME_SIZE]; /* bootp says to boot this */ variable in typeref:typename:char[]
bootp.c 159 (void)strncpy((char *)bp->bp_file, bootfile, sizeof(bp->bp_file));
221 (void)memcpy(bootfile, rbuf.rbootp.bp_file, sizeof(bootfile));
222 bootfile[sizeof(bootfile) - 1] = '\0';
271 if (bootfile[0] != '\0')
272 printf("file name: %s\n", bootfile);
  /src/sys/arch/evbarm/stand/boot2440/
dev_net.c 97 bootfile */
102 strcpy(bootfile, ++filename);
103 printf("Bootfile: %s\n", bootfile);
106 strcpy(bootfile, path);
111 if (bootfile[0] == '\0')
112 strcpy(bootfile, "netbsd");
devopen.c 78 extern char bootfile[];
86 *file = bootfile;
87 strncpy(bi_path.bootpath, bootfile, sizeof(bi_path.bootpath));
96 *file = bootfile;
97 strncpy(bi_path.bootpath, bootfile, sizeof(bi_path.bootpath));
  /src/sys/arch/pmax/stand/smallnet/setnetimage/
setnetimage.c 81 const char *kernel, *bootfile; local in function:main
92 fprintf(stderr, "usage: %s kernel bootfile\n", getprogname());
97 bootfile = argv[2];
102 if ((ofd = open(bootfile, O_RDWR)) < 0)
103 err(1, "%s", bootfile);
105 if (nlist(bootfile, nl) != 0)
106 errx(1, "Could not find symbols in %s", bootfile);
109 err(1, "fstat %s", bootfile);
111 errx(1, "%s too big to map", bootfile);
115 err(1, "mmap %s", bootfile);
    [all...]
  /src/sys/arch/ia64/stand/ia64/ski/
main.c 107 bootfile = GetEnvironmentVariable(ARCENV_BOOTFILE);
108 if (bootfile)
109 setenv("bootfile", bootfile, 1);
  /src/distrib/utils/embedded/conf/
x86.conf 8 bootfile=$release/usr/mdec/boot key
97 if [ ! -f ${bootfile} ]; then
98 echo ${PROG}: Missing ${bootfile} 1>&2
101 cp ${bootfile} ${mnt}/boot ||
102 fail "copy of ${bootfile} to ${mnt}/boot failed"
  /src/sys/arch/arc/stand/boot/
boot.c 134 char bootfile[PATH_MAX]; local in function:main
210 strcpy(bootfile, bootpath);
211 strcat(bootfile, kernel);
212 win = loadfile(bootfile, marks, LOAD_KERNEL);
218 strcpy(bootfile, bootpath);
219 strcat(bootfile, kernelnames[i]);
221 win = loadfile(bootfile, marks, LOAD_KERNEL);
  /src/sys/arch/i386/stand/pxeboot/
devopen.c 86 strncpy(bootfile, fname, FNAME_SIZE);
105 if (strchr(bootfile, ':'))
106 fname = bootfile;
  /src/usr.sbin/sysinst/arch/news68k/
md.c 156 const char *bootfile = "/boot"; local in function:md_post_newfs
159 cp_to_target("/usr/mdec/boot", bootfile);
162 pm->diskdev, "/usr/mdec/bootxx", bootfile);
  /src/usr.sbin/sysinst/arch/newsmips/
md.c 152 const char *bootfile = "/boot"; local in function:md_post_newfs
155 cp_to_target("/usr/mdec/boot", bootfile);
158 pm->diskdev, "/usr/mdec/bootxx", bootfile);
  /src/usr.sbin/bootp/common/
bootpd.h 96 unsigned bootfile :1, member in struct:flag
146 * The hostname, home directory, and bootfile are all shared strings.
171 struct shared_string *bootfile,
170 struct shared_string *bootfile, member in struct:host
  /src/sys/stand/efiboot/
dev_net.c 74 if (bootfile[0] != '\0')
75 printf("boot: file name: %s\n", bootfile);
  /src/usr.sbin/sysinst/arch/macppc/
md.c 152 const char *bootfile = "/boot"; local in function:md_post_newfs
180 cp_to_target("/usr/mdec/ofwboot", bootfile);
183 pm->diskdev, "/usr/mdec/bootxx", bootfile);
  /src/usr.sbin/sysinst/arch/cobalt/
md.c 185 static const char *bootfile = "boot.gz"; local in function:md_post_newfs
197 run_program(0, "/bin/rm -f %s/%s", bootdir, bootfile);
201 bootfile, bootdir, kernels[i]);

Completed in 21 milliseconds

1 2