Home
last modified time | relevance | path

Searched refs:read_ramdisk (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/fs/
H A Dbootrd_cpio.c173 read_ramdisk(size_t off, size_t len) in read_ramdisk() function
269 path = read_ramdisk(off, namesize); in scan_archive_hdr()
270 data = read_ramdisk(off + namesize, filesize); in scan_archive_hdr()
320 hdr = (struct cpio_hdr *)read_ramdisk(off, in find_filename()
341 hdr = (struct cpio_hdr *)read_ramdisk(0, sizeof (struct cpio_hdr)); in bcpio_mountroot()