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

  /src/usr.bin/mkubootimage/
mkubootimage.c 459 struct arm64_image_header hdr_arm64; local in function:main
600 if (generate_header_arm64(&hdr_arm64, kernel_fd) != 0)
603 if (write_image(&hdr_arm64, sizeof(hdr_arm64),
mkubootimage.c 459 struct arm64_image_header hdr_arm64; local in function:main
600 if (generate_header_arm64(&hdr_arm64, kernel_fd) != 0)
603 if (write_image(&hdr_arm64, sizeof(hdr_arm64),
mkubootimage.c 459 struct arm64_image_header hdr_arm64; local in function:main
600 if (generate_header_arm64(&hdr_arm64, kernel_fd) != 0)
603 if (write_image(&hdr_arm64, sizeof(hdr_arm64),

Completed in 31 milliseconds