Home
last modified time | relevance | path

Searched refs:SLIST_REMOVE (Results 1 – 10 of 10) sorted by relevance

/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dmbuf.h363 SLIST_REMOVE(&memoryBuffer->m_pkthdr.tags, tag, m_tag, m_tag_link); in m_tag_unlink()
H A Dqueue.h248 #define SLIST_REMOVE(head, elm, type, field) do { \ macro
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dqueue.h224 #define SLIST_REMOVE(head, elm, type, field) do { \ macro
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dqueue.h224 #define SLIST_REMOVE(head, elm, type, field) do { \ macro
/haiku/headers/compatibility/bsd/sys/
H A Dqueue.h195 #define SLIST_REMOVE(head, elm, type, field) do { \ macro
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Dqueue.h224 #define SLIST_REMOVE(head, elm, type, field) do { \ macro
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Dqueue.h224 #define SLIST_REMOVE(head, elm, type, field) do { \ macro
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Dqueue.h224 #define SLIST_REMOVE(head, elm, type, field) do { \ macro
/haiku/headers/private/firewire/
H A Dqueue.h190 #define SLIST_REMOVE(head, elm, type, field) do { \ macro
/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c5283 SLIST_REMOVE(&cpu_offsets, op, cpu_offset, entries); in unref_ctx_core_offset()