installboot.c | 230 char *xxboot, *bootxx; local in function:install_fd 246 xxboot = alloca(xxbootlen); 247 snprintf(xxboot, xxbootlen, "%s%sfdboot", mdecpath, machpath); 266 mkbootblock(&bootarea, xxboot, bootxx, label, 0); 286 char *xxb00t, *xxboot, *bootxx; local in function:install_hd 317 xxboot = alloca(xxb00tlen); 318 snprintf(xxboot, xxb00tlen, "%s%sxxboot.ahdi", mdecpath, machpath); 323 xxboot = alloca(xxbootlen); 324 snprintf(xxboot, xxbootlen, "%s%s%cdboot", mdecpath, machpath, disktype); 335 mkbootblock(&bootarea, xxboot, bootxx, label, magic) [all...] |