Searched refs:cpio_hdr (Results 1 – 1 of 1) sorted by relevance
31 struct cpio_hdr { struct52 const struct cpio_hdr *hdr; argument206 parse_stat(const struct cpio_hdr *hdr, struct bootstat *stat) in parse_stat()246 scan_archive_hdr(const struct cpio_hdr *hdr, size_t off, in scan_archive_hdr()270 off += offsetof(struct cpio_hdr, data[0]); in scan_archive_hdr()282 return (offsetof(struct cpio_hdr, data[namesize + filesize])); in scan_archive_hdr()319 const struct cpio_hdr *hdr; in find_filename()322 hdr = read_ramdisk(off, sizeof (struct cpio_hdr)); in find_filename()