Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dpkgfs.c194 static int get_zipped(struct package *, void *, size_t);
304 if (get_zipped(tf->tf_pkg, p, sz) == -1) { in pkg_read()
440 get_zipped(struct package *pkg, void *buf, size_t bufsz) in get_zipped() function
512 return (get_zipped(pkg, tf->tf_cache, sz)); in cache_data()
733 if (get_zipped(pkg, buf, sz) == -1) in scan_tarfile()
747 if (get_zipped(pkg, &cur->tf_hdr, in scan_tarfile()
776 if (get_zipped(pkg, buf, sizeof(buf)) == -1) { in scan_tarfile()