Searched refs:kgrep (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | kgrep.h | 42 extern int kgrep(uintptr_t, uint_t, int, const mdb_arg_t *);
|
H A D | kgrep.c | 37 #include "kgrep.h" 217 kgrep(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function 339 mdb_warn("can't happen: non-recognized kgrep size\n");
|
H A D | genunix.c | 83 #include "kgrep.h" 2251 * Our ::kgrep callback scans the entire kernel VA space (kas). kas is made 2345 mdb_warn("kgrep can only be run on a system " 4069 /* from kgrep.c + genunix.c */ 4070 { "kgrep", KGREP_USAGE, "search kernel as for a pointer", kgrep,
|
/illumos-gate/usr/src/cmd/mdb/intel/ia32/libumem/ |
H A D | Makefile | 33 kgrep.c \
|
/illumos-gate/usr/src/cmd/mdb/sparc/v7/libumem/ |
H A D | Makefile | 33 kgrep.c \
|
/illumos-gate/usr/src/cmd/mdb/intel/amd64/libumem/ |
H A D | Makefile | 33 kgrep.c \
|
/illumos-gate/usr/src/cmd/mdb/sparc/v9/libumem/ |
H A D | Makefile | 42 kgrep.c \
|
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | libumem.c | 34 #include "kgrep.h" 526 /* from ../genunix/kgrep.c + libumem.c */ 528 kgrep, kgrep_help },
|
Completed in 71 milliseconds