HomeSort by: relevance | last modified time | path
    Searched defs:LIST_HEAD (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/drm2/include/linux/
nbsd-namespace.h 39 #undef LIST_HEAD
42 #define LIST_HEAD LINUX_LIST_HEAD
  /src/tests/include/sys/
t_list.c 52 LIST_HEAD(listhead, entry) old_head, new_head, old_copy;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
list.h 48 * data type 'struct list_head').
52 * struct list_head list_of_foos;
58 * struct list_head entry;
104 * to-be-linked struct. struct list_head is required for both the head of the
107 * Position and name of the struct list_head field is irrelevant.
109 * There are no requirements for a list head, any struct list_head can be a list
112 struct list_head { struct
113 struct list_head *next, *prev;
126 #define LIST_HEAD(name) \
127 struct list_head name = LIST_HEAD_INIT(name
    [all...]
  /src/crypto/dist/ipsec-tools/src/include-glibc/sys/
queue.h 255 #define LIST_HEAD(name, type) \
  /src/external/bsd/libevent/dist/include/event2/
event_struct.h 98 #ifndef LIST_HEAD
100 #define LIST_HEAD(name, type) \
104 #endif /* !LIST_HEAD */
167 LIST_HEAD (event_dlist, event);
174 #undef LIST_HEAD
  /src/external/bsd/ntp/dist/sntp/libevent/include/event2/
event_struct.h 99 #ifndef LIST_HEAD
101 #define LIST_HEAD(name, type) \
105 #endif /* !LIST_HEAD */
168 LIST_HEAD (event_dlist, event);
175 #undef LIST_HEAD
  /src/external/bsd/ntp/dist/sntp/libevent/compat/sys/
queue.h 142 #define LIST_HEAD(name, type) \
  /src/sys/sys/
queue.h 177 #define LIST_HEAD(name, type) \
  /src/external/apache2/mDNSResponder/dist/mDNSShared/utilities/
bsd_queue.h 478 #define LIST_HEAD(name, type) \

Completed in 22 milliseconds