Home
last modified time | relevance | path

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

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