Home
last modified time | relevance | path

Searched refs:_pos (Results 1 – 2 of 2) 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); \
185 _pos = n, n = _pos->nxt)
208 #define genlist_for_each(_pos, _head) \ argument
209 for (_pos = (_head)->head; _pos; _pos = _pos->next)
/titanic_41/usr/src/lib/libc/
H A DMakefile.targ147 pics/%_pos.o: $(LIBCBASE)/../port/i18n/%.c