Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dsys-queue.h88 #undef SIMPLEQ_INIT
347 #define SIMPLEQ_INIT(head) do { \ macro
/titanic_50/usr/src/uts/common/sys/
H A Dqueue.h358 #define SIMPLEQ_INIT(head) do { \ macro
/titanic_50/usr/src/uts/common/io/skd/
H A Dskd.c4826 SIMPLEQ_INIT(&skdev->waitqueue); in skd_attach()