Searched refs:PAIR32TO64 (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_misc.h | 37 #define PAIR32TO64(type, name) ((name ## 2) | ((type)(name ## 1) << 32)) macro 41 #define PAIR32TO64(type, name) ((name ## 1) | ((type)(name ## 2) << 32)) macro
|
H A D | freebsd32_misc.c | 265 error = kern_wait6(td, uap->idtype, PAIR32TO64(id_t, uap->id), in freebsd32_wait6() 515 uap->mode, PAIR32TO64(dev_t, uap->dev))); in freebsd32_mknodat() 549 .mr_pos = PAIR32TO64(off_t, uap->pos), in freebsd32_mmap() 572 .mr_pos = PAIR32TO64(off_t, uap->pos), in freebsd6_freebsd32_mmap() 750 kevp[i].data = PAIR32TO64(uint64_t, ks32[i].data); in freebsd32_kevent_copyin() 1099 r.pc.pc_limit = PAIR32TO64(off_t, r32.pc.pc_limit); in freebsd32_ptrace() 1270 error = kern_preadv(td, uap->fd, auio, PAIR32TO64(off_t,uap->offset)); in freebsd32_preadv() 1284 error = kern_pwritev(td, uap->fd, auio, PAIR32TO64(off_t,uap->offset)); in freebsd32_pwritev() 1965 PAIR32TO64(off_t, uap->offset))); in freebsd32_pread() 1973 PAIR32TO64(off_ in freebsd32_pwrite() [all...] |
H A D | freebsd32_ioctl.c | 104 pbm.pbm_bar_length = PAIR32TO64(uint64_t, pbm32.pbm_bar_length); in freebsd32_ioctl_barmmap()
|
/freebsd/sys/compat/linux/ |
H A D | linux_file.c | 880 length = PAIR32TO64(off_t, args->length); in linux_truncate64() 903 length = PAIR32TO64(off_t, args->length); in linux_ftruncate64() 953 nbytes = PAIR32TO64(off_t, uap->nbytes); in linux_sync_file_range() 954 offset = PAIR32TO64(off_t, uap->offset); in linux_sync_file_range() 978 offset = PAIR32TO64(off_t, uap->offset); in linux_pread() 1002 offset = PAIR32TO64(off_t, uap->offset); in linux_pwrite() 1589 offset = PAIR32TO64(off_t, args->offset); in linux_fadvise64() 1608 len = PAIR32TO64(off_t, args->len); in linux_fadvise64_64() 1609 offset = PAIR32TO64(off_t, args->offset); in linux_fadvise64_64() 1702 len = PAIR32TO64(off_t, args->len); in linux_fallocate() [all …]
|