Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dsubr_debug.c62 struct fcitem *i_next; member
86 i->i_next = freecheck_free; in debug_init()
103 for (i = *head; i != NULL; i = i->i_next) { in freecheck_out()
111 freecheck_free = i->i_next; in freecheck_out()
113 i->i_next = *head; in freecheck_out()
137 for (i = *head, pp = head; i != NULL; pp = &i->i_next, i = i->i_next) { in freecheck_in()
139 *(fcitem_t **)pp = i->i_next; in freecheck_in()
140 i->i_next = freecheck_free; in freecheck_in()
/netbsd-src/external/bsd/nvi/dist/common/
H A Dkey.c357 if (nitems <= wp->i_next || in v_event_push()
360 wp->i_next -= nitems; in v_event_push()
370 total = wp->i_cnt + wp->i_next + nitems + TERM_PUSH_SHIFT; in v_event_push()
375 wp->i_event + wp->i_next, wp->i_cnt); in v_event_push()
376 wp->i_next = TERM_PUSH_SHIFT; in v_event_push()
380 for (evp = wp->i_event + wp->i_next; nitems--; ++evp) { in v_event_push()
409 nevents > wp->i_nelem - (wp->i_next + wp->i_cnt)) in v_event_append()
411 evp = wp->i_event + wp->i_next + wp->i_cnt; in v_event_append()
430 wp->i_next = 0; \
432 wp->i_next += len; \
[all …]
H A Dscreen.h60 size_t i_next; /* Offset of next event. */ member
H A Dkey.h154 FL_ISSET((sp)->wp->i_event[(sp)->wp->i_next].e_flags, CH_MAPPED))
/netbsd-src/games/hunt/huntd/
H A Dhunt.h74 IDENT *i_next; member
H A Danswer.c406 for (ip = Scores; ip != NULL; ip = ip->i_next) in get_ident()
443 ip->i_next = Scores; in get_ident()
H A Ddriver.c983 for (ip = Scores; ip != NULL; ip = ip->i_next) { in send_stats()
993 for (ip = Scores; ip != NULL; ip = ip->i_next) { in send_stats()
1022 nextip = ip->i_next; in clear_scores()
/netbsd-src/usr.bin/config/
H A Dsem.c1524 TAILQ_REMOVE(&alldevi, i, i_next); in remove_devi()
1569 TAILQ_FOREACH(i, &alldevi, i_next) in deldeva()
1794 TAILQ_REMOVE(&allpseudo, i, i_next); in deldevbase()
1827 TAILQ_INSERT_TAIL(&allpseudo, i, i_next); in addpseudo()
1898 TAILQ_FOREACH(i, &alldevi, i_next) { in fixdevis()
1923 TAILQ_FOREACH(i, &allpseudo, i_next) in fixdevis()
2005 TAILQ_INSERT_TAIL(&alldevi, i, i_next); in getdevi()
H A Dpack.c121 TAILQ_FOREACH(i, &alldevi, i_next) { in pack()
H A Dmkheaders.c399 TAILQ_FOREACH(i, &allpseudo, i_next) { in emitioconfh()
H A Dmkioconf.c493 TAILQ_FOREACH(i, &allpseudo, i_next) { in emitpseudo()
H A Ddefs.h321 TAILQ_ENTRY(devi) i_next; /* list of all instances */
H A Dmain.c1483 TAILQ_FOREACH(pd, &allpseudo, i_next) { in cfcrosscheck()