Query: copy_to_phys
OS: osf1
Section: 9r
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
copy_to_phys(9r) copy_to_phys(9r)NAMEcopy_to_phys - General: Copies data from a virtual address to a physical addressSYNOPSISvoid copy_to_phys( vm_offset_t virt_src, vm_offset_t phys_dest, unsigned int bcount );ARGUMENTSSpecifies the virtual address of the data to be copied. Specifies the physical address to copy the data to. Specifies the number of bytes to copy.DESCRIPTIONThe copy_to_phys routine copies a specified amount of virtually addressed memory to physically addressed memory. The addresses reside only in system memory space and not in the memory space on I/O buses.CAUTIONSIf any overlap exists between virt_src and phys_dest, the copy_to_phys routine panics.RETURN VALUESNoneSEE ALSORoutines: copyin(9r), copyout(9r), io_copyin(9r), io_copyio(9r), io_copyout(9r) copy_to_phys(9r)
Related Man Pages |
---|
copystr(9) - debian |
copyout(9) - debian |
is_seg0_va(9r) - osf1 |
is_seg1_va(9r) - osf1 |
svatophys(9r) - osf1 |
Similar Topics in the Unix Linux Community |
---|
PHP Write Man Pages to MySQL DB |
Denial Of Service Attack Update |