cr_isaddr(3) Library Functions Manual cr_isaddr(3)
NAME
cr_isaddr - validate whether physical page number was dumped
SYNOPSIS
DESCRIPTION
The checks to see if the specified page number, pagenum, is present in the open crash dump represented by crash_cb. It sets the Boolean to
which avail points to indicate the presence (1) or absence (0) of the page.
RETURN VALUE
Returns zero for success. Other possible return values are described in libcrash(5).
EXAMPLES
Assuming a process opened a crash dump, the following call to cr_isaddr(3) tests for the availability of page 256:
AUTHOR
was developed by HP.
SEE ALSO
cr_open(3), cr_read(3), libcrash(5).
cr_isaddr(3)