Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/nvmecontrol/
H A Didentify.c89 (nsdata->dpc == 0) ? "Not Supported" : "", in print_namespace()
90 ((nsdata->dpc >> NVME_NS_DATA_DPC_MD_END_SHIFT) & in print_namespace()
92 ((nsdata->dpc >> NVME_NS_DATA_DPC_MD_START_SHIFT) & in print_namespace()
94 ((nsdata->dpc >> NVME_NS_DATA_DPC_PIT3_SHIFT) & in print_namespace()
96 ((nsdata->dpc >> NVME_NS_DATA_DPC_PIT2_SHIFT) & in print_namespace()
98 ((nsdata->dpc >> NVME_NS_DATA_DPC_PIT1_SHIFT) & in print_namespace()
/freebsd-13.1/sys/compat/ndis/
H A Dsubr_ntoskrnl.c3615 kdpc *dpc; local
3878 kdpc dpc; local
3901 kdpc *dpc;
3909 if (d == dpc)
3924 kdpc *dpc;
3941 kdpc *dpc;
3988 kdpc *dpc;
4007 if (dpc->k_dpclistentry.nle_flink == &dpc->k_dpclistentry) {
4023 kdpc *dpc;
4076 kdpc *dpc;
[all …]
H A Dsubr_ndis.c1128 ndis_timercall(dpc, timer, sysarg1, sysarg2) in ndis_timercall() argument
1129 kdpc *dpc; in ndis_timercall()
1143 MSCALL4(timer->nmt_timerfunc, dpc, timer->nmt_timerctx,
2222 ndis_intrhand(dpc, intr, sysarg1, sysarg2) in ndis_intrhand() argument
2223 kdpc *dpc; in ndis_intrhand()
H A Dkern_ndis.c1235 ndis_intrsetup(dpc, dobj, ip, sc) in ndis_intrsetup() argument
1236 kdpc *dpc; in ndis_intrsetup()
/freebsd-13.1/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-13.1/sys/contrib/device-tree/src/arm64/zte/
H A Dzx296718.dtsi494 dpc: dpc@0 { label
495 compatible = "zte,zx296718-dpc";
/freebsd-13.1/sys/dev/hptmv/
H A Dosbsd.h205 int hpt_queue_dpc(HPT_DPC dpc, IAL_ADAPTER_T *pAdapter, void *arg, UCHAR flags);
H A Dentry.c149 void (*dpc)(IAL_ADAPTER_T *, void *, UCHAR); member
2399 p.dpc(p.pAdapter, p.arg, p.flags); in hpt_worker_thread()
2920 hpt_queue_dpc(HPT_DPC dpc, IAL_ADAPTER_T * pAdapter, void *arg, UCHAR flags) in hpt_queue_dpc() argument
2932 DpcQueue[DpcQueue_Last].dpc = dpc; in hpt_queue_dpc()
/freebsd-13.1/sys/dev/hptrr/
H A Dldm.h215 struct tq_item dpc; member
/freebsd-13.1/sys/dev/hpt27xx/
H A Dldm.h217 struct tq_item dpc; member
/freebsd-13.1/sys/dev/hptnr/
H A Dldm.h217 struct tq_item dpc; member
/freebsd-13.1/contrib/libpcap/
H A Dscanner.l379 dpc return DPC;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSystemOperands.td374 def : SysReg<"dpc", 0x7B1>;
/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h248 #define OSAL_DPC_INIT(dpc, hwfn) nothing argument
/freebsd-13.1/sys/riscv/include/
H A Dencoding.h1107 DECLARE_CSR(dpc, CSR_DPC)
/freebsd-13.1/sys/dev/if_ndis/
H A Dif_ndis.c1262 ndis_rxeof_xfr(dpc, adapter, sysarg1, sysarg2) in ndis_rxeof_xfr() argument
1263 kdpc *dpc; in ndis_rxeof_xfr()
/freebsd-13.1/sys/dev/nvme/
H A Dnvme.h1213 uint8_t dpc; member
/freebsd-13.1/crypto/openssl/
H A DCHANGES9585 [D P Chang <dpc@qualys.com>]