Home
last modified time | relevance | path

Searched refs:p (Results 8351 – 8375 of 9049) sorted by relevance

1...<<331332333334335336337338339340>>...362

/openbmc/openbmc/poky/meta/files/common-licenses/
H A DLiLiQ-P-1.146 Sauf mention contraire, le concédant distribue le logiciel sans aucune garantie, aux risques et pér…
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/
H A D720240501dca0b4eacc3295665d7ced8719e11d2.patch50 … 3.2 Final//EN\">\n<title>Redirecting...</title>\n<h1>Redirecting...</h1>\n<p>You should be redire…
/openbmc/qemu/docs/system/ppc/
H A Dpowernv.rst143 -device virtio-9p-pci,fsdev=fsdev0,mount_tag=host,bus=pcie.2
/openbmc/qemu/docs/specs/
H A Dvmgenid.rst65 # iasl -p ./SSDT -d /sys/firmware/acpi/tables/SSDT
/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Db43.h731 struct ieee80211_tx_queue_params p; member
/openbmc/linux/fs/orangefs/
H A Dorangefs-debugfs.c276 static void help_stop(struct seq_file *m, void *p) in help_stop() argument
/openbmc/linux/include/uapi/linux/
H A Dpkt_sched.h672 __u32 p; member
/openbmc/linux/drivers/clk/sunxi-ng/
H A Dccu-sun8i-a23.c35 .p = _SUNXI_CCU_DIV_MAX(16, 2, 4),
/openbmc/linux/Documentation/devicetree/bindings/riscv/
H A Dextensions.yaml51 pattern: ^rv(?:64|32)imaf?d?q?c?b?k?j?p?v?h?(?:[hsxz](?:[a-z])+)?(?:_[hsxz](?:[a-z])+)*$
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sriov.h448 struct bnx2x_vf_queue_construct_params *p,
/openbmc/linux/Documentation/networking/
H A Dxfrm_device.rst53 ip x p add src 14.0.0.70 dst 14.0.0.52 offload packet dev eth4 dir in
H A Dtls-offload-layers.svg1 …000/svg"><clipPath id="p.0"><path d="m0 0l960.0 0l0 720.0l-960.0 0l0 -720.0z" clip-rule="nonzero"/…
/openbmc/linux/include/target/iscsi/
H A Discsi_target_core.h916 struct task_struct *p,
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dimage-live.bbclass110 mkdir -p ${ISODIR}/${ISOLINUXDIR}
/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/
H A Dopenssl_3.2.1.bb184 mkdir -p ${D}${SDKPATHNATIVE}/environment-setup.d
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_mtk.c471 static int mtk8250_probe_of(struct platform_device *pdev, struct uart_port *p, in mtk8250_probe_of() argument
/openbmc/openbmc-test-automation/security/
H A Dtest_bmc_network_security.robot242 …${cmd_buf}= Set Variable --delay ${delay} ${target_host} -c ${num} --${packet_type} -p ${http_po…
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_protocol_settings.robot16 ${cmd_prefix} ipmitool -I lanplus -C 17 -p 623 -U ${IPMI_USERNAME} -P ${IPMI_PASSWORD}
/openbmc/linux/include/linux/
H A Dserial_core.h963 int uart_parse_earlycon(char *p, unsigned char *iotype, resource_size_t *addr,
H A Di2c.h152 u8 i2c_smbus_pec(u8 crc, u8 *p, size_t count);
/openbmc/entity-manager/src/
H A Dperform_scan.cpp275 auto [p, ec] = std::from_chars(str.data(), endPtr, index); in recordDiscoveredIdentifiers()
/openbmc/qemu/include/tcg/
H A Dtcg.h587 bool in_code_gen_buffer(const void *p);
/openbmc/linux/arch/x86/kernel/cpu/sgx/
H A Dmain.c395 static int ksgxd(void *p) in ksgxd() argument
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_target.c1775 uint8_t *p; in qlt_build_abts_resp_iocb() local
1818 p = (uint8_t *)&f_ctl; in qlt_build_abts_resp_iocb()
1819 resp->fcp_hdr_le.f_ctl[0] = *p++; in qlt_build_abts_resp_iocb()
1820 resp->fcp_hdr_le.f_ctl[1] = *p++; in qlt_build_abts_resp_iocb()
1821 resp->fcp_hdr_le.f_ctl[2] = *p; in qlt_build_abts_resp_iocb()
1864 uint8_t *p; in qlt_24xx_send_abts_resp() local
1890 p = (uint8_t *)&f_ctl; in qlt_24xx_send_abts_resp()
1891 resp->fcp_hdr_le.f_ctl[0] = *p++; in qlt_24xx_send_abts_resp()
1892 resp->fcp_hdr_le.f_ctl[1] = *p++; in qlt_24xx_send_abts_resp()
1893 resp->fcp_hdr_le.f_ctl[2] = *p; in qlt_24xx_send_abts_resp()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c4028 struct wmi_wmm_params_arg *p = NULL; in ath12k_mac_op_conf_tx() local
4035 p = &arvif->wmm_params.ac_vo; in ath12k_mac_op_conf_tx()
4038 p = &arvif->wmm_params.ac_vi; in ath12k_mac_op_conf_tx()
4041 p = &arvif->wmm_params.ac_be; in ath12k_mac_op_conf_tx()
4044 p = &arvif->wmm_params.ac_bk; in ath12k_mac_op_conf_tx()
4048 if (WARN_ON(!p)) { in ath12k_mac_op_conf_tx()
4053 p->cwmin = params->cw_min; in ath12k_mac_op_conf_tx()
4054 p->cwmax = params->cw_max; in ath12k_mac_op_conf_tx()
4055 p->aifs = params->aifs; in ath12k_mac_op_conf_tx()
4056 p->txop = params->txop; in ath12k_mac_op_conf_tx()

1...<<331332333334335336337338339340>>...362