Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dgzipfs.c37 struct z_file struct
46 static int zf_fill(struct z_file *z); argument
65 zf_fill(struct z_file *zf) in zf_fill()
95 get_byte(struct z_file *zf, off_t *curoffp) in get_byte()
115 check_header(struct z_file *zf) in check_header()
168 struct z_file *zf; in zf_open()
213 zf = malloc(sizeof (struct z_file)); in zf_open()
216 bzero(zf, sizeof (struct z_file)); in zf_open()
243 struct z_file *zf = (struct z_file *)f->f_fsdata; in zf_close()
254 struct z_file *zf = (struct z_file *)f->f_fsdata; in zf_read()
[all …]