Home
last modified time | relevance | path

Searched refs:dmods (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/
H A DMakefile.subdirs34 dmods := TARGET = dmods
39 all clean.lint clean clobber dmods install lint: $(SUBDIRS)
H A DMakefile45 dmods := TARGET = dmods macro
52 dmods install: install_h $(SUBDIRS) target
H A DMakefile.mdb182 dmods:
H A DMakefile.module143 dmods: install
H A DMakefile.kmdb.targ50 dmods:
/illumos-gate/usr/src/cmd/mdb/tools/scripts/
H A DMakefile39 clean.lint dmods install_h lint: target
H A Dmkmodules.sh120 cd $SRC && make clobber && make dmods
/illumos-gate/usr/src/cmd/mdb/demo/
H A DMakefile51 all clean.lint clean clobber dmods install_h lint: target
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky_subr.c446 uintptr_t dmods; in leaky_subr_run() local
465 if ((mdb_readvar(&dmods, "kdi_dmods") != -1) && (dmods != 0)) in leaky_subr_run()
467 NULL, dmods); in leaky_subr_run()
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dmapfile_skel29 * debugger. This ensures that dmods follow the module API.