Home
last modified time | relevance | path

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

/freebsd-13.1/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c477 for (dmp = dtp->dt_mods[h]; dmp != NULL; dmp = dmp->dm_next) { in dt_module_create()
488 dmp->dm_next = dtp->dt_mods[h]; in dt_module_create()
532 for (dmp = dtp->dt_mods[h]; dmp != NULL; dmp = dmp->dm_next) { in dt_module_lookup_by_name()
1027 dmpp = &((*dmpp)->dm_next); in dt_module_destroy()
1031 *dmpp = dmp->dm_next; in dt_module_destroy()
H A Ddt_impl.h120 struct dt_module *dm_next; /* pointer to next module in hash chain */ member
/freebsd-13.1/sys/ufs/ffs/
H A Dsoftdep.h745 LIST_ENTRY(dirrem) dm_next; /* pagedep's list of dirrem's */
H A Dffs_softdep.c7604 LIST_FOREACH_SAFE(dirrem, &pagedep->pd_dirremhd, dm_next, tmp) {
7617 LIST_REMOVE(dirrem, dm_next);
9405 dm_next);
9410 prevdirrem, dm_next);
9784 dm_next);
10578 LIST_FOREACH(dirrem, &pagedep->pd_dirremhd, dm_next)
12578 LIST_REMOVE(dirrem, dm_next);
14625 LIST_FOREACH(dirrem, &pagedep->pd_dirremhd, dm_next) {