/freebsd/sys/fs/unionfs/ |
H A D | union_subr.c | 654 struct vattr *uva, struct thread *td) in unionfs_create_uppervattr_core() argument 656 VATTR_NULL(uva); in unionfs_create_uppervattr_core() 657 uva->va_type = lva->va_type; in unionfs_create_uppervattr_core() 658 uva->va_atime = lva->va_atime; in unionfs_create_uppervattr_core() 659 uva->va_mtime = lva->va_mtime; in unionfs_create_uppervattr_core() 660 uva->va_ctime = lva->va_ctime; in unionfs_create_uppervattr_core() 664 uva->va_mode = lva->va_mode; in unionfs_create_uppervattr_core() 665 uva->va_uid = lva->va_uid; in unionfs_create_uppervattr_core() 666 uva->va_gid = lva->va_gid; in unionfs_create_uppervattr_core() 670 uva->va_mode = lva->va_mode & 077077; in unionfs_create_uppervattr_core() [all …]
|
/freebsd/sys/i386/i386/ |
H A D | copyout.c | 91 cp_slow0(vm_offset_t uva, size_t len, bool write, in cp_slow0() argument 100 plen = howmany(uva - trunc_page(uva) + len, PAGE_SIZE); in cp_slow0() 103 i = vm_fault_quick_hold_pages(&curproc->p_vmspace->vm_map, uva, len, in cp_slow0() 121 kaddr += uva - trunc_page(uva); in cp_slow0()
|
H A D | pmap.c | 3709 * va is for UVA. in __CONCAT()
|
/freebsd/sys/riscv/include/ |
H A D | bus_dma.h | 11 * Allocate a handle for mapping from kva/uva/physical 24 * Destroy a handle for mapping from kva/uva/physical
|
/freebsd/sys/x86/include/ |
H A D | bus_dma.h | 49 * Allocate a handle for mapping from kva/uva/physical 62 * Destroy a handle for mapping from kva/uva/physical
|
/freebsd/sys/contrib/device-tree/Bindings/iio/light/ |
H A D | vishay,veml6075.yaml | 7 title: Vishay VEML6075 UVA/B and VEML6040 RGBW sensors
|
H A D | ams,as73211.yaml | 15 AMS AS7331 UVA, UVB and UVC Sensor with I2C Interface
|
/freebsd/crypto/openssl/test/certs/ |
H A D | ee-key-8192.pem | 50 rTG+acjOoWXWnZ+n6IszhdkFn6rS0NbwmEWw41FAnb8gESezfF7bFuxLUiAG/Uva
|
/freebsd/contrib/netbsd-tests/lib/libpthread/ |
H A D | d_mach | 37 info.wins.uva.nl
|
/freebsd/sys/i386/include/ |
H A D | md_var.h | 55 int cp_slow0(vm_offset_t uva, size_t len, bool write,
|
/freebsd/sys/sys/ |
H A D | bus_dma.h | 362 * Allocate a handle for mapping from kva/uva/physical 368 * Destroy a handle for mapping from kva/uva/physical
|
/freebsd/sys/kern/ |
H A D | sys_process.c | 375 vm_offset_t uva; in proc_rwmem() local 379 uva = (vm_offset_t)uio->uio_offset; in proc_rwmem() 384 pageno = trunc_page(uva); in proc_rwmem() 385 page_offset = uva - pageno; in proc_rwmem() 414 vm_sync_icache(map, uva, len); in proc_rwmem()
|
H A D | kern_exec.c | 1271 * at the top of UVA. in exec_map_stack() 1286 uprintf("%s: Mapping guard page at the top of UVA failed" in exec_map_stack()
|
/freebsd/sys/powerpc/powerpc/ |
H A D | busdma_machdep.c | 288 * Allocate a handle for mapping from kva/uva/physical in bus_dmamap_create() 371 * Destroy a handle for mapping from kva/uva/physical in bus_dmamap_destroy()
|
/freebsd/sys/riscv/riscv/ |
H A D | busdma_bounce.c | 238 * Allocate a handle for mapping from kva/uva/physical in bounce_bus_dmamap_create() 321 * Destroy a handle for mapping from kva/uva/physical in bounce_bus_dmamap_destroy()
|
/freebsd/sys/x86/x86/ |
H A D | busdma_bounce.c | 269 * Allocate a handle for mapping from kva/uva/physical in bounce_bus_dmamap_create() 359 * Destroy a handle for mapping from kva/uva/physical in bounce_bus_dmamap_destroy()
|
/freebsd/sys/arm64/arm64/ |
H A D | busdma_bounce.c | 381 * Allocate a handle for mapping from kva/uva/physical 463 * Destroy a handle for mapping from kva/uva/physical
|
/freebsd/sys/arm/arm/ |
H A D | busdma_machdep.c | 587 * Allocate a handle for mapping from kva/uva/physical in bus_dmamap_create() 624 * Destroy a handle for mapping from kva/uva/physical in bus_dmamap_destroy()
|
/freebsd/contrib/tcsh/ |
H A D | sh.char.h | 239 * From <casper@fwi.uva.nl> Casper Dik:
|
H A D | sh.exec.c | 404 * From: casper@fwi.uva.nl (Casper H.S. Dik) If we could not execute in texec()
|
H A D | tc.func.c | 2077 /* From: casper@fwi.uva.nl (Casper H.S. Dik), for Solaris 2.3 */
|
/freebsd/sys/contrib/xen/ |
H A D | domctl.h | 767 uint64_aligned_t uva; /* user buffer virtual address */ member
|
/freebsd/contrib/tcp_wrappers/ |
H A D | README | 1010 Dik (fwi.uva.nl) provided additional insight into DNS spoofing
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | conf.h | 1131 ** Updated by Mark Kettenis <kettenis@wins.uva.nl>.
|
/freebsd/sys/amd64/amd64/ |
H A D | pmap.c | 1559 KASSERT(va >= VM_MAXUSER_ADDRESS, ("vtopte on a uva/gpa 0x%0lx", va)); in vtopte() 1571 KASSERT(va >= VM_MAXUSER_ADDRESS, ("vtopde on a uva/gpa 0x%0lx", va)); in vtopde()
|