Searched refs:i_next (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14-stable/contrib/nvi/common/ |
| HD | 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 …]
|
| HD | gs.h | 101 size_t i_next; /* Offset of next event. */ member
|
| HD | key.h | 153 F_ISSET(&sp->gp->i_event[sp->gp->i_next].e_ch, CH_MAPPED))
|
| /freebsd-14-stable/contrib/ofed/opensm/opensm/ |
| HD | 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-14-stable/usr.sbin/ctld/ |
| HD | ctld.c | 132 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()
|
| HD | ctld.h | 199 TAILQ_ENTRY(isns) i_next;
|