HomeSort by: relevance | last modified time | path
    Searched refs:SLIST_END (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/sntp/libevent/compat/sys/
queue.h 109 #define SLIST_END(head) NULL
110 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head))
115 (var) != SLIST_END(head); \
122 SLIST_FIRST(head) = SLIST_END(head); \
  /src/sys/sys/
queue.h 119 #define SLIST_END(head) NULL
125 (var) != SLIST_END(head); \
130 (var) != SLIST_END(head) && \
138 (head)->slh_first = SLIST_END(head); \
  /src/sys/fs/nfs/common/
nfsport.h 766 #define SLIST_END(head) NULL

Completed in 115 milliseconds