Searched defs:vmem_seg (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libumem/common/sys/
H A Dvmem_impl_user.h42 typedef struct vmem_seg vmem_seg_t;
46 struct vmem_seg { struct
/illumos-gate/usr/src/uts/common/sys/
H A Dvmem_impl.h43 typedef struct vmem_seg vmem_seg_t;
47 struct vmem_seg { struct
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c2270 * If we're not printing it seperately, provide the vmem_seg
2276 mdb_printf("vmem_seg %p ", addr);
2284 whatis_call_printer(vmem_seg, addr);
2309 if (mdb_pwalk("vmem_seg",
2311 mdb_warn("can't walk vmem_seg for %p", addr);
3536 mdb_warn("couldn't read vmem_seg at %p", addr);
3622 " -v Display the full content of the vmem_seg, including its stack trace\n"
3643 vmem_seg(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
3694 mdb_warn("couldn't read vmem_seg at %p", addr);
3712 mdb_warn("\"%s\" is not a recognized vmem_seg typ
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c2106 * If we're not printing it seperately, provide the vmem_seg
2112 mdb_printf("vmem_seg %p ", addr);
2120 whatis_call_printer(vmem_seg, addr);
2138 if (mdb_pwalk("vmem_seg",
3192 mdb_warn("couldn't read vmem_seg at %p", addr);
3277 " -v Display the full content of the vmem_seg, including its stack trace\n"
3299 vmem_seg(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
3350 mdb_warn("couldn't read vmem_seg at %p", addr);
3368 mdb_warn("\"%s\" is not a recognized vmem_seg type\n",

Completed in 62 milliseconds