4 /* Machine / Operating system information */
5 #define SYS_NAME "i386_dfbsd_23"
6 #define SYS_NAME_ID SYS_NAME_ID_i386_dfbsd_23
8 #define AFSLITTLE_ENDIAN 1
9 #define AFS_HAVE_FFS 1 /* Use system's ffs. */
10 #define AFS_HAVE_STATVFS 1 /* System doesn't support statvfs */
11 #define AFS_FAKEOPEN_ENV 1 /* call afs_FakeOpen as if !AFS_VM_RDWR */
15 /* This section for kernel libafs compiles only */
18 #include <sys/param.h>
21 #define AFS_XBSD_ENV 1 /* {Free,Open,Net}BSD */
22 #define AFS_X86_XBSD_ENV 1
24 #define AFS_NAMEI_ENV 1 /* User space interface to file system */
25 #define AFS_64BIT_CLIENT 1
26 #define AFS_64BIT_IOPS_ENV 1 /* Needed for NAMEI */
27 #define AFS_DFBSD_ENV 1
28 #define AFS_DFBSD22_ENV 1
29 #define AFS_DFBSD23_ENV 1
30 #define AFS_X86_DFBSD_ENV 1
31 #define AFS_X86_DFBSD22_ENV 1
32 #define AFS_X86_DFBSD23_ENV 1
35 #define AFS_NONFSTRANS 1
36 #define FTRUNC O_TRUNC
43 #define IN_LOCK(ip) lockmgr(&ip->i_lock, LK_EXCLUSIVE, \
45 #define IN_UNLOCK(ip) lockmgr(&ip->i_lock, LK_RELEASE, \
48 #include <afs/afs_sysnames.h>
51 #define AFS_VFSINCL_ENV 1
52 #define AFS_GREEDY43_ENV 1
55 #define AFS_SYSCALL 339
56 #define AFS_MOUNT_AFS "afs"
59 #define MOUNT_UFS "ufs"
63 #define MOUNT_AFS AFS_MOUNT_AFS
66 #define RXK_LISTENER_ENV 1
67 #define AFS_GCPAGS 0 /* if nonzero, garbage collect PAGs */
68 #define AFS_USE_GETTIMEOFDAY 1 /* use gettimeofday to implement rx clock */
70 /* Extra kernel definitions (from kdefs file) */
72 #define AFS_GLOBAL_SUNLOCK 1
73 #define AFS_VFS34 1 /* What is VFS34??? */
74 #define afsio_iov uio_iov
75 #define afsio_iovcnt uio_iovcnt
76 #define afsio_offset uio_offset
77 #define afsio_seg uio_segflg
78 #define afsio_resid uio_resid
79 #define AFS_UIOSYS UIO_SYSSPACE
80 #define AFS_UIOUSER UIO_USERSPACE
81 #define AFS_CLBYTES CLBYTES
82 #define osi_GetTime(x) microtime(x)
83 #define AFS_KALLOC(x) osi_fbsd_alloc((x), 1)
84 #undef AFS_KALLOC_NOSLEEP
85 #define AFS_KALLOC_NOSLEEP(x) osi_fbsd_alloc((x), 0)
86 #define AFS_KFREE(x,y) osi_fbsd_free((x))
87 #define v_count v_usecount
88 #define v_vfsp v_mount
89 #define vfs_bsize mnt_stat.f_bsize
90 #define vfs_fsid mnt_stat.f_fsid
91 #define va_nodeid va_fileid
92 #define vfs_vnodecovered mnt_vnodecovered
94 #define vnode_t struct vnode
97 #define MUTEX_DEFAULT 0
98 #endif /* MUTEX_DEFAULT */
104 #define p_rcred p_ucred
106 #if !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__)
107 enum vcexcl
{ NONEXCL
, EXCL
};
111 #define MIN(A,B) ((A) < (B) ? (A) : (B))
114 #define MAX(A,B) ((A) > (B) ? (A) : (B))
118 #endif /* ! ASSEMBLER & ! __LANGUAGE_ASSEMBLY__ */
121 #else /* !defined(UKERNEL) */
123 /* This section for user space compiles only */
125 #define UKERNEL 1 /* user space kernel */
127 #define AFS_VFSINCL_ENV 1
128 #define AFS_USR_DFBSD22_ENV 1
129 #define AFS_USR_DFBSD23_ENV 1
130 #define AFS_USR_DFBSD_ENV 1
131 #undef AFS_NONFSTRANS
132 #define AFS_NONFSTRANS 1
134 #define AFS_MOUNT_AFS "afs" /* The name of the filesystem type. */
135 #define AFS_SYSCALL 339
136 #define AFS_NAMEI_ENV 1 /* User space interface to file system */
137 #define AFS_64BIT_IOPS_ENV 1 /* Needed for NAMEI */
138 #define AFS_USERSPACE_IP_ADDR 1
139 #define RXK_LISTENER_ENV 1
140 #define AFS_GCPAGS 0 /* if nonzero, garbage collect PAGs */
142 #include <afs/afs_sysnames.h>
144 #define afsio_iov uio_iov
145 #define afsio_iovcnt uio_iovcnt
146 #define afsio_offset uio_offset
147 #define afsio_seg uio_segflg
148 #define afsio_fmode uio_fmode
149 #define afsio_resid uio_resid
151 #define AFS_UIOUSER UIO_USERSPACE
152 #define AFS_CLBYTES MCLBYTES
153 #define AFS_MINCHANGE 2
154 #define VATTR_NULL usr_vattr_null
161 #include <sys/param.h>
162 #include <sys/types.h>
163 #include <sys/mount.h>
164 #include <sys/fcntl.h>
166 #include <sys/socket.h>
167 #include <netinet/in.h>
170 #endif /* !defined(UKERNEL) */
172 #endif /* AFS_PARAM_H */