Home
last modified time | relevance | path

Searched refs:new_p (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/security/keys/
Dtrusted.c1017 struct trusted_key_payload *new_p; in trusted_update() local
1035 new_p = trusted_payload_alloc(key); in trusted_update()
1036 if (!new_p) { in trusted_update()
1043 ret = datablob_parse(datablob, new_p, new_o); in trusted_update()
1046 kfree(new_p); in trusted_update()
1050 new_p->migratable = p->migratable; in trusted_update()
1051 new_p->key_len = p->key_len; in trusted_update()
1052 memcpy(new_p->key, p->key, p->key_len); in trusted_update()
1054 dump_payload(new_p); in trusted_update()
1056 ret = key_seal(new_p, new_o); in trusted_update()
[all …]
/linux-3.4.99/arch/sparc/kernel/
Dsystbls.h25 utrap_handler_t new_p,
Dsys_sparc_64.c662 utrap_handler_t, new_p, utrap_handler_t, new_d, in SYSCALL_DEFINE5() argument
668 if (new_p == (utrap_handler_t)(long)UTH_NOCHANGE) { in SYSCALL_DEFINE5()
691 if ((utrap_handler_t)current_thread_info()->utraps[type] != new_p && in SYSCALL_DEFINE5()
716 current_thread_info()->utraps[type] = (long)new_p; in SYSCALL_DEFINE5()