Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dsys-queue.h336 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head)) macro
/titanic_41/usr/src/uts/common/sys/
H A Dqueue.h413 #define SIMPLEQ_EMPTY(head) ((head)->sqh_first == NULL) macro