Searched refs:holes_info_t (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/cpio/ |
H A D | utils.c | 293 free_holesdata(holes_info_t *hi) in free_holesdata() 320 holes_info_t * 323 holes_info_t *hi; in get_holes_info() 331 hi = e_zalloc(E_EXIT, sizeof (holes_info_t)); in get_holes_info() 367 holes_info_t * 370 holes_info_t *hi; in read_holes_header() 373 hi = e_zalloc(E_EXIT, sizeof (holes_info_t)); in read_holes_header() 397 parse_holesdata(holes_info_t *hi, const char *str) in parse_holesdata() 451 free_holes_info(holes_info_t *hi) in free_holes_info()
|
H A D | cpio.h | 328 } holes_info_t; typedef 330 extern holes_info_t *get_holes_info(int, off_t, boolean_t); 331 extern holes_info_t *read_holes_header(const char *, off_t); 332 extern int parse_holesdata(holes_info_t *, const char *); 333 extern void free_holes_info(holes_info_t *);
|
H A D | cpio.c | 270 holes_info_t *g_holes; /* sparse file information */ 2509 size_t blocksize, data_in_t *data_in_info, holes_info_t *holes) in data_copy_with_holes() 2618 read_holesdata(holes_info_t *holes, off_t *fileszp, in read_holesdata() 2895 holes_info_t *holes, int *hole_changed) in read_compress_holes() 2976 holes_info_t *holes = NULL; in data_out() 3250 holes_info_t *holes = NULL; in data_pass()
|