Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dpkgfs.c117 void *tf_cache; member
149 free(tf->tf_cache); in pkgfs_cleanup()
262 free(tf->tf_cache); in pkg_close()
297 memcpy(p, tf->tf_cache + fp, sz); in pkg_read()
317 tf->tf_cache = malloc(tf->tf_cachesz); in pkg_read()
318 if (tf->tf_cache != NULL) in pkg_read()
319 memcpy(tf->tf_cache, buf, tf->tf_cachesz); in pkg_read()
504 tf->tf_cache = malloc(sz); in cache_data()
505 if (tf->tf_cache == NULL) { in cache_data()
512 return (get_zipped(pkg, tf->tf_cache, sz)); in cache_data()