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

  /src/usr.bin/mkubootimage/
mkubootimage.c 407 write_image(void *hdr, size_t hdrlen, int kernel_fd, int image_fd) function in typeref:typename:int
594 if (write_image(&hdr_uimg, sizeof(hdr_uimg),
603 if (write_image(&hdr_arm64, sizeof(hdr_arm64),
mkubootimage.c 407 write_image(void *hdr, size_t hdrlen, int kernel_fd, int image_fd) function in typeref:typename:int
594 if (write_image(&hdr_uimg, sizeof(hdr_uimg),
603 if (write_image(&hdr_arm64, sizeof(hdr_arm64),

Completed in 40 milliseconds