NetBSD/sys/dev/acpi
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
..
acpica
acpi_acad.c
acpi_bat.c Prototype ACPI Control Method Battery driver. 2002-03-24 03:46:10 +00:00
acpi_button.c Don't define ACPI_BUT_DEBUG here. 2002-03-10 19:55:01 +00:00
acpi_ec.c
acpi_ecreg.h
acpi_lid.c
acpi_osd.h
acpi_resource.c SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
acpi.c Add acpi_eval_struct, to evaluate a complex data structure. 2002-03-24 03:32:14 +00:00
acpica.h
acpireg.h
acpivar.h Add acpi_eval_struct, to evaluate a complex data structure. 2002-03-24 03:32:14 +00:00
files.acpi Attach the spic driver via ACPI. 2002-04-22 12:42:56 +00:00
spic_acpi.c Attach the spic driver via ACPI. 2002-04-22 12:42:56 +00:00