Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dgzipfs.c47 static int zf_open(const char *path, struct open_file *f);
55 .fo_open = zf_open,
164 zf_open(const char *fname, struct open_file *f) in zf_open() function