Searched refs:dm_next (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c476 for (dmp = dtp->dt_mods[h]; dmp != NULL; dmp = dmp->dm_next) {
487 dmp->dm_next = dtp->dt_mods[h];
531 for (dmp = dtp->dt_mods[h]; dmp != NULL; dmp = dmp->dm_next) {
1010 dmpp = &((*dmpp)->dm_next);
1014 *dmpp = dmp->dm_next;
H A Ddt_impl.h120 struct dt_module *dm_next; /* pointer to next module in hash chain */ member in struct:dt_module
/freebsd-10-stable/sys/ufs/ffs/
H A Dsoftdep.h728 LIST_ENTRY(dirrem) dm_next; /* pagedep's list of dirrem's */ member in struct:dirrem
H A Dffs_softdep.c7145 LIST_FOREACH_SAFE(dirrem, &pagedep->pd_dirremhd, dm_next, tmp) {
7158 LIST_REMOVE(dirrem, dm_next);
8932 dm_next);
8937 prevdirrem, dm_next);
9308 dm_next);
10069 LIST_FOREACH(dirrem, &pagedep->pd_dirremhd, dm_next)
12020 LIST_REMOVE(dirrem, dm_next);
13880 LIST_FOREACH(dirrem, &pagedep->pd_dirremhd, dm_next) {

Completed in 142 milliseconds