freebsd-nq/sys/compat/ndis
Bill Paul 2adbfd5436 KeAcquireSpinLockRaiseToDpc() and KeReleaseSpinLock() are (at least
for now) exactly the same as KfAcquireSpinLock() and KfReleaseSpinLock().
I implemented the former as small routines in subr_ntoskrnl.c that just
turned around and invoked the latter. But I don't really need the wrapper
routines: I can just create an entries in the ntoskrnl func table that
map KeAcquireSpinLockRaiseToDpc() and KeReleaseSpinLock() to
KfAcquireSpinLock() and KfReleaseSpinLock() directly. This means
the stubs can go away.
2005-02-16 18:18:30 +00:00
..
cfg_var.h Start each of the license/copyright comments with /*- 2005-01-05 22:34:37 +00:00
hal_var.h Add support for Windows/x86-64 binaries to Project Evil. 2005-02-16 05:41:18 +00:00
kern_ndis.c Add support for Windows/x86-64 binaries to Project Evil. 2005-02-16 05:41:18 +00:00
kern_windrv.c Add support for Windows/x86-64 binaries to Project Evil. 2005-02-16 05:41:18 +00:00
ndis_var.h Add support for Windows/x86-64 binaries to Project Evil. 2005-02-16 05:41:18 +00:00
ntoskrnl_var.h KeAcquireSpinLockRaiseToDpc() and KeReleaseSpinLock() are (at least 2005-02-16 18:18:30 +00:00
pe_var.h Add support for Windows/x86-64 binaries to Project Evil. 2005-02-16 05:41:18 +00:00
resource_var.h Add support for Windows/x86-64 binaries to Project Evil. 2005-02-16 05:41:18 +00:00
subr_hal.c Add support for Windows/x86-64 binaries to Project Evil. 2005-02-16 05:41:18 +00:00
subr_ndis.c Add support for Windows/x86-64 binaries to Project Evil. 2005-02-16 05:41:18 +00:00
subr_ntoskrnl.c KeAcquireSpinLockRaiseToDpc() and KeReleaseSpinLock() are (at least 2005-02-16 18:18:30 +00:00
subr_pe.c Add support for Windows/x86-64 binaries to Project Evil. 2005-02-16 05:41:18 +00:00
winx64_wrap.S Add support for Windows/x86-64 binaries to Project Evil. 2005-02-16 05:41:18 +00:00