HomeSort by: relevance | last modified time | path
    Searched defs:bootfile (Results 1 - 20 of 20) sorted by relevancy

  /src/sys/lib/libsa/
globals.c 21 char bootfile[FNAME_SIZE]; /* bootp says to boot this */ variable in typeref:typename:char[]
  /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/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/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/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/sys/arch/ofppc/stand/ofwboot/
boot.c 99 char bootfile[128]; variable in typeref:typename:char[128]
  /src/sys/arch/shark/stand/ofwboot/
boot.c 98 char bootfile[128]; variable in typeref:typename:char[128]
  /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]);
  /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/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/sgimips/sgimips/
arcemu.c 198 char bootfile[50]; member in struct:arcemu_nvramdata
295 if (memcmp(nvram.bootfile, "dksc(", 5) == 0 ||
296 memcmp(nvram.bootfile, "bootp(", 6) == 0)
441 * a kernel into the volume header. However, this makes the bootfile
450 hack = strstr(nvram.bootfile, ",8)");
453 return (nvram.bootfile);
460 if ((file = strrchr(nvram.bootfile, ')')) != NULL)
  /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/arch/mipsco/include/
disklabel.h 110 char bootfile[MIPS_BFSIZE]; /* default file to boot */ member in struct:mips_volheader
  /src/sys/arch/evbarm/stand/boot2440/
main.c 118 char *bootfile; local in function:main
206 bootfile = strsep(&bf, ";");
207 printf("Trying \"%s\"...\n", bootfile);
208 fd = open(bootfile, 0);
  /src/usr.sbin/bootp/bootpd/
bootpd.c 607 char *homedir, *bootfile;
778 * Fill in the client's proper bootfile.
787 * Homedir Bootfile Client's file
796 * Yes Yes Null Send home/boot or bootfile
827 * Determine client's requested homedir and bootfile.
830 bootfile = NULL;
845 bootfile = strrchr(homedir, '/');
846 if (bootfile) {
847 if (homedir == bootfile)
849 *bootfile++ = '\0'
602 char *homedir, *bootfile; local in function:handle_request
    [all...]
  /src/usr.bin/rump_dhcpclient/
dhcp.h 152 uint8_t bootfile[BOOTFILE_LEN]; /* boot file name */ member in struct:dhcp_message
  /src/sys/fs/ntfs/
ntfs.h 225 struct bootfile { struct
254 struct bootfile ntm_bootfile;
  /src/sys/arch/i386/stand/pxeboot/
pxe.h 488 uint8_t bootfile[128]; /* boot filename */ member in struct:__anon2625f15d2b08
  /src/sys/sys/
bootblock.h 1350 char bootfile[16]; member in struct:sgi_boot_block

Completed in 47 milliseconds