Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cpio/
H A Dutils.c154 get_holes_list(int fd, off_t filesz, size_t *countp) in get_holes_list() argument
160 if (filesz == 0 || fpathconf(fd, _PC_MIN_HOLE_SIZE) < 0) in get_holes_list()
168 while (hole < filesz) { in get_holes_list()
172 data = filesz; in get_holes_list()
180 hole = filesz; in get_holes_list()
182 if (data == 0 && hole == filesz) { in get_holes_list()
321 get_holes_info(int fd, off_t filesz, boolean_t pass_mode) in get_holes_info() argument
328 if ((hl = get_holes_list(fd, filesz, &ninfo)) == NULL) in get_holes_info()
348 (ulong_t)MIN_HOLES_HDRSIZE + len + 1, filesz); in get_holes_info()
368 read_holes_header(const char *str, off_t filesz) in read_holes_header() argument
[all …]
H A Dcpio.c2676 off_t filesz; in data_in() local
2710 filesz = G_p->g_filesz; in data_in()
2714 filesz -= MIN_HOLES_HDRSIZE; in data_in()
2726 rv = read_holesdata(G_p->g_holes, &filesz, in data_in()
2753 filesz, CPIOBSZ, data_in_info); in data_in()
7060 off_t filesz = Gen.g_filesz; in verbose() local
7063 filesz = Gen.g_holes->orig_size; in verbose()
7065 if (filesz < (1LL << 31)) in verbose()
7066 (void) printf("%7lld ", (offset_t)filesz); in verbose()
7068 (void) printf("%11lld ", (offset_t)filesz); in verbose()
/titanic_44/usr/src/cmd/sgs/rtld/common/
H A Dtls.c173 ulong_t filesz = phdr->p_filesz; in tls_assign() local
207 if (filesz) { in tls_assign()
/titanic_44/usr/src/cmd/truss/
H A Dmain.c1710 size_t filesz; in file_to_parent() local
1720 filesz = fsi.st_size; in file_to_parent()
1722 while (c_offset < filesz) { in file_to_parent()
1835 filesz = fsi.st_size; in file_to_parent()
/titanic_44/usr/src/cmd/sgs/liblddbg/common/
H A Dliblddbg.msg1157 @ MSG_TLS_MODENT2 " filesz: %#18llx memsz: %#10llx modid: %lld"