Searched refs:i_link (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
H A Dsolib.c444 struct so_list **i_link = &inferior; local
453 i_link = &i->next;
454 i = *i_link;
462 *i_link = i->next;
/freebsd-12-stable/sys/dev/bhnd/bcma/
H A Dbcma_subr.c315 STAILQ_INSERT_HEAD(&dinfo->intrs, intr, i_link);
393 STAILQ_FOREACH(intr, &dinfo->intrs, i_link) {
447 STAILQ_FOREACH_SAFE(intr, &dinfo->intrs, i_link, inext) {
448 STAILQ_REMOVE(&dinfo->intrs, intr, bcma_intr, i_link);
H A Dbcmavar.h142 STAILQ_ENTRY(bcma_intr) i_link; member in struct:bcma_intr
H A Dbcma.c643 STAILQ_FOREACH(desc, &dinfo->intrs, i_link) {
/freebsd-12-stable/usr.bin/mail/
H A Ddef.h226 struct ignore *i_link; /* Next ignored field in bucket */ member in struct:ignoretab::ignore
H A Dcmd2.c476 igp->i_link = tab->i_head[h];
500 for (igp = tab->i_head[h]; igp != NULL; igp = igp->i_link)
H A Dutil.c595 for (igp = table->i_head[hash(realfield)]; igp != NULL; igp = igp->i_link)

Completed in 143 milliseconds