Lines Matching refs:and

5 # Common Development and Distribution License, Version 1.0 only
12 # and limitations under the License.
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
33 utility for low-level debugging and editing of the live operating system,
34 operating system crash dumps, user processes, user process core dumps, and
35 object files. For a more detailed description of MDB features and documentation
44 the CC and LINT macro definitions in Makefile.sparc, Makefile.sparcv9,
45 Makefile.i386 and Makefile.amd64 to point to the appropriate pathnames.
47 and lint utility found in your $PATH. These four Makefiles can also be used
56 The Makefile.common file adds common compiler and linker flags to these base
57 definitions, and defines the rules for building the example modules. You will
69 and then execute "make".
78 make clobber - remove objects, modules, and lint files
87 reside in one or more of the i386/, amd64/, sparc/, and sparcv9/ subdirectories
102 5. Example 1: Echo and Vmstat
107 and print the kernel's global virtual memory statistics structure. This
108 example introduces the basic structure of an MDB module and demonstrates some
115 To apply MDB to the live kernel, become super-user and then execute:
119 6. Example 2: Proc Walker and PS
125 iterate over a data structure, and them demonstrates how the ::simple_ps
148 7. Packaging and Installation
150 If you are a software developer, you may wish to develop and deliver MDB
153 be packaged along with your software and delivered into the appropriate
160 and should be named after your kernel module. For example, the "ip" kernel