Home
last modified time | relevance | path

Searched refs:p (Results 4401 – 4425 of 9049) sorted by relevance

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

/openbmc/linux/crypto/asymmetric_keys/
H A Drestrict.c30 struct asymmetric_key_id *p = &cakey.id; in ca_keys_setup() local
39 ret = __asymmetric_key_hex_to_key_id(str + 3, p, hexlen); in ca_keys_setup()
43 ca_keyid = p; /* owner key 'id:xxxxxx' */ in ca_keys_setup()
/openbmc/linux/sound/soc/mediatek/mt8183/
H A Dmt8183-dai-pcm.c186 struct snd_soc_dapm_widget *p = snd_soc_dai_get_widget_playback(dai); in mtk_dai_pcm_hw_params() local
198 p->active, c->active); in mtk_dai_pcm_hw_params()
200 if (p->active || c->active) in mtk_dai_pcm_hw_params()
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot_mrp.c19 struct ocelot_port *p) in ocelot_mrp_find_partner_port() argument
26 if (!ocelot_port || p == ocelot_port) in ocelot_mrp_find_partner_port()
29 if (ocelot_port->mrp_ring_id == p->mrp_ring_id) in ocelot_mrp_find_partner_port()
/openbmc/linux/arch/powerpc/platforms/ps3/
H A Dgelic_udbg.c194 u16 *p; in gelic_sendbuf() local
205 p = (u16 *)h_ip; in gelic_sendbuf()
207 sum += *p++; in gelic_sendbuf()
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_lpc18xx.c70 static void lpc18xx_uart_serial_out(struct uart_port *p, int offset, int value) in lpc18xx_uart_serial_out() argument
80 offset = offset << p->regshift; in lpc18xx_uart_serial_out()
81 writel(value, p->membase + offset); in lpc18xx_uart_serial_out()
/openbmc/linux/drivers/ata/
H A Dpata_cmd640.c71 struct ata_timing p; in cmd640_set_piomode() local
72 ata_timing_compute(pair, pair->pio_mode, &p, T, 1); in cmd640_set_piomode()
73 ata_timing_merge(&p, &t, &t, ATA_TIMING_SETUP); in cmd640_set_piomode()
/openbmc/linux/arch/parisc/kernel/
H A Dkgdb.c179 char *p = inbuf + 1; in kgdb_arch_handle_exception() local
188 if (kgdb_hex2long(&p, &addr)) in kgdb_arch_handle_exception()
196 if (kgdb_hex2long(&p, &addr)) { in kgdb_arch_handle_exception()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fftw/
H A Dfftw_3.3.10.bb32 mkdir -p ${B}
40 mkdir -p ${B}
48 mkdir -p ${B}
/openbmc/openbmc/poky/meta/recipes-devtools/rsync/files/
H A Dmakefile-no-rebuild.patch27 - @if test -f configure.sh; then cp -p configure.sh configure.sh.old; else touch configure.sh.old; …
28 - @if test -f config.h.in; then cp -p config.h.in config.h.in.old; else touch config.h.in.old; fi
63 - @if test -f Makefile; then cp -p Makefile Makefile.old; else touch Makefile.old; fi
/openbmc/linux/fs/smb/server/
H A Dksmbd_netlink.h181 char *p = sc->____payload; in ksmbd_share_config_path() local
184 p += sc->veto_list_sz + 1; in ksmbd_share_config_path()
186 return p; in ksmbd_share_config_path()
/openbmc/phosphor-fan-presence/docs/control/
H A Ddebug.md36 `-p`:
49 fanctl query_dump -s objects -n sensors/temperature -p Value
56 fanctl query_dump -s objects -p Functional | grep -B 1 false
/openbmc/pldm/host-bmc/
H A Dutils.cpp96 fs::path p = in addObjectPathEntityAssociations()
100 std::string entity_path = p.string(); in addObjectPathEntityAssociations()
126 addObjectPathEntityAssociations(entityAssoc, ev[i], p, in addObjectPathEntityAssociations()
/openbmc/qemu/util/
H A Derror-report.c382 const char *p = strrchr(argv0, '/'); in error_init() local
385 g_set_prgname(p ? p + 1 : argv0); in error_init()
/openbmc/linux/lib/
H A Dgeneric-radix-tree.c140 struct genradix_node **p = in __genradix_ptr_alloc() local
144 n = READ_ONCE(*p); in __genradix_ptr_alloc()
152 if (!(n = cmpxchg_release(p, NULL, new_node))) in __genradix_ptr_alloc()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dbuffer.rst160 .. tabularcolumns:: |p{2.9cm}|p{2.4cm}|p{12.0cm}|
315 .. tabularcolumns:: |p{3.5cm}|p{3.5cm}|p{10.3cm}|
387 .. tabularcolumns:: |p{7.8cm}|p{0.6cm}|p{8.9cm}|
452 .. tabularcolumns:: |p{6.5cm}|p{1.8cm}|p{9.0cm}|
677 .. tabularcolumns:: |p{5.0cm}|p{0.8cm}|p{11.5cm}|
706 .. tabularcolumns:: |p{7.0cm}|p{2.1cm}|p{8.4cm}|
749 .. tabularcolumns:: |p{1.4cm}|p{2.8cm}|p{13.1cm}|
812 .. tabularcolumns:: |p{6.6cm}|p{1.4cm}|p{9.3cm}|
/openbmc/linux/tools/perf/
H A Dbuiltin-script.c3272 p++; in read_script_info()
3273 if (strlen(p) && *p == '!') in read_script_info()
3276 p = skip_spaces(p); in read_script_info()
3277 if (strlen(p) && p[strlen(p) - 1] == '\n') in read_script_info()
3278 p[strlen(p) - 1] = '\0'; in read_script_info()
3437 p = strstr(p, "-e"); in check_ev_match()
3438 if (!p) in check_ev_match()
3441 p += 2; in check_ev_match()
3442 p = skip_spaces(p); in check_ev_match()
3595 char *p; in has_required_arg() local
[all …]
/openbmc/linux/drivers/net/fddi/skfp/
H A Dpmf.c37 static int port_to_mib(struct s_smc *smc, int p);
495 char *p ; in smt_authorize() local
500 p = (char *) &smc->mib.fddiPRPMFStation ; in smt_authorize()
501 for (i = 0 ; i < 8 && !p[i] ; i++) in smt_authorize()
511 p = (char *) smc->mib.fddiPRPMFPasswd ; in smt_authorize()
512 for (i = 0 ; i < 8 && !p[i] ; i++) in smt_authorize()
1124 mib_p = &smc->mib.p[port_to_mib(smc,port)] ; in smt_set_para()
1536 static int port_to_mib(struct s_smc *smc, int p) in port_to_mib() argument
1541 return p; in port_to_mib()
1545 return p; in port_to_mib()
[all …]
/openbmc/linux/drivers/net/ethernet/xilinx/
H A Dll_temac_main.c448 struct sockaddr *addr = p; in temac_set_mac_address()
746 static void ptr_to_txbd(void *p, struct cdmac_bd *bd) in ptr_to_txbd() argument
748 bd->app3 = (u32)(((u64)p) >> 32); in ptr_to_txbd()
749 bd->app4 = (u32)((u64)p & 0xFFFFFFFF); in ptr_to_txbd()
759 static void ptr_to_txbd(void *p, struct cdmac_bd *bd) in ptr_to_txbd() argument
761 bd->app4 = (u32)p; in ptr_to_txbd()
1390 __be32 *p; in temac_probe() local
1472 p = (__be32 *)of_get_property(temac_np, "xlnx,txcsum", NULL); in temac_probe()
1473 if (p && be32_to_cpu(*p)) in temac_probe()
1475 p = (__be32 *)of_get_property(temac_np, "xlnx,rxcsum", NULL); in temac_probe()
[all …]
/openbmc/linux/arch/arm/mm/
H A Dmmu.c141 static int __init early_cachepolicy(char *p) in early_cachepolicy() argument
182 char *p = "buffered"; in early_nocache() local
184 early_cachepolicy(p); in early_nocache()
191 char *p = "uncached"; in early_nowrite() local
193 early_cachepolicy(p); in early_nowrite()
199 static int __init early_ecc(char *p) in early_ecc() argument
201 if (memcmp(p, "on", 2) == 0) in early_ecc()
203 else if (memcmp(p, "off", 3) == 0) in early_ecc()
212 static int __init early_cachepolicy(char *p) in early_cachepolicy() argument
784 pmd_t *p = pmd; in __map_init_section() local
[all …]
/openbmc/linux/drivers/clk/qcom/
H A Dclk-rcg2.c211 struct clk_hw *p; in _freq_tbl_determine_rate() local
234 p = clk_hw_get_parent_by_index(hw, index); in _freq_tbl_determine_rate()
235 if (!p) in _freq_tbl_determine_rate()
254 rate = clk_hw_get_rate(p); in _freq_tbl_determine_rate()
256 req->best_parent_hw = p; in _freq_tbl_determine_rate()
650 struct clk_hw *p; in clk_byte_determine_rate() local
706 struct clk_hw *p; in clk_byte2_determine_rate() local
712 p = req->best_parent_hw; in clk_byte2_determine_rate()
1220 struct clk_hw *p; in clk_rcg2_dfs_populate_freq() local
1239 p = clk_hw_get_parent_by_index(&rcg->clkr.hw, i); in clk_rcg2_dfs_populate_freq()
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/
H A D0002-musl-does-not-provide-printf-h.patch120 + const char *p = fmt;
123 + if (*p < '1' || *p > '9')
126 + val = 10*val + (*p++ - '0');
127 + } while (*p >= '0' && *p <= '9');
129 + if (*p != '$')
132 + return p+1;
220 + S('s') = E(PTR), S('S') = E(PTR), S('p') = E(UIPTR),S('n') = E(PTR),
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0002-add-fallback-parse_printf_format-implementation.patch105 + const char *p = fmt;
108 + if (*p < '1' || *p > '9')
111 + val = 10*val + (*p++ - '0');
112 + } while (*p >= '0' && *p <= '9');
114 + if (*p != '$')
117 + return p+1;
205 + S('s') = E(PTR), S('S') = E(PTR), S('p') = E(UIPTR),S('n') = E(PTR),
/openbmc/linux/net/rxrpc/
H A Daf_rxrpc.c295 struct rxrpc_call_params p; in rxrpc_kernel_begin_call() local
313 memset(&p, 0, sizeof(p)); in rxrpc_kernel_begin_call()
314 p.user_call_ID = user_call_ID; in rxrpc_kernel_begin_call()
315 p.tx_total_len = tx_total_len; in rxrpc_kernel_begin_call()
316 p.interruptibility = interruptibility; in rxrpc_kernel_begin_call()
317 p.kernel = true; in rxrpc_kernel_begin_call()
318 p.timeouts.hard = hard_timeout; in rxrpc_kernel_begin_call()
327 call = rxrpc_new_client_call(rx, &cp, srx, &p, gfp, debug_id); in rxrpc_kernel_begin_call()
/openbmc/linux/drivers/clk/st/
H A Dclkgen-fsyn.c647 signed long input, unsigned long output, uint64_t *p, in clk_fs660c32_get_pe() argument
656 *p = (uint64_t)input * P20 - (32LL + (uint64_t)m) * val * (P20 / 32LL); in clk_fs660c32_get_pe()
658 *p = div64_u64(*p, val); in clk_fs660c32_get_pe()
660 if (*p > 32767LL) in clk_fs660c32_get_pe()
664 fs_tmp.pe = (unsigned long)*p; in clk_fs660c32_get_pe()
674 fs->pe = (unsigned long)*p; in clk_fs660c32_get_pe()
690 uint64_t p, p1, p2; /* pe value */ in clk_fs660c32_dig_get_params() local
710 input, output, &p, fs); in clk_fs660c32_dig_get_params()
/openbmc/linux/arch/arm64/include/asm/
H A Dkvm_host.h90 phys_addr_t *p, in push_hyp_memcache() argument
93 *p = mc->head; in push_hyp_memcache()
94 mc->head = to_pa(p); in push_hyp_memcache()
101 phys_addr_t *p = to_va(mc->head); in pop_hyp_memcache() local
106 mc->head = *p; in pop_hyp_memcache()
109 return p; in pop_hyp_memcache()
119 phys_addr_t *p = alloc_fn(arg); in __topup_hyp_memcache() local
121 if (!p) in __topup_hyp_memcache()
123 push_hyp_memcache(mc, p, to_pa); in __topup_hyp_memcache()

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