Home
last modified time | relevance | path

Searched defs:INIT_LIST (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/sys/contrib/ncsw/inc/etc/
H A Dlist_ext.h114 #define INIT_LIST(p_List) NCSW_LIST_FIRST(p_List) = NCSW_LIST_LAST(p_List) = (p_List) macro
/freebsd-src/lib/libc/include/isc/
H A Dlist.h31 #define INIT_LIST(list) \ macro
/freebsd-src/contrib/ntp/libntp/lib/isc/include/isc/
H A Dutil.h190 #define INIT_LIST(type) ISC_LIST_INIT(type) macro
/freebsd-src/contrib/ofed/librdmacm/examples/
H A Dcmtime.c98 #define INIT_LIST(x) ((x)->prev = (x)->next = (x)) macro