Home
last modified time | relevance | path

Searched refs:_head (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/uts/common/sys/ib/clients/of/sol_ofs/
H A Dsol_ofs_common.h181 #define list_for_each(_pos, _head) \ argument
182 for (_pos = (_head)->nxt; _pos != (_head); _pos = _pos->nxt)
183 #define list_for_each_safe(_pos, n, _head) \ argument
184 for (_pos = (_head)->nxt, n = _pos->nxt; _pos != (_head); \
208 #define genlist_for_each(_pos, _head) \ argument
209 for (_pos = (_head)->head; _pos; _pos = _pos->next)
/titanic_41/usr/src/lib/libast/common/cdt/
H A Ddthdr.h45 #define head hh._head
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dcdt.h80 Dtlink_t* _head; /* linked list */ member
/titanic_41/usr/src/lib/libast/common/include/
H A Dcdt.h80 Dtlink_t* _head; /* linked list */ member
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dcdt.h80 Dtlink_t* _head; /* linked list */ member
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dcdt.h80 Dtlink_t* _head; /* linked list */ member
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dcdt.h80 Dtlink_t* _head; /* linked list */ member
/titanic_41/usr/src/uts/common/xen/io/
H A Dxnbo.c226 list##_head = bp; \ in xnbo_from_mac_filter()
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c78 #define ECORE_LIST_FOR_EACH_ENTRY(pos, _head, _link, cast) \ argument
79 for (pos = (cast *)d_list_peek_head(_head); \