Home
last modified time | relevance | path

Searched refs:i_next (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/contrib/nvi/common/
HDkey.c366 if (nitems <= gp->i_next || in v_event_push()
369 gp->i_next -= nitems; in v_event_push()
379 total = gp->i_cnt + gp->i_next + nitems + TERM_PUSH_SHIFT; in v_event_push()
384 gp->i_event + gp->i_next, gp->i_cnt * sizeof(EVENT)); in v_event_push()
385 gp->i_next = TERM_PUSH_SHIFT; in v_event_push()
389 for (evp = gp->i_event + gp->i_next; nitems--; ++evp) { in v_event_push()
418 nevents > gp->i_nelem - (gp->i_next + gp->i_cnt)) in v_event_append()
420 evp = gp->i_event + gp->i_next + gp->i_cnt; in v_event_append()
439 gp->i_next = 0; \
441 gp->i_next += len; \
[all …]
HDgs.h101 size_t i_next; /* Offset of next event. */ member
HDkey.h153 F_ISSET(&sp->gp->i_event[sp->gp->i_next].e_ch, CH_MAPPED))
/freebsd-14-stable/contrib/ofed/opensm/opensm/
HDosm_pkey_mgr.c205 cl_map_iterator_t i, i_next; in pkey_mgr_process_partition_table() local
212 i_next = cl_map_head(p_tbl); in pkey_mgr_process_partition_table()
213 while (i_next != cl_map_end(p_tbl)) { in pkey_mgr_process_partition_table()
214 i = i_next; in pkey_mgr_process_partition_table()
215 i_next = cl_map_next(i); in pkey_mgr_process_partition_table()
/freebsd-14-stable/usr.sbin/ctld/
HDctld.c132 TAILQ_FOREACH_SAFE(is, &conf->conf_isns, i_next, istmp) in conf_delete()
757 TAILQ_INSERT_TAIL(&conf->conf_isns, isns, i_next); in isns_new()
778 TAILQ_REMOVE(&isns->i_conf->conf_isns, isns, i_next); in isns_delete()
1962 TAILQ_FOREACH(oldns, &oldconf->conf_isns, i_next) { in conf_apply()
1963 TAILQ_FOREACH(newns, &newconf->conf_isns, i_next) { in conf_apply()
2311 TAILQ_FOREACH(newns, &newconf->conf_isns, i_next) { in conf_apply()
2312 TAILQ_FOREACH(oldns, &oldconf->conf_isns, i_next) { in conf_apply()
2951 TAILQ_FOREACH(newns, &newconf->conf_isns, i_next) in main()
HDctld.h199 TAILQ_ENTRY(isns) i_next;