Home
last modified time | relevance | path

Searched refs:subyte (Results 1 – 10 of 10) sorted by relevance

/dragonfly/sys/kern/
H A Dinit_main.c636 (void)subyte(--ucp, 0); /* trailing zero */ in start_init()
638 (void)subyte(--ucp, 's'); in start_init()
643 (void)subyte(--ucp, 'f'); in start_init()
649 (void)subyte(--ucp, 'C'); in start_init()
653 (void)subyte(--ucp, '-'); in start_init()
654 (void)subyte(--ucp, '-'); /* leading hyphen */ in start_init()
660 (void)subyte(--ucp, 0); in start_init()
662 (void)subyte(--ucp, *s); in start_init()
H A Dkern_subr.c305 if (subyte(iov->iov_base, c) < 0) in ureadc()
/dragonfly/sys/dev/drm/include/linux/
H A Dpagemap.h54 ret = subyte(uaddr, 0); in fault_in_pages_writeable()
63 ret = subyte(end, 0); in fault_in_pages_writeable()
/dragonfly/sys/platform/pc64/x86_64/
H A Duwrapper.c34 subyte(uint8_t *base, uint8_t byte) in subyte() function
36 return curthread->td_proc->p_vmspace->vm_pmap.subyte(base, byte); in subyte()
H A Dpmap.c2275 pmap->subyte = std_subyte; in pmap_pinit_defaults()
/dragonfly/sys/vm/
H A Dvm_mmap.c902 error = subyte( vec + lastvecindex, 0); in sys_mincore()
913 error = subyte(vec + vecindex, mincoreinfo); in sys_mincore()
943 error = subyte( vec + lastvecindex, 0); in sys_mincore()
/dragonfly/sys/platform/pc64/include/
H A Dpmap.h295 int (*subyte)(uint8_t *, uint8_t); member
/dragonfly/sys/platform/vkernel64/platform/
H A Dcopyio.c405 subyte(uint8_t *base, uint8_t byte) in subyte() function
/dragonfly/sys/sys/
H A Dsystm.h314 int subyte (uint8_t *base, uint8_t byte);
/dragonfly/share/man/man9/
H A DMakefile925 store.9 subyte.9 \