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

  /src/usr.sbin/installboot/
evboards.c 1663 evb_uboot_do_step(ib_params *params, const char *uboot_file, evb_ubstep step)
1737 ifd = open(uboot_file, O_RDONLY);
1739 warn("open '%s'", uboot_file);
1743 warn("fstat '%s'", uboot_file);
1774 warn("lseek '%s' @ %" PRIu64, uboot_file,
1833 warn("read '%s'", uboot_file);
1858 warn("close '%s'", uboot_file);
1868 const char *uboot_file; local
1880 uboot_file = evb_board_get_uboot_pkg(params, board);
1881 if (uboot_file != NULL
    [all...]
evboards.c 1663 evb_uboot_do_step(ib_params *params, const char *uboot_file, evb_ubstep step)
1737 ifd = open(uboot_file, O_RDONLY);
1739 warn("open '%s'", uboot_file);
1743 warn("fstat '%s'", uboot_file);
1774 warn("lseek '%s' @ %" PRIu64, uboot_file,
1833 warn("read '%s'", uboot_file);
1858 warn("close '%s'", uboot_file);
1868 const char *uboot_file; local
1880 uboot_file = evb_board_get_uboot_pkg(params, board);
1881 if (uboot_file != NULL
    [all...]

Completed in 43 milliseconds