Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.h330 extern holes_info_t *get_holes_info(int, off_t, boolean_t);
H A Dutils.c321 get_holes_info(int fd, off_t filesz, boolean_t pass_mode) in get_holes_info() function
H A Dcpio.c3096 holes = get_holes_info(Ifile, G_p->g_filesz, B_FALSE); in data_out()
3293 holes = get_holes_info(Ifile, G_p->g_filesz, B_TRUE); in data_pass()