int kstruct_getinfo(
int type,
char **name,
size_t *size,
int (**read_struct) PROTO((
int,
kaddr,
int)),
int (**write_struct) PROTO((
int,
kaddr,
int)),
int (**compare_struct) PROTO((
kaddr,
kaddr,
int)),
void (**free_struct) PROTO((
kaddr,
int,
int)))
The name, size, read and write structure can be retrieved. Only non-NULL entries will be returned. So only pointers to the desired information need to be passed in.
none
none
$BOOTSTRAP/objects/library/kutils/src/kstruct.c