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

  /src/usr.sbin/sysinst/arch/i386/
md.c 241 char *bootxx_filename, *p; local in function:update_bios_boot
296 bootxx_filename = strdup(target_expand(p));
299 bootxx_filename = p;
301 if (bootxx_filename != NULL) {
313 boot_options, rdev, bootxx_filename);
314 free(bootxx_filename);
md.c 241 char *bootxx_filename, *p; local in function:update_bios_boot
296 bootxx_filename = strdup(target_expand(p));
299 bootxx_filename = p;
301 if (bootxx_filename != NULL) {
313 boot_options, rdev, bootxx_filename);
314 free(bootxx_filename);

Completed in 22 milliseconds