Searched refs:new_p (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/security/keys/trusted-keys/ |
H A D | trusted_core.c | 229 struct trusted_key_payload *new_p; in trusted_update() local 246 new_p = trusted_payload_alloc(key); in trusted_update() 247 if (!new_p) { in trusted_update() 254 ret = datablob_parse(&datablob, new_p); in trusted_update() 257 kfree_sensitive(new_p); in trusted_update() 262 new_p->migratable = p->migratable; in trusted_update() 263 new_p->key_len = p->key_len; in trusted_update() 264 memcpy(new_p->key, p->key, p->key_len); in trusted_update() 266 dump_payload(new_p); in trusted_update() 268 ret = static_call(trusted_key_seal)(new_p, datablob); in trusted_update() [all …]
|
/openbmc/qemu/qga/vss-win32/ |
H A D | vss-common.h | 81 COMPointer &operator=(T *new_p) 84 if (p && p != new_p) { 87 p = new_p;
|
/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/ |
H A D | dma.c | 138 struct page *new_p = NULL; in mt7601u_rx_process_entry() local 147 new_p = dev_alloc_pages(MT_RX_ORDER); in mt7601u_rx_process_entry() 151 new_p ? e->p : NULL, &list); in mt7601u_rx_process_entry() 159 trace_mt_rx_dma_aggr(dev, cnt, !!new_p); in mt7601u_rx_process_entry() 163 if (new_p) { in mt7601u_rx_process_entry() 166 e->p = new_p; in mt7601u_rx_process_entry()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | sys_sparc_64.c | 609 utrap_handler_t, new_p, utrap_handler_t, new_d, in SYSCALL_DEFINE5() argument 615 if (new_p == (utrap_handler_t)(long)UTH_NOCHANGE) { in SYSCALL_DEFINE5() 639 if ((utrap_handler_t)current_thread_info()->utraps[type] != new_p && in SYSCALL_DEFINE5() 665 current_thread_info()->utraps[type] = (long)new_p; in SYSCALL_DEFINE5()
|
H A D | systbls.h | 45 utrap_handler_t new_p,
|
/openbmc/linux/net/netfilter/ |
H A D | nft_set_pipapo.c | 625 long *new_lt = NULL, *new_p, *old_lt = f->lt, *old_p; in pipapo_resize() local 651 new_p = NFT_PIPAPO_LT_ALIGN(new_lt); in pipapo_resize() 656 memcpy(new_p, old_p, copy * sizeof(*new_p)); in pipapo_resize() 657 new_p += copy; in pipapo_resize() 661 new_p += new_bucket_size - f->bsize; in pipapo_resize()
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | standard.py | 1556 upd_p, new_p, del_p = _export_patches(srctree, rd, old_srcrev, 1558 logger.debug('Patches: update %s, new %s, delete %s' % (dict(upd_p), dict(new_p), dict(del_p))) 1657 upd_p, new_p, _ = _export_patches(srctree, rd, update_revs, 1663 logger.debug('Pre-filtering: update: %s, new: %s' % (dict(upd_p), dict(new_p))) 1665 new_p = OrderedDict() 1681 key, val in list(upd_p.items()) + list(new_p.items()))) 1758 for basepath, param in new_p.items():
|
/openbmc/u-boot/common/ |
H A D | cli_hush.c | 2592 struct pipe *new_p; local 2597 new_p=new_pipe(); 2598 ctx->pipe->next = new_p; 2599 ctx->pipe = new_p;
|