File indexing completed on 2025-01-30 10:25:30
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017
0018
0019
0020
0021
0022
0023
0024
0025
0026
0027 #ifndef __VKI_POSIXTYPES_MIPS64_LINUX_H
0028 #define __VKI_POSIXTYPES_MIPS64_LINUX_H
0029
0030 typedef unsigned long __vki_kernel_ino_t;
0031 typedef unsigned int __vki_kernel_mode_t;
0032 #if (_MIPS_SZLONG == 32)
0033 typedef unsigned long __vki_kernel_nlink_t;
0034 #endif
0035 #if (_MIPS_SZLONG == 64)
0036 typedef unsigned int __vki_kernel_nlink_t;
0037 #endif
0038 typedef long __vki_kernel_off_t;
0039 typedef int __vki_kernel_pid_t;
0040 typedef int __vki_kernel_ipc_pid_t;
0041 typedef unsigned int __vki_kernel_uid_t;
0042 typedef unsigned int __vki_kernel_gid_t;
0043 #if (_MIPS_SZLONG == 32)
0044 typedef unsigned int __vki_kernel_size_t;
0045 typedef int __vki_kernel_ssize_t;
0046 typedef int __vki_kernel_ptrdiff_t;
0047 #endif
0048 #if (_MIPS_SZLONG == 64)
0049 typedef unsigned long __vki_kernel_size_t;
0050 typedef long __vki_kernel_ssize_t;
0051 typedef long __vki_kernel_ptrdiff_t;
0052 #endif
0053 typedef long __vki_kernel_time_t;
0054 typedef long __vki_kernel_suseconds_t;
0055 typedef long __vki_kernel_clock_t;
0056 typedef int __vki_kernel_timer_t;
0057 typedef int __vki_kernel_clockid_t;
0058 typedef long __vki_kernel_daddr_t;
0059 typedef char * __vki_kernel_caddr_t;
0060
0061 typedef unsigned short __vki_kernel_uid16_t;
0062 typedef unsigned short __vki_kernel_gid16_t;
0063 typedef unsigned int __vki_kernel_uid32_t;
0064 typedef unsigned int __vki_kernel_gid32_t;
0065 typedef __vki_kernel_uid_t __vki_kernel_old_uid_t;
0066 typedef __vki_kernel_gid_t __vki_kernel_old_gid_t;
0067 typedef unsigned int __vki_kernel_old_dev_t;
0068
0069 typedef long long __vki_kernel_loff_t;
0070
0071 typedef struct {
0072 #if (_MIPS_SZLONG == 32)
0073 long val[2];
0074 #endif
0075 #if (_MIPS_SZLONG == 64)
0076 int val[2];
0077 #endif
0078 } __vki_kernel_fsid_t;
0079
0080 #endif
0081
0082
0083
0084