Searched refs:whence (Results 76 - 89 of 89) sorted by relevance

1234

/freebsd-current/lib/libsys/
H A D_libsys.h760 off_t __sys_lseek(int fd, off_t offset, int whence);
/freebsd-current/sys/dev/vt/
H A Dvt_core.c737 vt_scroll(struct vt_window *vw, int offset, int whence) argument
747 diff = vthistory_seek(&vw->vw_buf, offset, whence);
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c4172 int whence)
4176 (void) whence;
4171 rar5_seek_data(struct archive_read *a, int64_t offset, int whence) argument
H A Darchive_read_support_format_rar.c1186 int whence)
1195 switch (whence)
1185 archive_read_format_rar_seek_data(struct archive_read *a, int64_t offset, int whence) argument
/freebsd-current/sys/i386/linux/
H A Dlinux_systrace_args.c154 iarg[a++] = p->whence; /* l_int */
957 iarg[a++] = p->whence; /* l_uint */
H A Dlinux_proto.h100 char whence_l_[PADL_(l_int)]; l_int whence; char whence_r_[PADR_(l_int)]; member in struct:linux_lseek_args
444 char whence_l_[PADL_(l_uint)]; l_uint whence; char whence_r_[PADR_(l_uint)]; member in struct:linux_llseek_args
/freebsd-current/sys/amd64/linux32/
H A Dlinux32_systrace_args.c154 iarg[a++] = p->whence; /* l_int */
927 iarg[a++] = p->whence; /* l_uint */
H A Dlinux32_proto.h100 char whence_l_[PADL_(l_int)]; l_int whence; char whence_r_[PADR_(l_int)]; member in struct:linux_lseek_args
440 char whence_l_[PADL_(l_uint)]; l_uint whence; char whence_r_[PADR_(l_uint)]; member in struct:linux_llseek_args
/freebsd-current/sys/arm64/linux/
H A Dlinux_proto.h270 char whence_l_[PADL_(l_int)]; l_int whence; char whence_r_[PADR_(l_int)]; member in struct:linux_lseek_args
H A Dlinux_systrace_args.c481 iarg[a++] = p->whence; /* l_int */
/freebsd-current/sys/amd64/linux/
H A Dlinux_proto.h66 char whence_l_[PADL_(l_int)]; l_int whence; char whence_r_[PADR_(l_int)]; member in struct:linux_lseek_args
H A Dlinux_systrace_args.c86 iarg[a++] = p->whence; /* l_int */
/freebsd-current/sys/kern/
H A Dsystrace_args.c2528 iarg[a++] = p->whence; /* int */
/freebsd-current/sys/compat/freebsd32/
H A Dfreebsd32_systrace_args.c2402 iarg[a++] = p->whence; /* int */

Completed in 293 milliseconds

1234