| /src/lib/libc/gen/ | 
| alarm.c | 55 	struct itimerval it, oitv;  local in function:__weak_alias 56 	struct itimerval *itp = ⁢
 
 | 
| /src/lib/libmenu/ | 
| driver.c | 43  * request and is not printable then it assumed to be a user defined command. 48 	int drv_top_row, drv_scroll, i, it, status = E_OK;  local in function:menu_driver
 69 	it = menu->cur_item;
 232 							 &it);
 233 			  drv_new_item = menu->items[it];
 241 							 &it);
 242 			  drv_new_item = menu->items[it];
 251 					       MATCH_FORWARD, &it);
 252 		drv_new_item = menu->items[it];
 256 		   * we don't do this here it won't get done since th
 [all...]
 | 
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ | 
| sanitizer_win_weak_interception.cc | 9 // This module should be included in the sanitizer when it is implemented as a 72   for (InterceptCB *it = &__start_weak_list; it < &__stop_weak_list; ++it)  local in function:weak_intercept_init
 73     if (*it)
 74       (*it)();
 
 | 
| sanitizer_win_dll_thunk.cc | 78   for (DllThunkCB *it = &__start_dll_thunk; it < &__stop_dll_thunk; ++it)  local in function:__dll_thunk_init 79     if (*it)
 80       (*it)();
 
 | 
| sanitizer_bvgraph.h | 136     for (typename BV::Iterator it(v[from]); it.hasNext(); ) {  local in function:__sanitizer::BVGraph::findPath 137       uptr idx = it.next();
 
 | 
| /src/tests/lib/libpthread/ | 
| t_sleep.c | 73 	struct itimerval it;  local in function:ATF_TC_BODY 91 	timerclear(&it.it_interval);
 92 	timerclear(&it.it_value);
 93 	it.it_value.tv_sec = 1;
 94 	setitimer(ITIMER_REAL, &it, NULL);
 
 | 
| t_once.c | 172 	struct itimerval it;  local in function:ATF_TC_BODY 180 	timerclear(&it.it_value);
 181 	it.it_value.tv_usec = 500000;
 182 	timerclear(&it.it_interval);
 183 	setitimer(ITIMER_REAL, &it, NULL);
 194 	timerclear(&it.it_value);
 195 	setitimer(ITIMER_REAL, &it, NULL);
 
 | 
| /src/tests/lib/libc/sys/ | 
| t_getitimer.c | 64 	struct itimerval it;  local in function:ATF_TC_BODY 71 	(void)memset(&it, 0, sizeof(struct itimerval));
 73 	ATF_REQUIRE(getitimer(ITIMER_REAL, &it) == 0);
 75 	if (it.it_value.tv_sec != 0 || it.it_value.tv_usec != 0)
 78 	ATF_REQUIRE(getitimer(ITIMER_VIRTUAL, &it) == 0);
 80 	if (it.it_value.tv_sec != 0 || it.it_value.tv_usec != 0)
 83 	ATF_REQUIRE(getitimer(ITIMER_PROF, &it) == 0);
 85 	if (it.it_value.tv_sec != 0 || it.it_value.tv_usec != 0
 102  struct itimerval it;  local in function:ATF_TC_BODY
 122  struct itimerval it;  local in function:ATF_TC_BODY
 156  struct itimerval it, ot;  local in function:ATF_TC_BODY
 176  struct itimerval it, ot;  local in function:ATF_TC_BODY
 213  const struct itimerval it[] = {  local in function:ATF_TC_BODY
 [all...]
 | 
| t_sigtimedwait.c | 80 	struct itimerval it;  local in function:ATF_TC_BODY 84 	memset(&it, 0, sizeof it);
 85 	it.it_value.tv_sec = 5;
 86 	ATF_REQUIRE(setitimer(ITIMER_REAL, &it, NULL) == 0);
 
 | 
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ | 
| asan_fake_stack_test.cc | 127     for (std::map<FakeFrame *, uptr>::iterator it = s.begin(); it != s.end();  local in function:__asan::TEST 128          ++it) {
 129       fs->Deallocate(reinterpret_cast<uptr>(it->first), it->second);
 
 | 
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ | 
| sanitizer_bitvector_test.cc | 38   for (typename BV::Iterator it(bv); it.hasNext();) {  local in function:CheckBV 39     uptr idx = it.next();
 71   for (set<uptr>::iterator it = s.begin(); it != s.end(); ++it) {  local in function:Print
 72     fprintf(stderr, "%lu ", *it);
 95   for (uptr it = 0; it < 1000; it++)   local in function:TestBitVector
 114  for (uptr it = 0; it < 30; it++) {  local in function:TestBitVector
 [all...]
 | 
| /src/sys/external/bsd/drm2/dist/drm/i915/selftests/ | 
| i915_gem.c | 26 	struct i915_gem_engines_iter it;  local in function:switch_to_context 30 	for_each_gem_engine(ce, i915_gem_context_lock_engines(ctx), it) {
 87 	 * of stolen being trashed across S4, we trash it ourselves.
 
 | 
| i915_active.c | 222 static struct intel_engine_cs *node_to_barrier(struct active_node *it) 226 	if (!is_barrier(&it->base))
 229 	engine = __barrier_to_engine(it);
 231 	if (!is_barrier(&it->base))
 245 		struct active_node *it, *n;  local in function:i915_active_print
 247 		rbtree_postorder_for_each_entry_safe(it, n, &ref->tree, node) {
 250 			engine = node_to_barrier(it);
 256 			if (i915_active_fence_isset(&it->base)) {
 258 					   "\ttimeline: %llx\n", it->timeline);
 276 		struct active_node *it, *n  local in function:i915_active_unlock_wait
 [all...]
 | 
| /src/usr.bin/flock/ | 
| flock.c | 261 		struct itimerspec it;  local in function:main 264 		timespecclear(&it.it_interval);
 265 		it.it_value.tv_sec = timeout;
 266 		it.it_value.tv_nsec = (timeout - it.it_value.tv_sec) *
 276 		if (timer_settime(tm, TIMER_RELTIME, &it, NULL) == -1)
 
 | 
| /src/usr.bin/xlint/lint1/ | 
| emit1.c | 212 		 * mark it as used so lint2 does not complain about unused 280 		 * mark it as used so lint2 does not complain about unused
 346 				 * XXX it would probably be better to
 366 			quoted_iterator it = { .end = 0 };  local in function:outcall
 367 			while (quoted_next(arg->u.ops.left->u.str_literals, &it))
 368 				buf_add_char(&buf, (char)it.value);
 497 		 * The last character. It is always written, so we can detect
 
 | 
| ckgetopt.c | 64 	 * handled by a case label, it is set to ' '.  In the end, only ' ' and 107 		quoted_iterator it = { .end = 0 };  local in function:is_getopt_condition
 108 		while (quoted_next(str, &it))
 109 			buf_add_char(&buf, (char)it.value);
 
 | 
| /src/sys/dev/ieee1394/ | 
| fwohcivar.h | 64 	} arrq, arrs, atrq, atrs, it[OHCI_DMA_ITCH], ir[OHCI_DMA_IRCH];  member in struct:fwohci_softc 
 | 
| /src/sys/external/bsd/compiler_rt/dist/lib/xray/ | 
| xray_log_interface.cc | 37 // when it should be a map because we're avoiding having to depend on C++ 73   for (ModeImpl *it = ModeImpls; it != &SentinelModeImpl; it = it->Next) {  local in function:__xray_log_register_mode
 74     if (!internal_strcmp(Mode, it->Mode))
 88   for (ModeImpl *it = ModeImpls; it != &SentinelModeImpl; it = it->Next)   local in function:__xray_log_select_mode
 [all...]
 | 
| /src/sys/external/bsd/drm2/dist/drm/i915/gt/ | 
| intel_breadcrumbs.c | 329 			struct i915_request *it =  local in function:i915_request_enable_breadcrumb 330 				list_entry(pos, typeof(*it), signal_link);
 332 			if (i915_seqno_passed(rq->fence.seqno, it->fence.seqno))
 
 | 
| /src/sys/kern/ | 
| subr_bufq.c | 133 	struct bufq_strat *bsp, *it;  local in function:bufq_alloc 159 	 * if a strategy specified by flags is found, use it.
 168 		SLIST_FOREACH(it, &bufq_strat_list, bs_next) {
 170 			    STRAT_MATCH(strategy, (it))) {
 171 				bsp = it;
 175 			if (bsp == NULL || (it)->bs_prio > bsp->bs_prio)
 176 				bsp = it;
 
 | 
| /src/usr.sbin/altq/altqstat/ | 
| altqstat.c | 97 	struct itimerval it;  local in function:main 182 	it.it_interval.tv_sec = interval / 1000;
 183 	it.it_interval.tv_usec = interval % 1000 * 1000;
 184 	it.it_value = it.it_interval;
 185 	setitimer(ITIMER_REAL, &it, NULL);
 
 | 
| /src/usr.sbin/npf/npfctl/ | 
| npf_var.c | 74 	for (npfvar_t *it = var_list; it != NULL; it = it->v_next)  local in function:npfvar_lookup 75 		if (strcmp(it->v_key, key) == 0)
 76 			return it;
 300 	 * Resolve if it is a reference to another variable.
 321 	 * Resolve if it is a reference to another variable.
 
 | 
| /src/common/lib/libc/gen/ | 
| rpst.c | 360 rpst_iterator_match_p(const struct rpst_node *n, const struct rpst_iterator *it) 363 	if (n->n_y > it->it_max_y) {
 366 	if (n->n_x < it->it_min_x) {
 369 	if (n->n_x > it->it_max_x) {
 377     uint64_t max_x, struct rpst_iterator *it)
 389 	it->it_tree = t;
 390 	it->it_cur = n;
 391 	it->it_idx = (min_x & rpst_startmask(t)) != 0;
 392 	it->it_level = 0;
 393 	it->it_max_y = max_y
 567  struct rpst_iterator it;  local in function:query
 609  struct rpst_iterator it;  local in function:main
 [all...]
 | 
| /src/games/larn/ | 
| create.c | 69 	player changes levels.  If that level is unknown it will be created. 72 	Note that it is here we remove genocided monsters from the present level.
 245 	int             it, arg, mit, marg;  local in function:cannedlevel
 261 			it = mit = arg = marg = 0;
 264 				it = OWALL;
 267 				it = OCLOSEDDOOR;
 273 				it = OLARNEYE;
 280 				it = OPOTION;
 292 				it = newobject(k + 1, &arg);
 295 			item[j][i] = it;
 [all...]
 | 
| /src/sys/dev/i2o/ | 
| iopsp.c | 228 	struct iopsp_target *it;  local in function:iopsp_reconfig 291 		 * changed, then don't describe it again.
 293 		it = &sc->sc_targetmap[targ];
 294 		it->it_flags |= IT_PRESENT;
 296 		if (it->it_width != param.sdi.negdatawidth ||
 297 		    it->it_offset != param.sdi.negoffset ||
 298 		    it->it_syncrate != syncrate) {
 299 			it->it_width = param.sdi.negdatawidth;
 300 			it->it_offset = param.sdi.negoffset;
 301 			it->it_syncrate = syncrate
 [all...]
 |