Home
last modified time | relevance | path

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

/dragonfly/sys/platform/pc64/x86_64/
H A Duwrapper.c28 fubyte(const uint8_t *base) in fubyte() function
30 return curthread->td_proc->p_vmspace->vm_pmap.fubyte(base); in fubyte()
H A Dpmap.c2274 pmap->fubyte = std_fubyte; in pmap_pinit_defaults()
/dragonfly/sys/platform/pc64/include/
H A Dpmap.h294 int (*fubyte)(const uint8_t *); /* returns int for -1 err */ member
/dragonfly/sys/platform/vkernel64/platform/
H A Dcopyio.c392 fubyte(const uint8_t *base) in fubyte() function
/dragonfly/sys/sys/
H A Dsystm.h313 int fubyte (const uint8_t *base);
/dragonfly/share/man/man9/
H A DMakefile504 MLINKS+=fetch.9 fubyte.9 \