Searched refs:i_next (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/nvi/common/ |
H A D | key.c | 366 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 …]
|
H A D | gs.h | 101 size_t i_next; /* Offset of next event. */ member
|
H A D | key.h | 153 F_ISSET(&sp->gp->i_event[sp->gp->i_next].e_ch, CH_MAPPED))
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_pkey_mgr.c | 205 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 D | ctld.c | 136 TAILQ_FOREACH_SAFE(is, &conf->conf_isns, i_next, istmp) in conf_delete() 718 TAILQ_INSERT_TAIL(&conf->conf_isns, isns, i_next); in isns_new() 739 TAILQ_REMOVE(&isns->i_conf->conf_isns, isns, i_next); in isns_delete() 1778 TAILQ_FOREACH(oldns, &oldconf->conf_isns, i_next) { in conf_apply() 1779 TAILQ_FOREACH(newns, &newconf->conf_isns, i_next) { in conf_apply() 2020 TAILQ_FOREACH(newns, &newconf->conf_isns, i_next) { in conf_apply() 2021 TAILQ_FOREACH(oldns, &oldconf->conf_isns, i_next) { in conf_apply() 2647 TAILQ_FOREACH(newns, &newconf->conf_isns, i_next) in main()
|
H A D | ctld.h | 190 TAILQ_ENTRY(isns) i_next;
|