HomeSort by: relevance | last modified time | path
    Searched defs:kbit (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/pmap/
pmap.h 36 * the struct kbit.
70 * if the definition of the kbit structure (and the accessor macros)
108 struct kbit { struct
149 struct kbit *, const char *);
151 struct kbit *, struct kbit *, const char *);
153 struct kbit *, struct kbit *, struct kbit *);
155 struct kbit *, struct kbit *, struct kbit *)
    [all...]
pmap.c 44 static char *findname(kvm_t *, struct kbit *, struct kbit *, struct kbit *,
45 struct kbit *, struct kbit *);
57 struct kbit *vmspace, const char *thing)
59 struct kbit kbit, *vm_map = &kbit; local in function:process_map
96 struct kbit *vmspace, struct kbit *vm_map, const char *mname
98 struct kbit kbit[2], *header, *vm_map_entry; local in function:dump_vm_map
332 struct kbit kbit[3]; local in function:dump_vm_map_entry
726 struct kbit kbit, *anon = &kbit; local in function:dump_vm_anon
    [all...]
main.c 122 struct kbit kbit, *vmspace; local in function:main
141 vmspace = &kbit;
266 struct kbit kbit2, *at = &kbit2;

Completed in 13 milliseconds