HomeSort by: relevance | last modified time | path
    Searched defs:i_next (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
subr_debug.c 62 struct fcitem *i_next; member in struct:fcitem
86 i->i_next = freecheck_free;
103 for (i = *head; i != NULL; i = i->i_next) {
111 freecheck_free = i->i_next;
113 i->i_next = *head;
137 for (i = *head, pp = head; i != NULL; pp = &i->i_next, i = i->i_next) {
139 *(fcitem_t **)pp = i->i_next;
140 i->i_next = freecheck_free;
  /src/games/hunt/huntd/
hunt.h 74 IDENT *i_next; member in struct:ident_def

Completed in 12 milliseconds