Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dsys-queue.h364 #define SIMPLEQ_INSERT_AFTER(head, listelm, elm, field) do { \ macro
/titanic_50/usr/src/uts/common/sys/
H A Dqueue.h378 #define SIMPLEQ_INSERT_AFTER(head, listelm, elm, field) do { \ macro