/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch | 46 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | bpf_mod_race.c | 48 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 D | mc13xxx-spi.c | 65 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 D | vpu_helpers.h | 34 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 D | blowfish_generic.c | 40 const u32 *P = ctx->p; in bf_encrypt() 72 const u32 *P = ctx->p; in bf_decrypt()
|
/openbmc/linux/include/linux/ |
H A D | time_namespace.h | 55 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 D | reset-prcc.c | 19 #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 D | acr.h | 4 #define nvkm_acr(p) container_of((p), struct nvkm_acr, subdev) argument
|
/openbmc/linux/drivers/perf/hisilicon/ |
H A D | hisi_uncore_pmu.h | 28 #define to_hisi_pmu(p) (container_of(p, struct hisi_pmu, pmu)) argument
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/ |
H A D | uevent.c | 22 #define nvkm_uevent(p) container_of((p), struct nvkm_uevent, object) argument
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | intel_device_info.h | 264 struct drm_printer *p); 267 struct drm_printer *p);
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-ts4800.c | 51 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 D | stacktrace.c | 142 unsigned long *p = arg; in save_wchan() local 143 *p = pc; in save_wchan()
|
/openbmc/linux/drivers/tty/serial/ |
H A D | serial_core.c | 2215 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 D | hmm-tests.c | 746 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 D | jffs2_1pass.c | 899 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 D | dp83640.c | 276 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 D | rtl871x_security.c | 116 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 D | virtio-9p-client.c | 49 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 D | exthdrs.c | 1231 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 D | mptconfig.c | 48 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 D | license_image.bbclass | 188 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 D | etraxfs_dma.c | 710 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 D | qcom-ctrl.c | 399 } __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 D | generic.c | 570 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()
|