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

/freebsd-current/contrib/nvi/common/
H A Dkey.c366 if (nitems <= gp->i_next ||
369 gp->i_next -= nitems;
379 total = gp->i_cnt + gp->i_next + nitems + TERM_PUSH_SHIFT;
384 gp->i_event + gp->i_next, gp->i_cnt * sizeof(EVENT));
385 gp->i_next = TERM_PUSH_SHIFT;
389 for (evp = gp->i_event + gp->i_next; nitems--; ++evp) {
418 nevents > gp->i_nelem - (gp->i_next + gp->i_cnt))
420 evp = gp->i_event + gp->i_next + gp->i_cnt;
439 gp->i_next = 0; \
441 gp->i_next
[all...]
H A Dgs.h101 size_t i_next; /* Offset of next event. */ member in struct:_gs
H A Dkey.h153 F_ISSET(&sp->gp->i_event[sp->gp->i_next].e_ch, CH_MAPPED))
/freebsd-current/contrib/ofed/opensm/opensm/
H A Dosm_pkey_mgr.c205 cl_map_iterator_t i, i_next; local
212 i_next = cl_map_head(p_tbl);
213 while (i_next != cl_map_end(p_tbl)) {
214 i = i_next;
215 i_next = cl_map_next(i);
/freebsd-current/usr.sbin/ctld/
H A Dctld.c135 TAILQ_FOREACH_SAFE(is, &conf->conf_isns, i_next, istmp)
760 TAILQ_INSERT_TAIL(&conf->conf_isns, isns, i_next);
781 TAILQ_REMOVE(&isns->i_conf->conf_isns, isns, i_next);
1971 TAILQ_FOREACH(oldns, &oldconf->conf_isns, i_next) {
1972 TAILQ_FOREACH(newns, &newconf->conf_isns, i_next) {
2320 TAILQ_FOREACH(newns, &newconf->conf_isns, i_next) {
2321 TAILQ_FOREACH(oldns, &oldconf->conf_isns, i_next) {
2886 TAILQ_FOREACH(newns, &newconf->conf_isns, i_next)
H A Dctld.h196 TAILQ_ENTRY(isns) i_next; member in struct:isns

Completed in 131 milliseconds