Home
last modified time | relevance | path

Searched refs:p (Results 4476 – 4500 of 9049) sorted by relevance

1...<<171172173174175176177178179180>>...362

/openbmc/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_psi.c109 return be16_to_cpu(p->bitfield) & mask; in vidtv_psi_get_pat_program_pid()
941 program = p; in vidtv_psi_pat_program_assign()
943 if (p == pat->program) in vidtv_psi_pat_program_assign()
952 pat->program = p; in vidtv_psi_pat_program_assign()
957 p = NULL; in vidtv_psi_pat_program_assign()
1028 while (p) { in vidtv_psi_pat_write_into()
1030 psi_args.from = p; in vidtv_psi_pat_write_into()
1032 psi_args.len = sizeof(*p) - in vidtv_psi_pat_write_into()
1039 p = p->next; in vidtv_psi_pat_write_into()
1055 vidtv_psi_pat_program_destroy(p->program); in vidtv_psi_pat_table_destroy()
[all …]
/openbmc/linux/mm/
H A Dmm_init.c241 if (!p) in cmdline_parse_core()
245 coremem = simple_strtoull(p, &endptr, 0); in cmdline_parse_core()
252 coremem = memparse(p, &p); in cmdline_parse_core()
268 static int __init cmdline_parse_kernelcore(char *p) in cmdline_parse_kernelcore() argument
271 if (parse_option_str(p, "mirror")) { in cmdline_parse_kernelcore()
1525 struct per_cpu_nodestat *p; in free_area_init_core_hotplug() local
1528 memset(p, 0, sizeof(*p)); in free_area_init_core_hotplug()
2343 struct page *p = page; in init_cma_reserved_pageblock() local
2346 __ClearPageReserved(p); in init_cma_reserved_pageblock()
2347 set_page_count(p, 0); in init_cma_reserved_pageblock()
[all …]
/openbmc/qemu/tests/qtest/
H A Dlibqtest.c1510 const QListEntry *p; in qtest_get_machines() local
1539 for (p = qlist_first(list), idx = 0; p; p = qlist_next(p), idx++) { in qtest_get_machines()
1540 minfo = qobject_to(QDict, qlist_entry_obj(p)); in qtest_get_machines()
1573 const QListEntry *p; in qtest_get_cpu_models() local
1594 for (p = qlist_first(list), idx = 0; p; p = qlist_next(p), idx++) { in qtest_get_cpu_models()
1595 minfo = qobject_to(QDict, qlist_entry_obj(p)); in qtest_get_cpu_models()
1707 const QListEntry *p; in qtest_has_device() local
1732 for (p = qlist_first(list), idx = 0; p; p = qlist_next(p), idx++) { in qtest_has_device()
1733 devinfo = qobject_to(QDict, qlist_entry_obj(p)); in qtest_has_device()
/openbmc/linux/drivers/gpio/
H A Dgpiolib.c457 unsigned long *p; in gpiochip_allocate_mask() local
460 if (!p) in gpiochip_allocate_mask()
466 return p; in gpiochip_allocate_mask()
471 bitmap_free(*p); in gpiochip_free_mask()
472 *p = NULL; in gpiochip_free_mask()
3923 for (p = &table->table[0]; p->key; p++) { in gpiod_find()
3931 if (p->con_id && (!con_id || strcmp(p->con_id, con_id))) in gpiod_find()
3942 p->key); in gpiod_find()
3957 p->key); in gpiod_find()
3988 for (p = &table->table[0]; p->key; p++) { in platform_gpio_count()
[all …]
/openbmc/linux/drivers/net/ethernet/sun/
H A Dcassini.c1918 char *p; in cas_rx_process_pkt() local
1936 p = skb->data; in cas_rx_process_pkt()
1954 p += hlen; in cas_rx_process_pkt()
2064 p += hlen; in cas_rx_process_pkt()
3151 if (readb(p) != 0x55 || readb(p + 1) != 0xaa) in cas_get_vpd_info()
3162 base = p + (readb(p + i + 8) | in cas_get_vpd_info()
3181 p = kstart; in cas_get_vpd_info()
3187 p += 3; in cas_get_vpd_info()
3284 p += klen; in cas_get_vpd_info()
4332 u8 *p; in cas_read_regs() local
[all …]
/openbmc/rest-dbus/resources/
H A Djquery.min.js2p=/-([\da-z])/gi,q=function(a,b){return b.toUpperCase()};m.fn=m.prototype={jquery:l,constructor:m,…
4p,q,r=m._data(a);if(r){c.handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=m.guid++),(g=r.ev…
5p=a.style,q=a.nodeType&&U(a),r=m._data(a,"fxshow");c.queue||(h=m._queueHooks(a,"fx"),null==h.unque…
/openbmc/qemu/tcg/
H A Dtcg.c264 *p = v; in tcg_patch8()
284 *p = v; in tcg_patch16()
307 *p = v; in tcg_patch32()
330 *p = v; in tcg_patch64()
818 TCGPool *p; in tcg_malloc_internal() local
830 if (!p) { in tcg_malloc_internal()
847 p = p->next; in tcg_malloc_internal()
853 s->pool_end = p->data + p->size; in tcg_malloc_internal()
860 for (p = s->pool_first_large; p; p = t) { in tcg_pool_reset()
862 g_free(p); in tcg_pool_reset()
[all …]
/openbmc/qemu/
H A Dqemu-io-cmds.c164 char *p; in breakline() local
168 if (!*p) { in breakline()
173 rval[c - 1] = p; in breakline()
364 p -= MISALIGN_OFFSET; in qemu_io_free()
370 qemu_vfree(p); in qemu_io_free()
427 for (char *p = buf + pattern_len; p < end; p += pattern_len) { in qemu_io_alloc_from_file() local
428 memcpy(p, buf, MIN(pattern_len, end - p)); in qemu_io_alloc_from_file()
449 const uint8_t *p; in dump_buffer() local
452 const uint8_t *s = p; in dump_buffer()
502 void *p; in create_iovec() local
[all …]
/openbmc/linux/crypto/
H A Dmd5.c178 char *p = (char *)mctx->block + offset; in md5_final() local
181 *p++ = 0x80; in md5_final()
183 memset(p, 0x00, padding + sizeof (u64)); in md5_final()
185 p = (char *)mctx->block; in md5_final()
189 memset(p, 0, padding); in md5_final()
/openbmc/linux/Documentation/bpf/
H A Ddrgn.rst51 % sudo bpf_inspect.py p | grep test_pkt_access
78 usage: bpf_inspect.py [-h] {prog,p,map,m} ...
89 {prog,p,map,m}
90 prog (p) list BPF programs
122 % sudo bpf_inspect.py p
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dfsmc_nand.c343 uint8_t *p = buf; in fsmc_read_page_hwecc() local
355 for (i = 0, s = 0; s < eccsteps; s++, i += eccbytes, p += eccsize) { in fsmc_read_page_hwecc()
359 chip->read_buf(mtd, p, eccsize); in fsmc_read_page_hwecc()
379 chip->ecc.calculate(mtd, p, &ecc_calc[i]); in fsmc_read_page_hwecc()
381 stat = chip->ecc.correct(mtd, p, &ecc_code[i], in fsmc_read_page_hwecc()
/openbmc/linux/drivers/net/ppp/
H A Dppp_mppe.c120 #define MPPE_BITS(p) ((p)[4] & 0xf0) argument
121 #define MPPE_CCOUNT(p) ((((p)[4] & 0x0f) << 8) + (p)[5]) argument
/openbmc/openbmc/poky/meta/lib/oeqa/core/utils/
H A Dconcurrencytest.py187 self.p = parent
189 self.p.write(data.decode("utf-8"))
335 return [p for p in partitions if p]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dreproducible.py192 with multiprocessing.Pool(processes=int(self.bb_number_threads or 0)) as p:
198 … async_result.append(p.apply_async(compare_file, (reference_path, test_path, diffutils_sysroot)))
211 {'reference': p.reference, 'test': p.test} for p in packages]
/openbmc/linux/drivers/media/dvb-frontends/
H A Dnxt6000.c469 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in nxt6000_set_frontend() local
478 result = nxt6000_set_bandwidth(state, p->bandwidth_hz); in nxt6000_set_frontend()
482 result = nxt6000_set_guard_interval(state, p->guard_interval); in nxt6000_set_frontend()
486 result = nxt6000_set_transmission_mode(state, p->transmission_mode); in nxt6000_set_frontend()
490 result = nxt6000_set_inversion(state, p->inversion); in nxt6000_set_frontend()
/openbmc/linux/drivers/media/tuners/
H A Dfc0011.c165 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in fc0011_set_params() local
169 u32 freq = p->frequency / 1000; in fc0011_set_params()
170 u32 bandwidth = p->bandwidth_hz / 1000; in fc0011_set_params()
433 priv->frequency = p->frequency; in fc0011_set_params()
434 priv->bandwidth = p->bandwidth_hz; in fc0011_set_params()
/openbmc/linux/fs/adfs/
H A Dsuper.c132 char *p; in parse_options() local
138 while ((p = strsep(&options, ",")) != NULL) { in parse_options()
141 if (!*p) in parse_options()
144 token = match_token(p, tokens, args); in parse_options()
178 p); in parse_options()
/openbmc/linux/drivers/acpi/
H A Dpfr_telemetry.c247 void __user *p; in pfrt_log_ioctl() local
250 p = (void __user *)arg; in pfrt_log_ioctl()
254 if (copy_from_user(&info, p, sizeof(info))) in pfrt_log_ioctl()
280 if (copy_to_user(p, &info, sizeof(info))) in pfrt_log_ioctl()
290 if (copy_to_user(p, &data_info, sizeof(struct pfrt_log_data_info))) in pfrt_log_ioctl()
/openbmc/linux/drivers/md/
H A Ddm-switch.c158 sector_t p; in switch_get_path_nr() local
160 p = offset; in switch_get_path_nr()
162 p >>= sctx->region_size_bits; in switch_get_path_nr()
164 sector_div(p, sctx->region_size); in switch_get_path_nr()
166 path_nr = switch_region_table_read(sctx, p); in switch_get_path_nr()
/openbmc/linux/arch/sparc/mm/
H A Diommu.c206 unsigned long vaddr, p; in __sbus_iommu_map_page() local
209 for (p = vaddr & PAGE_MASK; p < vaddr + len; p += PAGE_SIZE) in __sbus_iommu_map_page()
210 flush_page_for_dma(p); in __sbus_iommu_map_page()
/openbmc/linux/drivers/ata/pata_parport/
H A Dbpck.c384 int i, j, k, p, v, f, om, od; in bpck_read_eeprom() local
397 p = 0x100; in bpck_read_eeprom()
399 f = (((i + 0x180) & p) != 0) * 2; in bpck_read_eeprom()
403 p = (p >> 1); in bpck_read_eeprom()
/openbmc/linux/arch/xtensa/kernel/
H A Dtraps.c323 const u8 *p; in check_div0() local
329 p = buf; in check_div0()
331 p = (const u8 *)regs->pc + 2; in check_div0()
334 return memcmp(p, pattern, sizeof(pattern)) == 0 || in check_div0()
335 memcmp(p + 1, pattern, sizeof(pattern)) == 0; in check_div0()
/openbmc/linux/arch/x86/kernel/
H A Dhead64.c181 unsigned long load_delta, *p; in __startup_64() local
214 p = pgd + pgd_index(__START_KERNEL_map); in __startup_64()
216 *p = (unsigned long)level4_kernel_pgt; in __startup_64()
218 *p = (unsigned long)level3_kernel_pgt; in __startup_64()
219 *p += _PAGE_TABLE_NOENC - __START_KERNEL_map + load_delta; in __startup_64()
/openbmc/linux/tools/perf/util/
H A Dexpr.c505 char *tmp_id, *p; in expr__has_event() local
512 p = strchr(tmp_id, '@'); in expr__has_event()
513 *p = '/'; in expr__has_event()
514 p = strrchr(tmp_id, '@'); in expr__has_event()
515 *p = '/'; in expr__has_event()
/openbmc/linux/kernel/trace/
H A Dftrace.c317 for (p = list; *p != &ftrace_list_end; p = &(*p)->next) in remove_ftrace_ops()
318 if (*p == ops) in remove_ftrace_ops()
321 if (*p != ops) in remove_ftrace_ops()
324 *p = (*p)->next; in remove_ftrace_ops()
3448 if (!p) in t_probe_start()
3451 if (!p) in t_probe_start()
3523 if (!p) in t_mod_start()
3526 if (!p) { in t_mod_start()
3682 if (!p) in t_start()
3686 if (!p) in t_start()
[all …]

1...<<171172173174175176177178179180>>...362