Home
last modified time | relevance | path

Searched refs:syncctx (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sys/compat/ndis/
H A Dsubr_ndis.c2544 NdisMSynchronizeWithInterrupt(intr, syncfunc, syncctx) in NdisMSynchronizeWithInterrupt() argument
2547 void *syncctx;
2549 return (KeSynchronizeExecution(intr->ni_introbj, syncfunc, syncctx));
H A Dsubr_ntoskrnl.c1289 KeSynchronizeExecution(iobj, syncfunc, syncctx) argument
1292 void *syncctx;
1297 MSCALL1(syncfunc, syncctx);