HomeSort by relevance Sort by last modified time
    Searched refs:dmods (Results 1 - 10 of 10) sorted by null

  /onnv/onnv-gate/usr/src/cmd/mdb/
Makefile.subdirs 34 dmods := TARGET = dmods
39 all clean.lint clean clobber dmods install lint: $(SUBDIRS)
Makefile 45 dmods := TARGET = dmods macro
52 dmods install: install_h $(SUBDIRS)
Makefile.kmdb.targ 51 dmods:
Makefile.module 130 dmods: install
154 # kmdb dmods must *not* stray from the module API. To ensure that they don't,
178 # Ensure that dmods don't use floating point
195 echo "ERROR: linktest is not supported non-kvm/disasm dmods" \
Makefile.mdb 193 dmods:
  /onnv/onnv-gate/usr/src/cmd/mdb/tools/scripts/
Makefile 41 clean.lint dmods install_h lint:
mkmodules.sh 34 # We use the ``make dmods'' target to do the build -- this is equivalent to
120 cd $SRC && make clobber && make dmods
  /onnv/onnv-gate/usr/src/cmd/mdb/demo/
Makefile 51 all clean.lint clean clobber dmods install_h lint:
  /onnv/onnv-gate/usr/src/cmd/mdb/packages/
Makefile.pkg 43 clean.lint dmods install_h lint:
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
leaky_subr.c 448 uintptr_t dmods; local
472 if ((mdb_readvar(&dmods, "kdi_dmods") != -1) && (dmods != NULL))
474 NULL, dmods);

Completed in 570 milliseconds