Searched refs:mdiprops (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | mdi.h | 41 extern int mdiprops(uintptr_t, uint_t, int, const mdb_arg_t *);
|
H A D | mdi.c | 139 mdiprops((uintptr_t)value.pi_prop, flags, 0, NULL); 183 * mdiprops() 189 mdiprops(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function 192 mdb_warn("mdiprops: requires an address");
|
H A D | genunix.c | 4122 { "mdiprops", NULL, "given a pi_prop, dump the pi_prop list", 4123 mdiprops },
|
Completed in 70 milliseconds