Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Dkey.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()
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; \
608 newmap: evp = &gp->i_event[gp->i_next]; in v_event_get()
[all …]
H A Dgs.h101 size_t i_next; /* Offset of next event. */ member
H A Dkey.h153 F_ISSET(&sp->gp->i_event[sp->gp->i_next].e_ch, CH_MAPPED))
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_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/usr.sbin/ctld/
H A Dctld.c135 TAILQ_FOREACH_SAFE(is, &conf->conf_isns, i_next, istmp) in conf_delete()
760 TAILQ_INSERT_TAIL(&conf->conf_isns, isns, i_next); in isns_new()
781 TAILQ_REMOVE(&isns->i_conf->conf_isns, isns, i_next); in isns_delete()
1971 TAILQ_FOREACH(oldns, &oldconf->conf_isns, i_next) { in conf_apply()
1972 TAILQ_FOREACH(newns, &newconf->conf_isns, i_next) { in conf_apply()
2320 TAILQ_FOREACH(newns, &newconf->conf_isns, i_next) { in conf_apply()
2321 TAILQ_FOREACH(oldns, &oldconf->conf_isns, i_next) { in conf_apply()
2887 TAILQ_FOREACH(newns, &newconf->conf_isns, i_next) in main()
H A Dctld.h196 TAILQ_ENTRY(isns) i_next;