freebsd-dev/sys/compat/ndis
John Baldwin 932151064a - Add a new linker_file_foreach() function that walks the list of linker
file objects calling a user-specified predicate function on each object.
  The iteration terminates either when the entire list has been iterated
  over or the predicate function returns a non-zero value.
  linker_file_foreach() returns the value returned by the last invocation
  of the predicate function.  It also accepts a void * context pointer that
  is passed to the predicate function as well.  Using an iterator function
  avoids exposing linker internals to the rest of the kernel making locking
  simpler.
- Use linker_file_foreach() instead of walking the list of linker files
  manually to lookup ndis files in ndis(4).
- Use linker_file_foreach() to implement linker_hwpmc_list_objects().
2006-06-20 20:37:17 +00:00
..
cfg_var.h
hal_var.h
kern_ndis.c Tests with my dual Opteron system have shown that it's possible 2005-11-02 18:01:04 +00:00
kern_windrv.c Tests with my dual Opteron system have shown that it's possible 2005-11-02 18:01:04 +00:00
ndis_var.h Change the definition for EXT_NDIS to EXT_NET_DRV. Since the latest 2005-11-07 16:57:14 +00:00
ntoskrnl_var.h The latest version of the Intel 2200BG/2915ABG driver (9.0.0.3-9) from 2005-11-06 19:38:34 +00:00
pe_var.h Clean up and apply the fix for PR 83477. The calculation for locating 2005-10-26 18:46:27 +00:00
resource_var.h
subr_hal.c Since DELAY() was moved, most <machine/clock.h> #includes have been 2006-05-16 14:37:58 +00:00
subr_ndis.c - Add a new linker_file_foreach() function that walks the list of linker 2006-06-20 20:37:17 +00:00
subr_ntoskrnl.c Since DELAY() was moved, most <machine/clock.h> #includes have been 2006-05-16 14:37:58 +00:00
subr_pe.c Clean up and apply the fix for PR 83477. The calculation for locating 2005-10-26 18:46:27 +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