Home
last modified time | relevance | path

Searched defs:TAILQ_REMOVE (Results 1 – 2 of 2) sorted by relevance

/dragonfly/lib/libssh/openbsd-compat/
H A Dsys-queue.h596 #define TAILQ_REMOVE(head, elm, field) do { \ macro
/dragonfly/sys/sys/
H A Dqueue.h646 #define TAILQ_REMOVE(head, elm, field) do { \ macro