Home
last modified time | relevance | path

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

/freebsd/sbin/nvmecontrol/
H A Didentify.c97 (nsdata->dpc == 0) ? "Not Supported" : "", in print_namespace()
98 NVMEV(NVME_NS_DATA_DPC_MD_END, nsdata->dpc) != 0 ? "Last Bytes, " : in print_namespace()
100 NVMEV(NVME_NS_DATA_DPC_MD_START, nsdata->dpc) != 0 ? in print_namespace()
102 NVMEV(NVME_NS_DATA_DPC_PIT3, nsdata->dpc) != 0 ? "Type 3, " : "", in print_namespace()
103 NVMEV(NVME_NS_DATA_DPC_PIT2, nsdata->dpc) != 0 ? "Type 2, " : "", in print_namespace()
104 NVMEV(NVME_NS_DATA_DPC_PIT1, nsdata->dpc) != 0 ? "Type 1" : ""); in print_namespace()
/freebsd/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/sys/contrib/device-tree/src/arm64/zte/
H A Dzx296718.dtsi494 dpc: dpc@0 { label
495 compatible = "zte,zx296718-dpc";
/freebsd/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.c144 void (*dpc)(IAL_ADAPTER_T *, void *, UCHAR); member
155 MTX_SYSINIT(hpmtv_dpc_lock, &DpcQueue_Lock, "hptmv dpc", MTX_DEF);
2390 p.dpc(p.pAdapter, p.arg, p.flags); in hpt_worker_thread()
2911 hpt_queue_dpc(HPT_DPC dpc, IAL_ADAPTER_T * pAdapter, void *arg, UCHAR flags) in hpt_queue_dpc() argument
2923 DpcQueue[DpcQueue_Last].dpc = dpc; in hpt_queue_dpc()
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dfsl-ls1088a-ten64.dts327 label = "dpc";
/freebsd/sys/dev/hptrr/
H A Dldm.h213 struct tq_item dpc; member
/freebsd/sys/dev/hpt27xx/
H A Dldm.h215 struct tq_item dpc; member
/freebsd/sys/dev/hptnr/
H A Dldm.h215 struct tq_item dpc; member
/freebsd/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h218 #define OSAL_DPC_INIT(dpc, hwfn) nothing argument
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSystemOperands.td332 def : SysReg<"dpc", 0x7B1>;
/freebsd/contrib/libpcap/
H A Dscanner.l400 dpc return DPC;
/freebsd/sys/riscv/include/
H A Dencoding.h1106 DECLARE_CSR(dpc, CSR_DPC)
/freebsd/sys/dev/nvme/
H A Dnvme.h1424 uint8_t dpc; member
/freebsd/crypto/openssl/
H A DCHANGES.md15095 *D P Chang <dpc@qualys.com>*