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

/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Ddumpbind.c62 query_buffer_locks(bindhead * bhp)
92 clear_buffer_locks(bindhead * bhp)
113 set_buffer_locks(bindhead * bhp)
129 bindhead *bhp, *tmp_bhp;
168 if ((bhp = (bindhead *)mmap(0, sizeof (bindhead),
190 if ((tmp_bhp = (bindhead *)mmap(0, bhp->bh_size,
198 (void) munmap((void *)bhp, sizeof (bindhead));
H A Dbindings.h68 } bindhead; typedef in typeref:struct:__anon1739
H A Dbindings.c47 static bindhead *bhp = NULL;
133 bhp = (bindhead *)new_bhp;
246 int init_size = sizeof (bindhead) + BLKSIZE;
254 if ((bhp = (bindhead *)mmap(0, init_size,
270 bhp->bh_end = sizeof (bindhead);
285 if (stbuf.st_size < sizeof (bindhead)) {
290 if ((bhp = (bindhead *)mmap(0, stbuf.st_size,

Completed in 57 milliseconds