Home
last modified time | relevance | path

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

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