Searched refs:PAIR32TO64 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.h38 #define PAIR32TO64(type, name) ((name ## 2) | ((type)(name ## 1) << 32)) macro
42 #define PAIR32TO64(type, name) ((name ## 1) | ((type)(name ## 2) << 32)) macro
H A Dfreebsd32_misc.c203 error = kern_wait6(td, uap->idtype, PAIR32TO64(id_t, uap->id),
482 uap->flags, uap->fd, PAIR32TO64(off_t, uap->pos)));
499 uap->flags, uap->fd, PAIR32TO64(off_t, uap->pos)));
812 error = kern_preadv(td, uap->fd, auio, PAIR32TO64(off_t,uap->offset));
826 error = kern_pwritev(td, uap->fd, auio, PAIR32TO64(off_t,uap->offset));
1536 PAIR32TO64(off_t, uap->offset)));
1544 PAIR32TO64(off_t, uap->offset)));
1562 error = kern_lseek(td, uap->fd, PAIR32TO64(off_t, uap->offset),
1576 PAIR32TO64(off_t, uap->length)));
1583 return (kern_ftruncate(td, uap->fd, PAIR32TO64(off_
[all...]

Completed in 183 milliseconds