Home
last modified time | relevance | path

Searched refs:dpc (Results 1 – 15 of 15) sorted by relevance

/freebsd-14.2/sbin/nvmecontrol/
H A Didentify.c98 (nsdata->dpc == 0) ? "Not Supported" : "", in print_namespace()
99 NVMEV(NVME_NS_DATA_DPC_MD_END, nsdata->dpc) != 0 ? "Last Bytes, " : in print_namespace()
101 NVMEV(NVME_NS_DATA_DPC_MD_START, nsdata->dpc) != 0 ? in print_namespace()
103 NVMEV(NVME_NS_DATA_DPC_PIT3, nsdata->dpc) != 0 ? "Type 3, " : "", in print_namespace()
104 NVMEV(NVME_NS_DATA_DPC_PIT2, nsdata->dpc) != 0 ? "Type 2, " : "", in print_namespace()
105 NVMEV(NVME_NS_DATA_DPC_PIT1, nsdata->dpc) != 0 ? "Type 1" : ""); in print_namespace()
/freebsd-14.2/sys/contrib/device-tree/Bindings/display/
H A Dzte,vou.txt21 - compatible: should be "zte,zx296718-dpc"
81 dpc: dpc@0 {
82 compatible = "zte,zx296718-dpc";
/freebsd-14.2/sys/contrib/device-tree/src/arm64/zte/
H A Dzx296718.dtsi494 dpc: dpc@0 { label
495 compatible = "zte,zx296718-dpc";
/freebsd-14.2/sys/dev/hptmv/
H A Dosbsd.h201 int hpt_queue_dpc(HPT_DPC dpc, IAL_ADAPTER_T *pAdapter, void *arg, UCHAR flags);
H A Dentry.c145 void (*dpc)(IAL_ADAPTER_T *, void *, UCHAR); member
2391 p.dpc(p.pAdapter, p.arg, p.flags); in hpt_worker_thread()
2912 hpt_queue_dpc(HPT_DPC dpc, IAL_ADAPTER_T * pAdapter, void *arg, UCHAR flags) in hpt_queue_dpc() argument
2924 DpcQueue[DpcQueue_Last].dpc = dpc; in hpt_queue_dpc()
/freebsd-14.2/sys/contrib/device-tree/src/arm64/freescale/
H A Dfsl-ls1088a-ten64.dts327 label = "dpc";
/freebsd-14.2/sys/dev/hptrr/
H A Dldm.h213 struct tq_item dpc; member
/freebsd-14.2/sys/dev/hptnr/
H A Dldm.h215 struct tq_item dpc; member
/freebsd-14.2/sys/dev/hpt27xx/
H A Dldm.h215 struct tq_item dpc; member
/freebsd-14.2/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h236 #define OSAL_DPC_INIT(dpc, hwfn) nothing argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSystemOperands.td321 def : SysReg<"dpc", 0x7B1>;
/freebsd-14.2/contrib/libpcap/
H A Dscanner.l400 dpc return DPC;
/freebsd-14.2/sys/riscv/include/
H A Dencoding.h1106 DECLARE_CSR(dpc, CSR_DPC)
/freebsd-14.2/sys/dev/nvme/
H A Dnvme.h1392 uint8_t dpc; member
/freebsd-14.2/crypto/openssl/
H A DCHANGES.md15095 *D P Chang <dpc@qualys.com>*