06de426449
- 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 |
||
---|---|---|
.. | ||
adv_cardbus.c | ||
ahc_cardbus.c | ||
cardbus_exrom.c | ||
cardbus_exrom.h | ||
cardbus_map.c | ||
cardbus.c | ||
cardbusdevs | ||
cardbusdevs_data.h | ||
cardbusdevs.h | ||
cardbusreg.h | ||
cardbusvar.h | ||
cardslot.c | ||
cardslotvar.h | ||
com_cardbus.c | ||
devlist2h.awk | ||
ehci_cardbus.c | ||
files.cardbus | ||
fwohci_cardbus.c | ||
if_ex_cardbus.c | ||
if_fxp_cardbus.c | ||
if_rtk_cardbus.c | ||
if_tlp_cardbus.c | ||
Makefile.cardbusdevs | ||
ohci_cardbus.c | ||
rbus_ppb.c | ||
rbus.c | ||
rbus.h | ||
usb_cardbus.h |