Home
last modified time | relevance | path

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

/titanic_53/usr/src/boot/lib/libstand/
H A Dpkgfs.c124 off_t pkg_ofs; member
465 pkg->pkg_ofs += bufsz; in get_zipped()
488 if (tf->tf_ofs != pkg->pkg_ofs) { in cache_data()
715 pkg->pkg_ofs; in scan_tarfile()
719 if (ofs < pkg->pkg_ofs) { in scan_tarfile()
724 if (ofs != pkg->pkg_ofs) { in scan_tarfile()
725 if (last != NULL && pkg->pkg_ofs == last->tf_ofs) { in scan_tarfile()
729 sz = ofs - pkg->pkg_ofs; in scan_tarfile()
735 sz = ofs - pkg->pkg_ofs; in scan_tarfile()
763 cur->tf_ofs = pkg->pkg_ofs; in scan_tarfile()
[all …]