/openbmc/qemu/hw/pci-bridge/ |
H A D | xio3130_upstream.c | 59 PCIEPort *p = PCIE_PORT(d); in xio3130_upstream_realize() local 82 p->port, errp); in xio3130_upstream_realize()
|
/openbmc/linux/fs/autofs/ |
H A D | waitq.c | 353 char *p = dentry_path_raw(dentry, name, NAME_MAX); in autofs_wait() local 354 if (IS_ERR(p)) { in autofs_wait() 358 qstr.name = ++p; // skip the leading slash in autofs_wait() 359 qstr.len = strlen(p); in autofs_wait() 360 offset = p - name; in autofs_wait()
|
H A D | inode.c | 136 char *p; in parse_options() local 154 while ((p = strsep(&options, ",")) != NULL) { in parse_options() 157 if (!*p) in parse_options() 160 token = match_token(p, tokens, args); in parse_options()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_huc.c | 632 void intel_huc_load_status(struct intel_huc *huc, struct drm_printer *p) in intel_huc_load_status() argument 638 drm_printf(p, "HuC not supported\n"); in intel_huc_load_status() 643 drm_printf(p, "HuC disabled\n"); in intel_huc_load_status() 647 intel_uc_fw_dump(&huc->fw, p); in intel_huc_load_status() 650 drm_printf(p, "HuC status: 0x%08x\n", in intel_huc_load_status()
|
/openbmc/linux/security/ |
H A D | lsm_audit.c | 316 char *p = NULL; in dump_common_audit_data() local 353 p = &addr->name->sun_path[0]; in dump_common_audit_data() 355 if (*p) in dump_common_audit_data() 356 audit_log_untrustedstring(ab, p); in dump_common_audit_data() 358 audit_log_n_hex(ab, p, len); in dump_common_audit_data()
|
/openbmc/linux/sound/hda/ |
H A D | hdac_sysfs.c | 323 struct kobject **p; in widget_tree_free() local 329 for (p = tree->nodes; *p; p++) in widget_tree_free() 330 free_widget_node(*p, &widget_node_group); in widget_tree_free()
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | gdb-kernel-debugging.rst | 123 (gdb) p $lx_current().pid 125 (gdb) p $lx_current().comm 130 (gdb) p $lx_per_cpu("runqueues").nr_running 132 (gdb) p $lx_per_cpu("runqueues", 2).nr_running 138 (gdb) p *$container_of($next, "struct hrtimer", "node")
|
/openbmc/linux/Documentation/arch/arm/ |
H A D | tcm.rst | 140 printk("TCM variable from testrun: %u @ %p\n", tcmvar, &tcmvar); 142 printk("TCM variable: 0x%x @ %p\n", tcmvar, &tcmvar); 144 printk("TCM assigned variable: 0x%x @ %p\n", tcmassigned, &tcmassigned); 146 printk("TCM constant: 0x%x @ %p\n", tcmconst, &tcmconst); 151 printk("TCM Allocated 20 bytes of TCM @ %p\n", tcmem);
|
/openbmc/linux/net/netfilter/ipset/ |
H A D | ip_set_hash_ipport.c | 119 u32 ip, ip_to = 0, p = 0, port, port_to, i = 0; in hash_ipport4_uadt() local 190 p = retried && ip == ntohl(h->next.ip) ? ntohs(h->next.port) in hash_ipport4_uadt() 192 for (; p <= port_to; p++, i++) { in hash_ipport4_uadt() 194 e.port = htons(p); in hash_ipport4_uadt()
|
H A D | ip_set_hash_ipportip.c | 115 u32 ip, ip_to = 0, p = 0, port, port_to, i = 0; in hash_ipportip4_uadt() local 186 p = retried && ip == ntohl(h->next.ip) ? ntohs(h->next.port) in hash_ipportip4_uadt() 188 for (; p <= port_to; p++, i++) { in hash_ipportip4_uadt() 190 e.port = htons(p); in hash_ipportip4_uadt()
|
/openbmc/linux/arch/s390/lib/ |
H A D | test_unwind.c | 33 char *p; in print_backtrace() local 36 p = strsep(&bt, "\n"); in print_backtrace() 37 if (!p) in print_backtrace() 39 kunit_err(current_test, "%s\n", p); in print_backtrace() 219 static int kprobe_pre_handler(struct kprobe *p, struct pt_regs *regs) in kprobe_pre_handler() argument
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxbf_gige/ |
H A D | mlxbf_gige_main.c | 92 struct mlxbf_gige_stats *p; in mlxbf_gige_cache_stats() local 95 p = &priv->stats; in mlxbf_gige_cache_stats() 96 p->rx_din_dropped_pkts += readq(priv->base + in mlxbf_gige_cache_stats() 98 p->rx_filter_passed_pkts += readq(priv->base + in mlxbf_gige_cache_stats() 100 p->rx_filter_discard_pkts += readq(priv->base + in mlxbf_gige_cache_stats()
|
/openbmc/qemu/semihosting/ |
H A D | arm-compat-semi.c | 501 char *p; in do_common_semihosting() local 521 p = lock_user(VERIFY_WRITE, arg0, len, 0); in do_common_semihosting() 522 if (!p) { in do_common_semihosting() 526 memcpy(p, s, len); in do_common_semihosting() 527 unlock_user(p, arg0, len); in do_common_semihosting()
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | setox.S | 128 | p = R + R*R*(A1 + R*(A2 + R*(A3 + R*(A4 + R*A5)))) 137 | p = [ R + R*S*(A2 + S*A4) ] + 141 | Step 5. Compute 2^(J/64)*exp(R) = 2^(J/64)*(1+p) by 142 | ans := T + ( T*p + t) 727 |--Compute 2^(J/64)*p 740 faddx (%a1),%fp0 | ...T+(p+(t+OnebySc)) 748 fadds 12(%a1),%fp0 | ...p+t 749 faddx (%a1),%fp0 | ...T+(p+t) 750 faddx ONEBYSC(%a6),%fp0 | ...OnebySc + (T+(p+t)) 755 fadds (%a1),%fp0 | ...fp0 is p+t [all …]
|
/openbmc/linux/kernel/rcu/ |
H A D | srcutree.c | 81 #define spin_lock_rcu_node(p) \ argument 83 spin_lock(&ACCESS_PRIVATE(p, lock)); \ 87 #define spin_unlock_rcu_node(p) spin_unlock(&ACCESS_PRIVATE(p, lock)) argument 89 #define spin_lock_irq_rcu_node(p) \ argument 91 spin_lock_irq(&ACCESS_PRIVATE(p, lock)); \ 95 #define spin_unlock_irq_rcu_node(p) \ argument 96 spin_unlock_irq(&ACCESS_PRIVATE(p, lock)) 98 #define spin_lock_irqsave_rcu_node(p, flags) \ argument 100 spin_lock_irqsave(&ACCESS_PRIVATE(p, lock), flags); \ 104 #define spin_trylock_irqsave_rcu_node(p, flags) \ argument [all …]
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
H A D | fs_tracepoint.h | 45 parse_fs_hdrs(p, match_criteria_enable, mouter, mmisc, minner, vouter,\ 48 const char *parse_fs_hdrs(struct trace_seq *p, 58 parse_fs_dst(p, (const struct mlx5_flow_destination *)dst, counter_id) 60 const char *parse_fs_dst(struct trace_seq *p,
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/ |
H A D | 0001-Remove-python-venv.patch | 68 …sys.__plen:]; del sys.path[sys.__plen:]; p=getattr(sys,'__egginsert',0); sys.path[p:p]=new; sys.__…
|
/openbmc/u-boot/drivers/serial/ |
H A D | serial-uclass.c | 37 const char *str, *p, *name; in serial_check_stdout() local 48 p = strchr(str, ':'); in serial_check_stdout() 50 p ? p - str : strlen(str)); in serial_check_stdout()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | desc.h | 30 desc->p = info->seg_not_present ^ 1; in fill_ldt() 84 gate->bits.p = 1; in pack_gate() 172 desc->p = 1; in set_tssldt_descriptor() 417 data->bits.p = 1; in init_idt_data()
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | zl10036.c | 296 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in zl10036_set_params() local 299 u32 frequency = p->frequency; in zl10036_set_params() 315 fbw = (27 * p->symbol_rate) / 32; in zl10036_set_params() 342 ret = zl10036_set_frequency(state, p->frequency); in zl10036_set_params()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | mmap.c | 163 void *p; in test_mmap() local 165 p = mmap(NULL, map_sz, flags, MAP_SHARED, data_map_fd, 0); in test_mmap() 166 if (CHECK_FAIL(p == MAP_FAILED)) in test_mmap() 168 err = munmap(p, map_sz); in test_mmap()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | module-plts.c | 44 u64 p, q; in plt_entries_equal() local 55 p = ALIGN_DOWN((u64)a, SZ_4K); in plt_entries_equal() 62 if (a->adrp == b->adrp && p == q) in plt_entries_equal() 65 return (p + aarch64_insn_adrp_get_offset(le32_to_cpu(a->adrp))) == in plt_entries_equal()
|
/openbmc/linux/kernel/time/ |
H A D | namespace.c | 365 void proc_timens_show_offsets(struct task_struct *p, struct seq_file *m) in proc_timens_show_offsets() argument 370 ns = timens_for_children_get(p); in proc_timens_show_offsets() 380 int proc_timens_set_offset(struct file *file, struct task_struct *p, in proc_timens_set_offset() argument 388 ns = timens_for_children_get(p); in proc_timens_set_offset()
|
/openbmc/linux/tools/testing/selftests/ftrace/test.d/ |
H A D | functions | 145 p=${i%:program} 148 if [ $p != $i ]; then 149 if ! which $p ; then 150 echo "Required program $p is not found."
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | xdp_synproxy.c | 399 char *p = ports; in main() local 403 while (p && *p != '\0') { in main() 404 char *token = strsep(&p, ","); in main()
|