Searched refs:bh_size (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dbindings.h60 unsigned int bh_size; member in struct:__anon1739
H A Dbindings.c121 if ((new_bhp = mmap(0, bhp->bh_size, PROT_READ | PROT_WRITE,
134 current_map_len = bhp->bh_size;
148 if (ftruncate(fd, bhp->bh_size + BLKSIZE) == -1) {
154 bhp->bh_size += BLKSIZE;
163 while (bhp->bh_end + STRBLKSIZE > bhp->bh_size)
202 while ((sizeof (binding_entry) + bhp->bh_end) > bhp->bh_size)
269 current_map_len = bhp->bh_size = init_size;
321 if (bhp->bh_size != current_map_len)
403 if (bhp->bh_size != current_map_len) {
H A Ddumpbind.c190 if ((tmp_bhp = (bindhead *)mmap(0, bhp->bh_size,

Completed in 75 milliseconds