cpio_hdr
parse_stat(const struct cpio_hdr *hdr, struct bootstat *stat)
check_archive_hdr(const struct cpio_hdr *hdr)
scan_archive_hdr(const struct cpio_hdr *hdr, size_t off,
off += offsetof(struct cpio_hdr, data[0]);
return (offsetof(struct cpio_hdr, data[namesize + filesize]));
const struct cpio_hdr *hdr;
hdr = (struct cpio_hdr *)read_ramdisk(off,
sizeof (struct cpio_hdr));
const struct cpio_hdr *hdr;
hdr = (struct cpio_hdr *)read_ramdisk(0, sizeof (struct cpio_hdr));
const struct cpio_hdr *hdr;