Searched refs:vmem_seg (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libumem/common/sys/ |
H A D | vmem_impl_user.h | 40 typedef struct vmem_seg vmem_seg_t; 44 struct vmem_seg { struct
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | vmem_impl.h | 41 typedef struct vmem_seg vmem_seg_t; 45 struct vmem_seg { struct
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | kmem.h | 98 extern int vmem_seg(uintptr_t, uint_t, int, const mdb_arg_t *);
|
H A D | kmem.c | 2285 whatis_call_printer(vmem_seg, addr); in whatis_walk_seg() 3666 vmem_seg(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in vmem_seg() function
|
H A D | genunix.c | 4316 "print or filter a vmem_seg", vmem_seg, vmem_seg_help },
|
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | umem.h | 119 extern int vmem_seg(uintptr_t, uint_t, int, const mdb_arg_t *);
|
H A D | libumem.c | 523 "print or filter a vmem_seg", vmem_seg, vmem_seg_help },
|
H A D | umem.c | 2120 whatis_call_printer(vmem_seg, addr); in whatis_walk_seg() 3299 vmem_seg(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in vmem_seg() function
|