Searched refs:cpio_hdr (Results 1 – 1 of 1) sorted by relevance
33 struct cpio_hdr { struct54 const struct cpio_hdr *hdr; argument196 parse_stat(const struct cpio_hdr *hdr, struct bootstat *stat) in parse_stat()230 check_archive_hdr(const struct cpio_hdr *hdr) in check_archive_hdr()246 scan_archive_hdr(const struct cpio_hdr *hdr, size_t off, in scan_archive_hdr()268 off += offsetof(struct cpio_hdr, data[0]); in scan_archive_hdr()280 return (offsetof(struct cpio_hdr, data[namesize + filesize])); in scan_archive_hdr()317 const struct cpio_hdr *hdr; in find_filename()320 hdr = (struct cpio_hdr *)read_ramdisk(off, in find_filename()321 sizeof (struct cpio_hdr)); in find_filename()[all …]