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

  /src/sys/sys/
queue.h 195 #define LIST_END(head) NULL
196 #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head))
201 (var) != LIST_END(head); \
206 (var) != LIST_END(head) && \
247 (head)->lh_first = LIST_END(head); \
253 LIST_END(head)) \
270 if (((elm)->field.le_next = (head)->lh_first) != LIST_END(head))\
  /src/dist/pf/usr.sbin/ftp-proxy/
ftp-proxy.c 339 for (s = LIST_FIRST(&sessions); s != LIST_END(&sessions); s = next) {
  /src/sys/fs/nfs/common/
nfsport.h 765 #define LIST_END(head) NULL

Completed in 35 milliseconds