2 /* This section for kernel libafs compiles only */
5 * Copyright 2000, International Business Machines Corporation and others.
8 * This software has been released under the terms of the IBM Public
9 * License. For details, see the LICENSE file in the top-level source
10 * directory or online at http://www.openafs.org/dl/license10.html
17 #define AFS_AIX32_ENV 1
18 #define AFS_AIX41_ENV 1
19 #define AFS_AIX42_ENV 1
20 #define AFS_AIX51_ENV 1
21 #define AFS_AIX52_ENV 1
22 #define AFS_AIX53_ENV 1
24 #define AFS_64BIT_CLIENT 1
25 #define AFS_NAMEI_ENV 1
27 #define AFS_64BIT_IOPS_ENV 1
30 #define AFS_HAVE_FLOCK_SYSID 1
32 #include <afs/afs_sysnames.h>
34 /* Global lock in AFS part of client. */
35 #define AFS_GLOBAL_SUNLOCK 1
36 #define AFS_GCPAGS 1 /* if nonzero, garbage collect PAGs */
38 /* File system entry (used if vmount.h doesn't define MNT_AFS */
39 #define AFS_MOUNT_AFS 4
40 #define AFS_SYSCALL 31
42 /* Machine / Operating system information */
43 #define SYS_NAME "rs_aix53"
44 #define SYS_NAME_ID SYS_NAME_ID_rs_aix53
45 #define AFSBIG_ENDIAN 1
46 #define RIOS 1 /* POWERseries 6000. (sj/pc) */
47 #define AFS_VM_RDWR_ENV 1 /* read/write implemented via VM */
48 #define AFS_USE_GETTIMEOFDAY 1 /* use gettimeofday to implement rx clock */
49 #define AFS_HAVE_STATVFS 1 /* System supports statvfs */
52 #define _POWER 1 /* _POWERseries! */
58 #define KERNEL_HAVE_UERROR 1
59 #define KERNEL_HAVE_PIN 1
61 /* Extra kernel definitions (from kdefs file) */
63 #define AFS_UIOFMODE 1
64 #define afsio_iov uio_iov
65 #define afsio_iovcnt uio_iovcnt
66 #define afsio_offset uio_offset
67 #define afsio_seg uio_segflg
68 #define afsio_fmode uio_fmode
69 #define afsio_resid uio_resid
70 #define AFS_UIOSYS UIO_SYSSPACE
71 #define AFS_UIOUSER UIO_USERSPACE
72 #define AFS_CLBYTES CLBYTES
73 #define AFS_MINCHANGE 2
74 #define osi_GetTime(x) do {curtime(x); (x)->tv_usec = (x)->tv_usec/1000;} while (0)
75 #define osi_GTime(x) time /* something for the silly time(0)?? */
76 #define AFS_KALLOC kmem_alloc
77 #define AFS_KFREE kmem_free
78 #define VATTR_NULL(V) memset((void*)V, -1, sizeof(*(V)))
79 #define va_nodeid va_serialno
82 #endif /* AFS_PARAM_H */
84 #else /* !defined(UKERNEL) */
86 /* This section for user space compiles only */
89 * Copyright 2000, International Business Machines Corporation and others.
90 * All Rights Reserved.
92 * This software has been released under the terms of the IBM Public
93 * License. For details, see the LICENSE file in the top-level source
94 * directory or online at http://www.openafs.org/dl/license10.html
100 #define AFS_64BIT_CLIENT 1
101 #define AFS_NAMEI_ENV 1
103 #define AFS_64BIT_IOPS_ENV 1
106 #define AFS_VFS_ENV 1
107 /* Used only in vfsck code; is it needed any more???? */
108 #define RXK_LISTENER_ENV 1
109 #define AFS_USERSPACE_IP_ADDR 1
110 #define AFS_GCPAGS 0 /* if nonzero, garbage collect PAGs */
114 #define UKERNEL 1 /* user space kernel */
116 #define AFS_USR_AIX_ENV 1
117 #define AFS_USR_AIX41_ENV 1
118 #define AFS_USR_AIX42_ENV 1
119 #define AFS_USR_AIX51_ENV 1
123 #define AFS_AIX_ENV 1
124 #define AFS_AIX32_ENV 1
125 #define AFS_AIX41_ENV 1
126 #define AFS_AIX42_ENV 1
127 #define AFS_AIX51_ENV 1
129 #define AFS_HAVE_FLOCK_SYSID 1
133 #include <afs/afs_sysnames.h>
135 /*#define AFS_GLOBAL_SUNLOCK 1 *//* For global locking */
137 #define AFS_3DISPARES 1 /* Utilize the 3 available disk inode 'spares' */
138 #define AFS_SYSCALL 105
140 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
141 #define AFS_MOUNT_AFS 4
143 /* Machine / Operating system information */
144 #define sys_rs_aix51 1
145 #define SYS_NAME "rs_aix51"
146 #define SYS_NAME_ID SYS_NAME_ID_rs_aix51
147 #define AFSBIG_ENDIAN 1
148 #define AFS_HAVE_FFS 1 /* Use system's ffs. */
149 #define AFS_HAVE_STATVFS 1 /* System supports statvfs */
151 /* Extra kernel definitions (from kdefs file) */
153 #define AFS_UIOFMODE 1 /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
154 #define AFS_SYSVLOCK 1 /* sys v locking supported */
155 #define afsio_iov uio_iov
156 #define afsio_iovcnt uio_iovcnt
157 #define afsio_offset uio_offset
158 #define afsio_seg uio_segflg
159 #define afsio_fmode uio_fmode
160 #define afsio_resid uio_resid
162 #define AFS_UIOUSER UIO_USERSPACE
163 #define AFS_CLBYTES MCLBYTES
164 #define AFS_MINCHANGE 2
165 #define VATTR_NULL usr_vattr_null
172 #endif /* AFS_PARAM_H */
174 #endif /* !defined(UKERNEL) */