User`s manual

.DIAGFCN
5-85
5
The argument pointer in the diagfcn struct points to the report
buffer. This buffer is 452 bytes long, and has the structure:
MEMSTAT will return a zero from the system call if there were no
errors.
04: .ST_NMLIST (selftest name list)
This function will walk through the selftest directory structure, and
generate a report consisting of test and group names that are
present.
The report contains test group name, as well as the speciÞc test
name. Format of the list is the same as that for the .TESTSTAT diag
syscall.
Each string in the list begins with the separator (unique delimiter
character) that is to be used in the current line. The test group name
comes next, followed by a separator. Next is the test name, followed
by a NULL (\0). For example, #ram#pats<0>.
unsigned int number of valid entries
Entry 1 unsigned int
unsigned int
unsigned int
char[16]
upper address bound
lower address bound
combined test status (P|F|N|B)
test group name (NULL terminated)
Entry 2 unsigned int
unsigned int
unsigned int
char[16]
upper address bound
lower address bound
combined test status (P|F|N|B)
test group name (NULL terminated)
.
.
.
Entry 16 unsigned int
unsigned int
unsigned int
char[16]
upper address bound
lower address bound
combined test status (P|F|N|B)
test group name (NULL terminated)