Home
last modified time | relevance | path

Searched refs:dump (Results 1 – 4 of 4) sorted by relevance

/security/tomoyo/
Ddomain.c884 kfree(ee->dump.data); in tomoyo_find_next_domain()
899 struct tomoyo_page_dump *dump) in tomoyo_dump_page() argument
904 if (!dump->data) { in tomoyo_dump_page()
905 dump->data = kzalloc(PAGE_SIZE, GFP_NOFS); in tomoyo_dump_page()
906 if (!dump->data) in tomoyo_dump_page()
923 if (page != dump->page) { in tomoyo_dump_page()
932 dump->page = page; in tomoyo_dump_page()
933 memcpy(dump->data + offset, kaddr + offset, in tomoyo_dump_page()
Daudit.c23 struct tomoyo_page_dump *dump) in tomoyo_print_bprm() argument
46 if (!tomoyo_dump_page(bprm, pos, dump)) in tomoyo_print_bprm()
51 const char *kaddr = dump->data; in tomoyo_print_bprm()
264 bprm_info = tomoyo_print_bprm(r->ee->bprm, &r->ee->dump); in tomoyo_init_log()
Dcondition.c110 struct tomoyo_page_dump *dump = &ee->dump; in tomoyo_scan_bprm() local
130 if (!tomoyo_dump_page(bprm, pos, dump)) { in tomoyo_scan_bprm()
137 const char *kaddr = dump->data; in tomoyo_scan_bprm()
Dcommon.h627 struct tomoyo_page_dump dump; member
939 struct tomoyo_page_dump *dump);