Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/compat/ndis/
Dsubr_ntoskrnl.c3621 kdpc *dpc; local
3672 dpc = timer->k_dpc;
3678 if (dpc != NULL)
3679 KeInsertQueueDpc(dpc, NULL, NULL);
3884 kdpc dpc; local
3896 KeInitializeDpc(&dpc, NULL, NULL);
3897 KeSetTargetProcessorDpc(&dpc, i);
3898 KeInsertQueueDpc(&dpc, NULL, NULL);
3905 ntoskrnl_insert_dpc(head, dpc) argument
3907 kdpc *dpc;
[all …]
Dsubr_ndis.c1123 ndis_timercall(dpc, timer, sysarg1, sysarg2) in ndis_timercall() argument
1124 kdpc *dpc; in ndis_timercall()
1138 MSCALL4(timer->nmt_timerfunc, dpc, timer->nmt_timerctx,
2217 ndis_intrhand(dpc, intr, sysarg1, sysarg2) in ndis_intrhand() argument
2218 kdpc *dpc; in ndis_intrhand()
Dkern_ndis.c1230 ndis_intrsetup(dpc, dobj, ip, sc) in ndis_intrsetup() argument
1231 kdpc *dpc; in ndis_intrsetup()
/freebsd-10-stable/sys/dev/hptmv/
Dosbsd.h213 int hpt_queue_dpc(HPT_DPC dpc, IAL_ADAPTER_T *pAdapter, void *arg, UCHAR flags);
Dentry.c152 void (*dpc)(IAL_ADAPTER_T *, void *, UCHAR); member
2496 p.dpc(p.pAdapter, p.arg, p.flags); in hpt_worker_thread()
3031 hpt_queue_dpc(HPT_DPC dpc, IAL_ADAPTER_T * pAdapter, void *arg, UCHAR flags) in hpt_queue_dpc() argument
3041 DpcQueue[DpcQueue_Last].dpc = dpc; in hpt_queue_dpc()
/freebsd-10-stable/sys/dev/hptrr/
Dldm.h213 struct tq_item dpc; member
/freebsd-10-stable/sys/dev/nvme/
Dnvme.h596 } __packed dpc; member
/freebsd-10-stable/sys/dev/hpt27xx/
Dldm.h215 struct tq_item dpc; member
/freebsd-10-stable/sys/dev/hptnr/
Dldm.h215 struct tq_item dpc; member
/freebsd-10-stable/contrib/libpcap/
Dscanner.l317 dpc return DPC;
/freebsd-10-stable/sys/dev/qlnx/qlnxe/
Dbcm_osal.h252 #define OSAL_DPC_INIT(dpc, hwfn) nothing argument
/freebsd-10-stable/contrib/top/
DREADME164 David Cutter <dpc@grail.com>
/freebsd-10-stable/contrib/groff/src/preproc/tbl/
Dtable.cpp1199 table::table(int nc, unsigned f, int ls, char dpc) in table() argument
1200 : flags(f), nrows(0), ncolumns(nc), linesize(ls), decimal_point_char(dpc), in table()
/freebsd-10-stable/sys/dev/if_ndis/
Dif_ndis.c1237 ndis_rxeof_xfr(dpc, adapter, sysarg1, sysarg2) in ndis_rxeof_xfr() argument
1238 kdpc *dpc; in ndis_rxeof_xfr()
/freebsd-10-stable/contrib/binutils/opcodes/
DChangeLog-9297276 * d30v-opc.c: (pre_defined_registers): Add dpsw and dpc.
1136 * d10v-opc.c (pre_defined_registers): Add cr[0-15], dpc, dpsw, link.
/freebsd-10-stable/crypto/openssl/
DCHANGES6736 [D P Chang <dpc@qualys.com>]