NetBSD/sys/dev/sbus
lukem 06de426449 SIMPLEQ rototill:
- implement SIMPLEQ_REMOVE(head, elm, type, field).  whilst it's O(n),
  this mirrors the functionality of SLIST_REMOVE() (the other
  singly-linked list type) and FreeBSD's STAILQ_REMOVE()
- remove the unnecessary elm arg from SIMPLEQ_REMOVE_HEAD().
  this mirrors the functionality of SLIST_REMOVE_HEAD() (the other
  singly-linked list type) and FreeBSD's STAILQ_REMOVE_HEAD()
- remove notes about SIMPLEQ not supporting arbitrary element removal
- use SIMPLEQ_FOREACH() instead of home-grown for loops
- use SIMPLEQ_EMPTY() appropriately
- use SIMPLEQ_*() instead of accessing sqh_first,sqh_last,sqe_next directly
- reorder manual page; be consistent about how the types are listed
- other minor cleanups
2002-06-01 23:50:52 +00:00
..
Makefile
be.c bcmp -> memcmp. 2002-05-22 16:03:14 +00:00
bereg.h
bpp.c
bppreg.h
bwtwo_sbus.c
cgsix_sbus.c
cgthree_sbus.c
cs4231_sbus.c
dma_sbus.c
esp_sbus.c
files.sbus
if_en.c
if_hme_sbus.c
if_le.c
if_le_lebuffer.c
if_le_ledma.c
isp_sbus.c
lebuffer.c
lebuffervar.h
magma.c
magmareg.h
mbppio.h
p9100.c
qe.c bcmp -> memcmp. 2002-05-22 16:03:14 +00:00
qec.c
qecreg.h
qecvar.h
qereg.h
sbusvar.h
sio16.c
stp4020.c SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
stp4020reg.h
tcx.c
tcxreg.h
xbox.c
xboxvar.h