Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/include/
H A Dsys-queue.h85 #undef SIMPLEQ_EMPTY
336 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head)) macro
/titanic_44/usr/src/uts/common/io/skd/
H A Dskd.c758 if (SIMPLEQ_EMPTY(waitq)) { in skd_start()
1007 if (SIMPLEQ_EMPTY(&skdev->waitqueue)) in skd_request_fn_not_online()
2280 if (!SIMPLEQ_EMPTY(&skdev->waitqueue)) in skd_isr_aif()
3603 if (SIMPLEQ_EMPTY(waitq)) in skd_queue()
5006 while (!SIMPLEQ_EMPTY(&skdev->waitqueue)) { in skd_detach()
/titanic_44/usr/src/uts/common/sys/
H A Dqueue.h413 #define SIMPLEQ_EMPTY(head) ((head)->sqh_first == NULL) macro