_next             667 dev/raidframe/rf_freelist.h 	void *_cur, *_next;						\
_next             670 dev/raidframe/rf_freelist.h 	for (_cur = (_fl_)->objlist; _cur; _cur = _next) {		\
_next             671 dev/raidframe/rf_freelist.h 		_next = (_cast_ _cur)->_nextp_;				\
_next             685 dev/raidframe/rf_freelist.h 	void *_cur, *_next;						\
_next             688 dev/raidframe/rf_freelist.h 	for (_cur = (_fl_)->objlist; _cur; _cur = _next) {		\
_next             689 dev/raidframe/rf_freelist.h 		_next = (_cast_ _cur)->_nextp_;				\
_next             705 dev/raidframe/rf_freelist.h 	void *_cur, *_next;						\
_next             708 dev/raidframe/rf_freelist.h 	for (_cur = (_fl_)->objlist; _cur; _cur = _next) {		\
_next             709 dev/raidframe/rf_freelist.h 		_next = (_cast_ _cur)->_nextp_;				\