HomeSort by: relevance | last modified time | path
    Searched refs:linux_off_t (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/compat/linux/common/
linux_dirent.h 39 linux_off_t d_off;
linux_fcntl.h 36 #include <compat/linux/common/linux_types.h> /* For linux_off_t */
90 linux_off_t l_start;
91 linux_off_t l_len;
linux_mmap.h 87 syscallarg(linux_off_t) offset;
linux_misc.c 468 syscallarg(linux_off_t) offset;
495 syscallarg(linux_off_t) offset;
871 idb.d_off = (linux_off_t)linux_reclen;
879 idb.d_off = (linux_off_t)off;
  /src/sys/compat/linux/arch/arm/
linux_types.h 44 typedef long linux_off_t; typedef in typeref:typename:long
62 linux_off_t lst_size;
  /src/sys/compat/linux/arch/i386/
linux_types.h 44 typedef long linux_off_t; typedef in typeref:typename:long
63 linux_off_t lst_size;
  /src/sys/compat/linux/arch/m68k/
linux_types.h 44 typedef long linux_off_t; typedef in typeref:typename:long
62 linux_off_t lst_size;
  /src/sys/compat/linux/arch/powerpc/
linux_types.h 47 typedef long linux_off_t; typedef in typeref:typename:long
68 linux_off_t lst_size;
  /src/sys/compat/linux/arch/alpha/
linux_types.h 44 typedef long linux_off_t; typedef in typeref:typename:long
60 linux_off_t lst_size;
  /src/sys/compat/linux/arch/mips/
linux_types.h 45 typedef long linux_off_t; typedef in typeref:typename:long
87 linux_off_t lst_size;
109 linux_off_t lst_size;
164 linux_off_t lst_size;
  /src/sys/compat/linux/arch/aarch64/
linux_types.h 32 typedef long linux_off_t; typedef in typeref:typename:long
  /src/sys/compat/linux/arch/amd64/
linux_types.h 37 typedef long linux_off_t; typedef in typeref:typename:long
  /src/sys/compat/linux32/common/
linux32_mman.c 140 NETBSD32TOX64_UAP(offset, linux_off_t);

Completed in 19 milliseconds