Home
last modified time | relevance | path

Searched refs:physcopyout (Results 1 – 4 of 4) sorted by relevance

/src/sys/dev/efidev/
H A Defirt.c388 error = physcopyout((vm_paddr_t)esrt, buf, len); in get_table_length()
431 error = physcopyout((vm_paddr_t)prop, buf, len); in get_table_length()
462 error = physcopyout((vm_paddr_t)tbl_addr, buf, len); in get_table_length()
521 rc = physcopyout((vm_paddr_t)taddr, *buf, *table_len); in copy_table()
/src/sys/sys/
H A Duio.h89 int physcopyout(vm_paddr_t src, void *dst, size_t len);
/src/sys/kern/
H A Dsubr_uio.c115 physcopyout(vm_paddr_t src, void *dst, size_t len) in physcopyout() function
178 error = physcopyout(src, (void *)(uintptr_t)(dst->ds_addr + in physcopyout_vlist()
/src/sys/dev/md/
H A Dmd.c1109 physcopyout(VM_PAGE_TO_PHYS(m) + offs, p, len); in mdstart_swap()