Home
last modified time | relevance | path

Searched refs:function (Results 1 – 7 of 7) sorted by relevance

/security/
DKconfig.hardening9 anything passed by reference to another function, under the
10 occasionally misguided assumption that the function will do
26 prompt "Initialize kernel stack variables at function entry"
32 function entry time. This has the possibility to have the
35 on the function calling complexity of a given workload's
40 initialized before use in a function.
127 the function calling complexity.
/security/tomoyo/
Dmemory.c17 void tomoyo_warn_oom(const char *function) in tomoyo_warn_oom() argument
24 pr_warn("ERROR: Out of memory at %s.\n", function); in tomoyo_warn_oom()
Dcommon.h1067 void tomoyo_warn_oom(const char *function);
/security/smack/
Dsmack_access.c317 ad->smack_audit_data->function, in smack_log_callback()
359 if (sad->function == NULL) in smack_log()
360 sad->function = "unknown"; in smack_log()
Dsmack.h278 const char *function; member
457 a->a.smack_audit_data->function = func; in smk_ad_init()
/security/apparmor/
DKconfig57 function entry preconditions but also exist at other key
/security/selinux/
Dhooks.c1325 #error New address family defined, please update this function. in socket_type_to_security_class()