freebsd-dev/sys/compat/ndis
Attilio Rao 22db15c06f VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in
conjuction with 'thread' argument passing which is always curthread.
Remove the unuseful extra-argument and pass explicitly curthread to lower
layer functions, when necessary.

KPI results broken by this change, which should affect several ports, so
version bumping and manpage update will be further committed.

Tested by: kris, pho, Diego Sardina <siarodx at gmail dot com>
2008-01-13 14:44:15 +00:00
..
cfg_var.h
hal_var.h
kern_ndis.c Quiesce warnings by initializing irql values to zero. 2007-06-10 04:40:13 +00:00
kern_windrv.c - Move GDT/LDT locking into a seperate spinlock, removing the global 2007-05-20 22:03:57 +00:00
ndis_var.h Correct the nwbx_ies field type in struct ndis_wlan_bssid_ex. 2007-12-02 04:04:42 +00:00
ntoskrnl_var.h Correct the calculation for the number of 100ns intervals since 2007-12-02 08:54:50 +00:00
pe_var.h
resource_var.h
subr_hal.c
subr_ndis.c VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in 2008-01-13 14:44:15 +00:00
subr_ntoskrnl.c Add a new 'why' argument to kdb_enter(), and a set of constants to use 2007-12-25 17:52:02 +00:00
subr_pe.c We have strcasecmp() in libkern now. 2007-04-06 11:18:57 +00:00
subr_usbd.c
usbd_var.h
winx32_wrap.S Forcefully turn off GPROF in this file if it is enabled as GPROF's 2006-06-12 20:35:59 +00:00
winx64_wrap.S