Home
last modified time | relevance | path

Searched refs:dumpsys_gen_pa_next (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/arm64/include/
H A Ddump.h57 return (dumpsys_gen_pa_next(p)); in dumpsys_pa_next()
/f-stack/freebsd/arm/include/
H A Ddump.h53 return (dumpsys_gen_pa_next(p)); in dumpsys_pa_next()
/f-stack/freebsd/mips/include/
H A Ddump.h52 return (dumpsys_gen_pa_next(p)); in dumpsys_pa_next()
/f-stack/freebsd/x86/include/
H A Ddump.h56 return (dumpsys_gen_pa_next(p)); in dumpsys_pa_next()
/f-stack/freebsd/sys/
H A Dkerneldump.h149 struct dump_pa *dumpsys_gen_pa_next(struct dump_pa *);
/f-stack/freebsd/kern/
H A Dkern_dump.c76 dumpsys_gen_pa_next(struct dump_pa *mdp) in dumpsys_gen_pa_next() function