Home
last modified time | relevance | path

Searched refs:SIMPLEQ_FIRST (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/ssh/include/
H A Dsys-queue.h83 #undef SIMPLEQ_FIRST
334 #define SIMPLEQ_FIRST(head) ((head)->sqh_first) macro
336 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head))
340 for((var) = SIMPLEQ_FIRST(head); \
/titanic_41/usr/src/uts/common/sys/
H A Dqueue.h414 #define SIMPLEQ_FIRST(head) ((head)->sqh_first) macro
/titanic_41/usr/src/uts/common/io/skd/
H A Dskd.c3730 pbuf = SIMPLEQ_FIRST(&skdev->waitqueue); in skd_get_queued_pbuf()