Searched refs:_iter (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/dev/hid/
H A Dhidbus.h146 for (uint8_t _iter = 0; \
147 _iter <= (tlc_index) && hid_get_item((hd), (hi)); \
148 _iter += (hi)->kind == hid_endcollection && (hi)->collevel == 0) \
149 if (_iter == (tlc_index))
/freebsd-13-stable/tests/sys/cddl/zfs/tests/zvol/zvol_misc/
H A Dzvol_misc_007_pos.ksh108 root=${ROOTPREFIX}_iter${i}
H A Dzvol_misc_009_pos.ksh97 root=${ROOTPREFIX}_iter${i}
H A Dzvol_misc_008_pos.ksh115 root=${ROOTPREFIX}_iter${i}
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack.cpp160 void thread_cleanup_handler(void *_iter) { argument
/freebsd-13-stable/sys/dev/cxgbe/
H A Dadapter.h1018 #define for_each_vi(_pi, _iter, _vi) \
1019 for ((_vi) = (_pi)->vi, (_iter) = 0; (_iter) < (_pi)->nvi; \
1020 ++(_iter), ++(_vi))

Completed in 118 milliseconds