Searched refs:gzio_stream (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/sys/sys/ |
| HD | gzio.h | 40 struct gzio_stream; 42 struct gzio_stream *gzio_init(gzio_cb cb, enum gzio_mode, size_t, int, void *); 43 int gzio_write(struct gzio_stream *, void *, u_int); 44 int gzio_flush(struct gzio_stream *); 45 void gzio_fini(struct gzio_stream *);
|
| /NextBSD/sys/kern/ |
| HD | kern_gzio.c | 44 struct gzio_stream { struct 57 static int gz_write(struct gzio_stream *, void *, u_int, int); argument 59 struct gzio_stream * 62 struct gzio_stream *s; in gzio_init() 112 gzio_write(struct gzio_stream *s, void *data, u_int len) in gzio_write() 119 gzio_flush(struct gzio_stream *s) in gzio_flush() 126 gzio_fini(struct gzio_stream *s) in gzio_fini() 154 gz_write(struct gzio_stream *s, void *buf, u_int len, int zflag) in gz_write()
|
| HD | imgact_elf.c | 1142 struct gzio_stream *gzs;
|