Home
last modified time | relevance | path

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

/linux-4.1.27/security/keys/
Dtrusted.c988 struct trusted_key_payload *new_p; in trusted_update() local
1010 new_p = trusted_payload_alloc(key); in trusted_update()
1011 if (!new_p) { in trusted_update()
1018 ret = datablob_parse(datablob, new_p, new_o); in trusted_update()
1021 kfree(new_p); in trusted_update()
1025 new_p->migratable = p->migratable; in trusted_update()
1026 new_p->key_len = p->key_len; in trusted_update()
1027 memcpy(new_p->key, p->key, p->key_len); in trusted_update()
1029 dump_payload(new_p); in trusted_update()
1031 ret = key_seal(new_p, new_o); in trusted_update()
[all …]
/linux-4.1.27/arch/sparc/kernel/
Dsys_sparc_64.c549 utrap_handler_t, new_p, utrap_handler_t, new_d, in SYSCALL_DEFINE5() argument
555 if (new_p == (utrap_handler_t)(long)UTH_NOCHANGE) { in SYSCALL_DEFINE5()
578 if ((utrap_handler_t)current_thread_info()->utraps[type] != new_p && in SYSCALL_DEFINE5()
603 current_thread_info()->utraps[type] = (long)new_p; in SYSCALL_DEFINE5()
Dsystbls.h44 utrap_handler_t new_p,