Lines Matching defs:contents
54 [LOCKDOWN_DEVICE_TREE] = "modifying device tree contents",
2968 * @contents: trust if security_kernel_post_read_file() will be called
2975 bool contents)
2977 return call_int_hook(kernel_read_file, file, id, contents);
2984 * @buf: file contents
2985 * @size: size of file contents
3004 * @contents: true if security_kernel_post_load_data() will be called
3010 int security_kernel_load_data(enum kernel_load_data_id id, bool contents)
3012 return call_int_hook(kernel_load_data, id, contents);
5562 * device, its actual contents are not initialized at this stage and can change