Home
last modified time | relevance | path

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

/security/tomoyo/
A Ddomain.c891 kfree(ee->dump.data); in tomoyo_find_next_domain()
906 struct tomoyo_page_dump *dump) in tomoyo_dump_page() argument
914 if (!dump->data) { in tomoyo_dump_page()
915 dump->data = kzalloc(PAGE_SIZE, GFP_NOFS); in tomoyo_dump_page()
916 if (!dump->data) in tomoyo_dump_page()
935 if (page != dump->page) { in tomoyo_dump_page()
944 dump->page = page; in tomoyo_dump_page()
945 memcpy(dump->data + offset, kaddr + offset, in tomoyo_dump_page()
A 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()
A 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()
A Dcommon.h627 struct tomoyo_page_dump dump; member
939 struct tomoyo_page_dump *dump);

Completed in 19 milliseconds