Searched refs:bootfile (Results 1 – 7 of 7) sorted by relevance
70 const char *bootfile = kernels[0]; in boot() local89 memcpy(cmd.image, bootfile, strlen(bootfile) + 1); in boot()173 bootfile = kernels[i = 0]; in boot()175 bootfile = kernels[i]; in boot()176 memcpy(cmd.image, bootfile, strlen(bootfile) + 1); in boot()179 (cmd.timeout) ? bootfile : ""); in boot()
205 strncpy(bootfile, (char *)bp->bp_file, sizeof(bootfile)); in bootprecv()206 bootfile[sizeof(bootfile) - 1] = '\0'; in bootprecv()
24 char bootfile[FNAME_SIZE]; /* bootp says to boot this */ variable
75 extern char bootfile[FNAME_SIZE];
224 struct bootfile { struct253 struct bootfile ntm_bootfile; argument
549 bcopy(bp->b_data, &ntmp->ntm_bootfile, sizeof(struct bootfile));
490 uint8_t bootfile[128]; /* boot filename */ member