Home
last modified time | relevance | path

Searched refs:annotation (Results 1 – 2 of 2) sorted by relevance

/arch/alpha/kernel/
Derr_common.c31 mchk_dump_mem(void *data, size_t length, char **annotation) in mchk_dump_mem() argument
37 if (annotation && !annotation[i]) in mchk_dump_mem()
38 annotation = NULL; in mchk_dump_mem()
42 annotation ? annotation[i] : ""); in mchk_dump_mem()
222 char **annotation = NULL; in el_annotate_subpacket() local
231 annotation = a->annotation; in el_annotate_subpacket()
237 mchk_dump_mem(header, header->length, annotation); in el_annotate_subpacket()
Derr_impl.h22 char **annotation; member