Searched refs:cf_read (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/fs/
H A Ddecompress.c212 cf_read(fileid_t *filep, caddr_t buf, size_t count) function
221 dprintf("cf_read: %s ", filep->fi_path);
259 dprintf("cf_read: returned %lx bytes\n", count - zsp->avail_out);
288 (void) cf_read(filep, seek_scrbuf, readsz);
H A Dhsfs.c90 extern int cf_read(fileid_t *, caddr_t, size_t);
377 if ((j = cf_read(filep, buf, count)) < 0)
H A Dufsops.c48 extern int cf_read(fileid_t *, caddr_t, size_t);
511 if ((j = cf_read(filep, buf, count)) < 0)

Completed in 59 milliseconds