Home
last modified time | relevance | path

Searched refs:p (Results 4126 – 4150 of 9049) sorted by relevance

1...<<161162163164165166167168169170>>...362

/openbmc/qemu/bsd-user/
H A Dmain.c531 void *p; in main() local
534 p = mmap((void *)guest_base, reserved_va + 1, PROT_NONE, in main()
537 p = mmap(NULL, reserved_va + 1, PROT_NONE, in main()
540 if (p == MAP_FAILED) { in main()
553 guest_base = (uintptr_t)p; in main()
/openbmc/linux/net/netfilter/ipset/
H A Dip_set_hash_netport.c161 u32 port, port_to, p = 0, ip = 0, ip_to = 0, i = 0; in hash_netport4_uadt() local
241 p = ntohs(h->next.port); in hash_netport4_uadt()
243 p = port; in hash_netport4_uadt()
249 for (; p <= port_to; p++, i++) { in hash_netport4_uadt()
250 e.port = htons(p); in hash_netport4_uadt()
261 p = port; in hash_netport4_uadt()
/openbmc/linux/tools/lib/bpf/
H A Dbpf_core_read.h89 const void *p = (const void *)s + __CORE_RELO(s, field, BYTE_OFFSET); \
98 asm volatile("" : "=r"(p) : "0"(p)); \
101 case 1: val = *(const unsigned char *)p; break; \
102 case 2: val = *(const unsigned short *)p; break; \
103 case 4: val = *(const unsigned int *)p; break; \
104 case 8: val = *(const unsigned long long *)p; break; \
/openbmc/u-boot/common/
H A Dimage.c333 const char __maybe_unused *p; in image_print_contents() local
335 p = IMAGE_INDENT_STRING; in image_print_contents()
336 printf("%sImage Name: %.*s\n", p, IH_NMLEN, image_get_name(hdr)); in image_print_contents()
338 printf("%sCreated: ", p); in image_print_contents()
341 printf("%sImage Type: ", p); in image_print_contents()
343 printf("%sData Size: ", p); in image_print_contents()
345 printf("%sLoad Address: %08x\n", p, image_get_load(hdr)); in image_print_contents()
346 printf("%sEntry Point: %08x\n", p, image_get_ep(hdr)); in image_print_contents()
354 printf("%sContents:\n", p); in image_print_contents()
358 printf("%s Image %d: ", p, i); in image_print_contents()
[all …]
/openbmc/qemu/bsd-user/freebsd/
H A Dstrace.list106 { TARGET_FREEBSD_NR_futimens, "futimens", "%s(%d,%p)", NULL, NULL },
148 { TARGET_FREEBSD_NR_freebsd11_lstat, "freebsd11_lstat", "%s(\"%s\",%p)", NULL, NULL },
169 { TARGET_FREEBSD_NR_munmap, "munmap", "%s(%p,%d)", NULL, NULL },
187 { TARGET_FREEBSD_NR_readlink, "readlink", "%s(\"%s\",%p,%d)", NULL, NULL },
196 { TARGET_FREEBSD_NR_rtprio_thread, "rtprio_thread", "%s(%d, %d, %p)", NULL, NULL },
230 { TARGET_FREEBSD_NR_sigaltstack, "sigaltstack", "%s(%p,%p)", NULL, NULL },
238 { TARGET_FREEBSD_NR_freebsd11_stat, "freebsd11_stat", "%s(\"%s\",%p)", NULL, NULL },
239 { TARGET_FREEBSD_NR_freebsd11_statfs, "freebsd11_statfs", "%s(\"%s\",%p)", NULL, NULL },
263 { TARGET_FREEBSD_NR_utimensat, "utimensat", "%s(%d,%s,%p,%#x)", NULL, NULL },
268 { TARGET_FREEBSD_NR_writev, "writev", "%s(%d,%p,%#x)", NULL, NULL },
/openbmc/openbmc/poky/meta/classes-recipe/
H A Drust-target-config.bbclass130 DATA_LAYOUT[arm-eabi] = "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64"
138 DATA_LAYOUT[armv7-eabi] = "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64"
160 DATA_LAYOUT[x86_64-x32] = "e-m:e-p:32:32-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:6…
167 DATA_LAYOUT[i686] = "e-m:e-p:32:32-f64:32:64-f80:32-n8:16:32-S128"
174 DATA_LAYOUT[i586] = "e-m:e-p:32:32-f64:32:64-f80:32-n8:16:32-S128"
181 DATA_LAYOUT[mips] = "E-m:m-p:32:32-i8:8:32-i16:16:32-i64:64-n32-S64"
188 DATA_LAYOUT[mipsel] = "e-m:m-p:32:32-i8:8:32-i16:16:32-i64:64-n32-S64"
202 DATA_LAYOUT[mips64-n32] = "E-m:e-p:32:32-i8:8:32-i16:16:32-i64:64-n32:64-S128"
216 DATA_LAYOUT[powerpc] = "E-m:e-p:32:32-i64:64-n32"
237 DATA_LAYOUT[riscv32gc] = "e-m:e-p:32:32-i64:64-n32-S128"
[all …]
/openbmc/linux/net/atm/
H A Dcommon.c340 static short p; /* poor man's per-device cache */ in find_ci() local
352 p = *vpi; in find_ci()
353 else if (p >= 1 << vcc->dev->ci_range.vpi_bits) in find_ci()
354 p = 0; in find_ci()
359 old_p = p; in find_ci()
362 if (!check_ci(vcc, p, c)) { in find_ci()
363 *vpi = p; in find_ci()
374 p++; in find_ci()
375 if (p >= 1 << vcc->dev->ci_range.vpi_bits) in find_ci()
376 p = 0; in find_ci()
[all …]
/openbmc/linux/lib/
H A Dkunit_iov_iter.c292 u8 *p = scratch + pr->page * PAGE_SIZE; in iov_kunit_copy_to_bvec() local
295 p[i] = pattern(patt++); in iov_kunit_copy_to_bvec()
568 struct page *p; in iov_kunit_extract_pages_kvec() local
581 p = bpages[ix]; in iov_kunit_extract_pages_kvec()
582 KUNIT_EXPECT_PTR_EQ(test, pagelist[i], p); in iov_kunit_extract_pages_kvec()
646 struct page *p; in iov_kunit_extract_pages_bvec() local
659 p = bpages[ix]; in iov_kunit_extract_pages_bvec()
660 KUNIT_EXPECT_PTR_EQ(test, pagelist[i], p); in iov_kunit_extract_pages_bvec()
728 struct page *p; in iov_kunit_extract_pages_xarray() local
735 p = bpages[ix]; in iov_kunit_extract_pages_xarray()
[all …]
/openbmc/linux/arch/powerpc/crypto/
H A Dpoly1305-p10le_64.S17 # p = 2^130 - 5
19 # a = (r + a) % p
209 # p[0] = a0*r0 + a1*r4*5 + a2*r3*5 + a3*r2*5 + a4*r1*5;
210 # p[1] = a0*r1 + a1*r0 + a2*r4*5 + a3*r3*5 + a4*r2*5;
211 # p[2] = a0*r2 + a1*r1 + a2*r0 + a3*r4*5 + a4*r3*5;
212 # p[3] = a0*r3 + a1*r2 + a2*r1 + a3*r0 + a4*r4*5;
213 # p[4] = a0*r4 + a1*r3 + a2*r2 + a3*r1 + a4*r0 ;
440 # do reduction ( h %= p )
891 # h %=p
916 # h *= r, h %= p
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pam/pam-ssh-agent-auth/
H A D0001-Adapt-to-OpenSSL-1.1.1.patch77 pamsshagentauth_buffer_put_bignum(b, key->p); /* ssh key->q, SSL key->p */
83 + /* To keep within the protocol: p < q for ssh. in SSL p > q */
100 pamsshagentauth_buffer_put_bignum2(b, key->rsa->p);
113 pamsshagentauth_buffer_put_bignum2(b, key->dsa->p);
267 if ((dsa->p = BN_new()) == NULL)
336 BN_cmp(a->dsa->p, b->dsa->p) == 0 &&
442 return BN_num_bits(k->dsa->p);
457 if ((BN_copy(n->dsa->p, k->dsa->p) == NULL) ||
501 if (pamsshagentauth_buffer_get_bignum2_ret(&b, key->dsa->p) == -1 ||
521 pamsshagentauth_buffer_put_bignum2(&b, key->dsa->p);
[all …]
/openbmc/linux/drivers/net/dsa/
H A Dlantiq_gswip.c64 #define GSWIP_MDIO_PHYp(p) (0x15 - (p)) argument
95 #define GSWIP_MII_CFGp(p) (0x2 * (p)) argument
144 #define GSWIP_BM_PCFGp(p) (0x080 + ((p) * 2)) argument
148 #define GSWIP_BM_RMON_CTRLp(p) (0x81 + ((p) * 2)) argument
179 #define GSWIP_PCE_PCTRL_0p(p) (0x480 + ((p) * 0xA)) argument
189 #define GSWIP_PCE_VCTRL(p) (0x485 + ((p) * 0xA)) argument
195 #define GSWIP_PCE_DEFPVID(p) (0x486 + ((p) * 0xA)) argument
198 #define GSWIP_MAC_CTRL_0p(p) (0x903 + ((p) * 0xC)) argument
215 #define GSWIP_MAC_CTRL_2p(p) (0x905 + ((p) * 0xC)) argument
220 #define GSWIP_FDMA_PCTRLp(p) (0xA80 + ((p) * 0x6)) argument
[all …]
/openbmc/linux/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c1169 __be32 *p; in svcauth_gss_legacy_init() local
1190 if (!p) { in svcauth_gss_legacy_init()
1444 unsigned long p = *ppos; in read_gssp() local
1450 if (p >= len) in read_gssp()
1452 len -= p; in read_gssp()
1476 if (!*p) in create_use_gss_proxy_proc_entry()
1583 __be32 *p; in svcauth_gss_decode_credbody() local
1586 if (!p) in svcauth_gss_decode_credbody()
1592 *rpcstart = p - 7; in svcauth_gss_decode_credbody()
1863 __be32 *p; in svcauth_gss_wrap_priv() local
[all …]
/openbmc/linux/arch/sh/include/asm/
H A Dbitops-cas.h5 static inline unsigned __bo_cas(volatile unsigned *p, unsigned old, unsigned new) in __bo_cas() argument
9 : "r"(old), "z"(p) in __bo_cas()
/openbmc/linux/include/linux/
H A Dsuperhyway.h79 #define superhyway_set_drvdata(d,p) dev_set_drvdata(&(d)->dev, (p)) argument
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dtp.h60 struct petp *t1_tp_create(adapter_t *adapter, struct tp_params *p);
72 int t1_tp_reset(struct petp *tp, struct tp_params *p, unsigned int tp_clk);
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Drammcp77.c24 #define mcp77_ram(p) container_of((p), struct mcp77_ram, base) argument
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dbusnv4e.c24 #define nv4e_i2c_bus(p) container_of((p), struct nv4e_i2c_bus, base) argument
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A D18-cve-2014-9913-unzip-buffer-overflow.patch3 Bug: https://sourceforge.net/p/infozip/bugs/27/
20 + * http://sourceforge.net/p/infozip/bugs/27/ CVE-2014-9913.
/openbmc/linux/Documentation/userspace-api/media/rc/
H A Dlirc-get-rec-mode.rst47 .. tabularcolumns:: |p{2.5cm}|p{15.0cm}|
H A Dlirc-get-send-mode.rst49 .. tabularcolumns:: |p{2.5cm}|p{15.0cm}|
/openbmc/openbmc-test-automation/ffdc/templates/
H A Dlog_collector_config_template.yaml17 - redfishtool -u ${username} -p ${password} -r
27 - ipmitool -I lanplus -C 17 -U ${username} -P ${password} -H -p
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/udevil/files/
H A D0002-etc-Makefile.am-Use-systemd_unitdir-instead-of-libdi.patch25 - mkdir -p -- $(DESTDIR)/$(libdir)/systemd/system
27 + mkdir -p -- $(DESTDIR)/$(systemd_unitdir)/system
/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/
H A DTestMetadata.test_cve_check_ignore.fail2 From: =?UTF-8?q?Simone=20Wei=C3=9F?= <simone.p.weiss@posteo.com>
11 Signed-off-by: Simone Weiß <simone.p.weiss@posteo.com>
/openbmc/linux/arch/x86/include/asm/
H A Dpreempt.h44 #define init_task_preempt_count(p) do { } while (0) argument
46 #define init_idle_preempt_count(p, cpu) do { \ argument
/openbmc/linux/arch/arm/kernel/
H A Dfiq.c86 int show_fiq_list(struct seq_file *p, int prec) in show_fiq_list() argument
89 seq_printf(p, "%*s: %s\n", prec, "FIQ", in show_fiq_list()

1...<<161162163164165166167168169170>>...362