Home
last modified time | relevance | path

Searched refs:p (Results 4851 – 4875 of 9049) sorted by relevance

1...<<191192193194195196197198199200>>...362

/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch46 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_mod_race.c48 static void *load_module_thread(void *p) in load_module_thread() argument
55 return p; in load_module_thread()
/openbmc/linux/drivers/mfd/
H A Dmc13xxx-spi.c65 unsigned char *p = val; in mc13xxx_spi_read() local
84 memcpy(p, &r[1], 3); in mc13xxx_spi_read()
/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_helpers.h34 int vpu_helper_kmp_search(u8 *s, int s_len, const u8 *p, int p_len, int *next);
37 const u8 *p, int p_len, int *next);
/openbmc/linux/crypto/
H A Dblowfish_generic.c40 const u32 *P = ctx->p; in bf_encrypt()
72 const u32 *P = ctx->p; in bf_decrypt()
/openbmc/linux/include/linux/
H A Dtime_namespace.h55 void proc_timens_show_offsets(struct task_struct *p, struct seq_file *m);
62 int proc_timens_set_offset(struct file *file, struct task_struct *p,
/openbmc/linux/drivers/clk/ux500/
H A Dreset-prcc.c19 #define to_u8500_prcc_reset(p) container_of((p), struct u8500_prcc_reset, rcdev) argument
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dacr.h4 #define nvkm_acr(p) container_of((p), struct nvkm_acr, subdev) argument
/openbmc/linux/drivers/perf/hisilicon/
H A Dhisi_uncore_pmu.h28 #define to_hisi_pmu(p) (container_of(p, struct hisi_pmu, pmu)) argument
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Duevent.c22 #define nvkm_uevent(p) container_of((p), struct nvkm_uevent, object) argument
/openbmc/linux/drivers/gpu/drm/i915/
H A Dintel_device_info.h264 struct drm_printer *p);
267 struct drm_printer *p);
/openbmc/linux/drivers/irqchip/
H A Dirq-ts4800.c51 static void ts4800_irq_print_chip(struct irq_data *d, struct seq_file *p) in ts4800_irq_print_chip() argument
55 seq_printf(p, "%s", dev_name(&data->pdev->dev)); in ts4800_irq_print_chip()
/openbmc/linux/arch/riscv/kernel/
H A Dstacktrace.c142 unsigned long *p = arg; in save_wchan() local
143 *p = pc; in save_wchan()
/openbmc/linux/drivers/tty/serial/
H A Dserial_core.c2215 p += 5; in uart_parse_earlycon()
2218 p += 7; in uart_parse_earlycon()
2221 p += 7; in uart_parse_earlycon()
2224 p += 9; in uart_parse_earlycon()
2228 p += 13; in uart_parse_earlycon()
2231 p += 3; in uart_parse_earlycon()
2243 p = strchr(p, ','); in uart_parse_earlycon()
2244 if (p) in uart_parse_earlycon()
2245 p++; in uart_parse_earlycon()
2247 *options = p; in uart_parse_earlycon()
[all …]
/openbmc/linux/tools/testing/selftests/mm/
H A Dhmm-tests.c746 char *p, *q; in file_read_ulong() local
770 if (!p) in file_read_ulong()
772 p += strlen(tag); in file_read_ulong()
774 p = buf; in file_read_ulong()
1155 unsigned char *p; in TEST_F() local
1176 p = buffer->ptr; in TEST_F()
1227 buffer->ptr = p; in TEST_F()
1229 buffer->ptr = p; in TEST_F()
1472 unsigned char *p; in TEST_F() local
1494 p = buffer->ptr; in TEST_F()
[all …]
/openbmc/u-boot/fs/jffs2/
H A Djffs2_1pass.c899 char s[64], *p; in dump_stat() local
906 if ((p = strchr(s,'\n')) != NULL) *p = '\0'; in dump_stat()
907 if ((p = strchr(s,'\r')) != NULL) *p = '\0'; in dump_stat()
1239 u8 *p = (u8 *)ptr; in sum_get_unaligned32() local
1241 val = *p | (*(p + 1) << 8) | (*(p + 2) << 16) | (*(p + 3) << 24); in sum_get_unaligned32()
1249 u8 *p = (u8 *)ptr; in sum_get_unaligned16() local
1251 val = *p | (*(p + 1) << 8); in sum_get_unaligned16()
/openbmc/linux/drivers/net/phy/
H A Ddp83640.c276 sec = p->sec_lo; in phy2rxts()
277 sec |= p->sec_hi << 16; in phy2rxts()
279 rxts->ns = p->ns_lo; in phy2rxts()
280 rxts->ns |= (p->ns_hi & 0x3fff) << 16; in phy2rxts()
282 rxts->seqid = p->seqid; in phy2rxts()
284 rxts->hash = p->msgtype & 0x0fff; in phy2rxts()
288 static u64 phy2txts(struct phy_txts *p) in phy2txts() argument
293 sec = p->sec_lo; in phy2txts()
294 sec |= p->sec_hi << 16; in phy2txts()
296 ns = p->ns_lo; in phy2txts()
[all …]
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_security.c116 u8 *p = (u8 *)&c, *p1; in crc32_init() local
127 p1[0] = crc32_reverseBit(p[3]); in crc32_init()
128 p1[1] = crc32_reverseBit(p[2]); in crc32_init()
129 p1[2] = crc32_reverseBit(p[1]); in crc32_init()
130 p1[3] = crc32_reverseBit(p[0]); in crc32_init()
137 u8 *p; in getcrc32() local
143 for (p = buf; len > 0; ++p, --len) in getcrc32()
245 static u32 secmicgetuint32(u8 *p) in secmicgetuint32() argument
252 res |= ((u32)(*p++)) << (8 * i); in secmicgetuint32()
256 static void secmicputuint32(u8 *p, u32 val) in secmicputuint32() argument
[all …]
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-9p-client.c49 char *tmp, *p; in split() local
52 for (p = strtok(tmp, delim); p != NULL; p = strtok(NULL, delim)) { in split()
53 if (strlen(p) > 0) { in split()
62 for (p = strtok(tmp, delim); p != NULL; p = strtok(NULL, delim)) { in split()
63 if (strlen(p) > 0) { in split()
64 (*out)[i++] = g_strdup(p); in split()
/openbmc/linux/net/ipv6/
H A Dexthdrs.c1231 int newtype, char **p) in ipv6_renew_option() argument
1239 memcpy(*p, src, ipv6_optlen(src)); in ipv6_renew_option()
1240 *dest = (struct ipv6_opt_hdr *)*p; in ipv6_renew_option()
1241 *p += CMSG_ALIGN(ipv6_optlen(*dest)); in ipv6_renew_option()
1269 char *p; in ipv6_renew_options() local
1297 p = (char *)(opt2 + 1); in ipv6_renew_options()
1301 newopt, newtype, &p); in ipv6_renew_options()
1304 newopt, newtype, &p); in ipv6_renew_options()
1308 newopt, newtype, &p); in ipv6_renew_options()
1311 newopt, newtype, &p); in ipv6_renew_options()
/openbmc/qemu/hw/scsi/
H A Dmptconfig.c48 const char *p; in vfill() local
51 p = fmt; in vfill()
52 while (*p) { in vfill()
54 switch (*p) { in vfill()
56 p++; in vfill()
70 switch (*p++) { in vfill()
97 int cnt = atoi(p); in vfill()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dlicense_image.bbclass188 p = os.path.join(walkroot, f)
189 os.lchown(p, 0, 0)
190 if not os.path.islink(p):
191 os.chmod(p, stat.S_IRUSR | stat.S_IWUSR | stat.S_IRGRP | stat.S_IROTH)
193 p = os.path.join(walkroot, dir)
194 os.lchown(p, 0, 0)
195 … os.chmod(p, stat.S_IRWXU | stat.S_IRGRP | stat.S_IXGRP | stat.S_IROTH | stat.S_IXOTH)
/openbmc/qemu/hw/dma/
H A Detraxfs_dma.c710 int p = 0; in etraxfs_dmac_run() local
719 p += channel_in_run(ctrl, i); in etraxfs_dmac_run()
721 p += channel_out_run(ctrl, i); in etraxfs_dmac_run()
725 return p; in etraxfs_dmac_run()
756 int p = 1; in DMA_run() local
759 p = etraxfs_dmac_run(etraxfs_dmac); in DMA_run()
761 if (p) in DMA_run()
/openbmc/linux/drivers/slimbus/
H A Dqcom-ctrl.c399 } __packed p; in qcom_set_laddr() local
405 p.manf_id = cpu_to_be16(ead->manf_id); in qcom_set_laddr()
406 p.prod_code = cpu_to_be16(ead->prod_code); in qcom_set_laddr()
407 p.dev_index = ead->dev_index; in qcom_set_laddr()
408 p.instance = ead->instance; in qcom_set_laddr()
409 p.laddr = laddr; in qcom_set_laddr()
411 msg.wbuf = (void *)&p; in qcom_set_laddr()
/openbmc/linux/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c570 unsigned int *p = (unsigned int *)frs; in get_fixed_ranges() local
575 rdmsr(MSR_MTRRfix64K_00000, p[0], p[1]); in get_fixed_ranges()
578 rdmsr(MSR_MTRRfix16K_80000 + i, p[2 + i * 2], p[3 + i * 2]); in get_fixed_ranges()
580 rdmsr(MSR_MTRRfix4K_C0000 + i, p[6 + i * 2], p[7 + i * 2]); in get_fixed_ranges()

1...<<191192193194195196197198199200>>...362