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 |
||
---|---|---|
.. | ||
aic_pcmcia.c | ||
com_pcmcia.c | ||
devlist2h.awk | ||
esl_pcmcia.c | ||
esl.c | ||
eslvar.h | ||
esp_pcmcia.c | ||
fdc_pcmcia.c | ||
files.pcmcia | ||
if_an_pcmcia.c | ||
if_awi_pcmcia.c | ||
if_cnw.c | ||
if_cnwioctl.h | ||
if_cnwreg.h | ||
if_cs_pcmcia.c | ||
if_ep_pcmcia.c | ||
if_mbe_pcmcia.c | ||
if_ne_pcmcia.c | ||
if_ray.c | ||
if_rayreg.h | ||
if_sm_pcmcia.c | ||
if_tr_pcmcia.c | ||
if_wi_pcmcia.c | ||
if_xi.c | ||
if_xireg.h | ||
isic_pcmcia_avm_fritz.c | ||
isic_pcmcia_elsa_isdnmc.c | ||
isic_pcmcia_elsa_mcall.c | ||
isic_pcmcia_sbspeedstar2.c | ||
isic_pcmcia.c | ||
isic_pcmcia.h | ||
Makefile | ||
Makefile.pcmciadevs | ||
mhzc.c | ||
nca_pcmcia.c | ||
opl_esl.c | ||
pcmcia_cis_quirks.c | ||
pcmcia_cis.c | ||
pcmcia.c | ||
pcmciachip.h | ||
pcmciadevs | ||
pcmciadevs_data.h | ||
pcmciadevs.h | ||
pcmciareg.h | ||
pcmciavar.h | ||
pcmcom.c | ||
wdc_pcmcia.c |