Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cpio/
H A Dutils.c153 static holes_list_t *
157 holes_list_t *hlh, *hl, **hlp; in get_holes_list()
186 hl = e_zalloc(E_EXIT, sizeof (holes_list_t)); in get_holes_list()
213 get_compressed_filesz(holes_list_t *hlh) in get_compressed_filesz()
215 holes_list_t *hl; in get_compressed_filesz()
249 store_sparse_string(holes_list_t *hlh, char *str, size_t *szp) in store_sparse_string()
251 holes_list_t *hl; in store_sparse_string()
295 holes_list_t *hl, *nhl; in free_holesdata()
324 holes_list_t *hl; in get_holes_info()
399 holes_list_t *hl, **hlp; in parse_holesdata()
[all …]
H A Dcpio.h320 } holes_list_t; typedef
323 holes_list_t *holes_list; /* linked list of holes_list */
H A Dcpio.c2519 holes_list_t *hl; in data_copy_with_holes()
2908 holes_list_t *hl = holes->holes_list; in read_compress_holes()