Home
last modified time | relevance | path

Searched defs:list_empty (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/common/list/
H A Dlist.c46 #define list_empty(a) ((a)->list_head.list_next == &(a)->list_head) macro
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_node.c691 boolean_t list_empty = 1; in topo_node_facility() local
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_xs.c95 #define list_empty(list) (list_head(list) == NULL) macro
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_impl.h108 #define list_empty(a) ((a)->list_head.list_next == &(a)->list_head) macro
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtwvar.h176 #define list_empty(a) ((a)->list_head.list_next == &(a)->list_head) macro
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_core.h70 #define list_empty(a) ((a)->list_head.list_next == &(a)->list_head) macro