usr.bin/pmap/main.c
122
struct kbit kbit, *vmspace;
usr.bin/pmap/main.c
141
vmspace = &kbit;
usr.bin/pmap/main.c
266
struct kbit kbit2, *at = &kbit2;
usr.bin/pmap/pmap.c
107
header = &kbit[0];
usr.bin/pmap/pmap.c
108
vm_map_entry = &kbit[1];
usr.bin/pmap/pmap.c
240
struct kbit *vmspace, struct kbit *vm_map_entry,
usr.bin/pmap/pmap.c
273
struct kbit *vmspace, struct kbit *vm_map, struct kbit *vm_map_entry)
usr.bin/pmap/pmap.c
293
struct kbit *vmspace, struct kbit *header, struct kbit *vm_map_entry)
usr.bin/pmap/pmap.c
329
dump_vm_map_entry(kvm_t *kd, struct kinfo_proc2 *proc, struct kbit *vmspace,
usr.bin/pmap/pmap.c
330
struct kbit *vm_map_entry, int ishead)
usr.bin/pmap/pmap.c
332
struct kbit kbit[3];
usr.bin/pmap/pmap.c
333
struct kbit *uvm_obj, *vp, *vfs;
usr.bin/pmap/pmap.c
346
uvm_obj = &kbit[0];
usr.bin/pmap/pmap.c
347
vp = &kbit[1];
usr.bin/pmap/pmap.c
348
vfs = &kbit[2];
usr.bin/pmap/pmap.c
391
struct kbit akbit, *amap;
usr.bin/pmap/pmap.c
432
struct kbit data; \
usr.bin/pmap/pmap.c
44
static char *findname(kvm_t *, struct kbit *, struct kbit *, struct kbit *,
usr.bin/pmap/pmap.c
45
struct kbit *, struct kbit *);
usr.bin/pmap/pmap.c
57
struct kbit *vmspace, const char *thing)
usr.bin/pmap/pmap.c
589
struct kbit mkbit, *submap;
usr.bin/pmap/pmap.c
59
struct kbit kbit, *vm_map = &kbit;
usr.bin/pmap/pmap.c
604
dump_amap(kvm_t *kd, struct kbit *amap)
usr.bin/pmap/pmap.c
726
struct kbit kbit, *anon = &kbit;
usr.bin/pmap/pmap.c
746
findname(kvm_t *kd, struct kbit *vmspace,
usr.bin/pmap/pmap.c
747
struct kbit *vm_map_entry, struct kbit *vp,
usr.bin/pmap/pmap.c
748
struct kbit *vfs, struct kbit *uvm_obj)
usr.bin/pmap/pmap.c
785
struct kbit kdev;
usr.bin/pmap/pmap.c
96
struct kbit *vmspace, struct kbit *vm_map, const char *mname)
usr.bin/pmap/pmap.c
98
struct kbit kbit[2], *header, *vm_map_entry;
usr.bin/pmap/pmap.h
149
struct kbit *, const char *);
usr.bin/pmap/pmap.h
151
struct kbit *, struct kbit *, const char *);
usr.bin/pmap/pmap.h
153
struct kbit *, struct kbit *, struct kbit *);
usr.bin/pmap/pmap.h
155
struct kbit *, struct kbit *, struct kbit *);
usr.bin/pmap/pmap.h
157
struct kbit *, struct kbit *, struct vm_map_entry *);
usr.bin/pmap/pmap.h
159
struct kbit *, struct kbit *, int);
usr.bin/pmap/pmap.h
161
void dump_amap(kvm_t *, struct kbit *);