Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dsys-queue.h358 #define SIMPLEQ_INSERT_TAIL(head, elm, field) do { \ macro
/titanic_41/usr/src/uts/common/sys/
H A Dqueue.h371 #define SIMPLEQ_INSERT_TAIL(head, elm, field) do { \ macro