gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

fcntl_freebsd_386.go (35321B)


      1 // Code generated by 'ccgo fcntl/gen.c -crt-import-path "" -export-defines "" -export-enums "" -export-externs X -export-fields F -export-structs "" -export-typedefs "" -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -ignore-unsupported-alignment -o fcntl/fcntl_freebsd_386.go -pkgname fcntl', DO NOT EDIT.
      2 
      3 package fcntl
      4 
      5 import (
      6 	"math"
      7 	"reflect"
      8 	"sync/atomic"
      9 	"unsafe"
     10 )
     11 
     12 var _ = math.Pi
     13 var _ reflect.Kind
     14 var _ atomic.Value
     15 var _ unsafe.Pointer
     16 
     17 const (
     18 	AT_EACCESS            = 0x0100     // fcntl.h:224:1:
     19 	AT_EMPTY_PATH         = 0x4000     // fcntl.h:234:1:
     20 	AT_FDCWD              = -100       // fcntl.h:219:1:
     21 	AT_REMOVEDIR          = 0x0800     // fcntl.h:228:1:
     22 	AT_RESOLVE_BENEATH    = 0x2000     // fcntl.h:232:1:
     23 	AT_SYMLINK_FOLLOW     = 0x0400     // fcntl.h:227:1:
     24 	AT_SYMLINK_NOFOLLOW   = 0x0200     // fcntl.h:226:1:
     25 	FAPPEND               = 8          // fcntl.h:193:1:
     26 	FASYNC                = 64         // fcntl.h:194:1:
     27 	FDSYNC                = 16777216   // fcntl.h:196:1:
     28 	FD_CLOEXEC            = 1          // fcntl.h:283:1:
     29 	FD_NONE               = -200       // fcntl.h:355:1:
     30 	FFSYNC                = 128        // fcntl.h:195:1:
     31 	FNDELAY               = 4          // fcntl.h:198:1:
     32 	FNONBLOCK             = 4          // fcntl.h:197:1:
     33 	FRDAHEAD              = 512        // fcntl.h:210:1:
     34 	FREAD                 = 0x0001     // fcntl.h:89:1:
     35 	FWRITE                = 0x0002     // fcntl.h:90:1:
     36 	F_ADD_SEALS           = 19         // fcntl.h:270:1:
     37 	F_CANCEL              = 5          // fcntl.h:291:1:
     38 	F_DUP2FD              = 10         // fcntl.h:255:1:
     39 	F_DUP2FD_CLOEXEC      = 18         // fcntl.h:269:1:
     40 	F_DUPFD               = 0          // fcntl.h:242:1:
     41 	F_DUPFD_CLOEXEC       = 17         // fcntl.h:266:1:
     42 	F_GETFD               = 1          // fcntl.h:243:1:
     43 	F_GETFL               = 3          // fcntl.h:245:1:
     44 	F_GETLK               = 11         // fcntl.h:257:1:
     45 	F_GETOWN              = 5          // fcntl.h:248:1:
     46 	F_GET_SEALS           = 20         // fcntl.h:271:1:
     47 	F_ISUNIONSTACK        = 21         // fcntl.h:272:1:
     48 	F_KINFO               = 22         // fcntl.h:273:1:
     49 	F_OGETLK              = 7          // fcntl.h:252:1:
     50 	F_OSETLK              = 8          // fcntl.h:253:1:
     51 	F_OSETLKW             = 9          // fcntl.h:254:1:
     52 	F_RDAHEAD             = 16         // fcntl.h:263:1:
     53 	F_RDLCK               = 1          // fcntl.h:286:1:
     54 	F_READAHEAD           = 15         // fcntl.h:262:1:
     55 	F_SEAL_GROW           = 0x0004     // fcntl.h:278:1:
     56 	F_SEAL_SEAL           = 0x0001     // fcntl.h:276:1:
     57 	F_SEAL_SHRINK         = 0x0002     // fcntl.h:277:1:
     58 	F_SEAL_WRITE          = 0x0008     // fcntl.h:279:1:
     59 	F_SETFD               = 2          // fcntl.h:244:1:
     60 	F_SETFL               = 4          // fcntl.h:246:1:
     61 	F_SETLK               = 12         // fcntl.h:258:1:
     62 	F_SETLKW              = 13         // fcntl.h:259:1:
     63 	F_SETLK_REMOTE        = 14         // fcntl.h:261:1:
     64 	F_SETOWN              = 6          // fcntl.h:249:1:
     65 	F_UNLCK               = 2          // fcntl.h:287:1:
     66 	F_UNLCKSYS            = 4          // fcntl.h:290:1:
     67 	F_WRLCK               = 3          // fcntl.h:288:1:
     68 	LOCK_EX               = 0x02       // fcntl.h:332:1:
     69 	LOCK_NB               = 0x04       // fcntl.h:333:1:
     70 	LOCK_SH               = 0x01       // fcntl.h:331:1:
     71 	LOCK_UN               = 0x08       // fcntl.h:334:1:
     72 	O_ACCMODE             = 0x0003     // fcntl.h:78:1:
     73 	O_APPEND              = 0x0008     // fcntl.h:93:1:
     74 	O_ASYNC               = 0x0040     // fcntl.h:97:1:
     75 	O_CLOEXEC             = 0x00100000 // fcntl.h:133:1:
     76 	O_CREAT               = 0x0200     // fcntl.h:104:1:
     77 	O_DIRECT              = 0x00010000 // fcntl.h:116:1:
     78 	O_DIRECTORY           = 0x00020000 // fcntl.h:120:1:
     79 	O_DSYNC               = 0x01000000 // fcntl.h:143:1:
     80 	O_EMPTY_PATH          = 0x02000000 // fcntl.h:145:1:
     81 	O_EXCL                = 0x0800     // fcntl.h:106:1:
     82 	O_EXEC                = 0x00040000 // fcntl.h:121:1:
     83 	O_EXLOCK              = 0x0020     // fcntl.h:96:1:
     84 	O_FSYNC               = 0x0080     // fcntl.h:98:1:
     85 	O_NDELAY              = 4          // fcntl.h:199:1:
     86 	O_NOCTTY              = 0x8000     // fcntl.h:112:1:
     87 	O_NOFOLLOW            = 0x0100     // fcntl.h:102:1:
     88 	O_NONBLOCK            = 0x0004     // fcntl.h:92:1:
     89 	O_PATH                = 0x00400000 // fcntl.h:138:1:
     90 	O_RDONLY              = 0x0000     // fcntl.h:75:1:
     91 	O_RDWR                = 0x0002     // fcntl.h:77:1:
     92 	O_RESOLVE_BENEATH     = 0x00800000 // fcntl.h:139:1:
     93 	O_SEARCH              = 262144     // fcntl.h:122:1:
     94 	O_SHLOCK              = 0x0010     // fcntl.h:95:1:
     95 	O_SYNC                = 0x0080     // fcntl.h:100:1:
     96 	O_TRUNC               = 0x0400     // fcntl.h:105:1:
     97 	O_TTY_INIT            = 0x00080000 // fcntl.h:131:1:
     98 	O_VERIFY              = 0x00200000 // fcntl.h:137:1:
     99 	O_WRONLY              = 0x0001     // fcntl.h:76:1:
    100 	POSIX_FADV_DONTNEED   = 4          // fcntl.h:345:1:
    101 	POSIX_FADV_NOREUSE    = 5          // fcntl.h:346:1:
    102 	POSIX_FADV_NORMAL     = 0          // fcntl.h:341:1:
    103 	POSIX_FADV_RANDOM     = 1          // fcntl.h:342:1:
    104 	POSIX_FADV_SEQUENTIAL = 2          // fcntl.h:343:1:
    105 	POSIX_FADV_WILLNEED   = 3          // fcntl.h:344:1:
    106 	X_FILE_OFFSET_BITS    = 64         // <builtin>:25:1:
    107 	X_ILP32               = 1          // <predefined>:1:1:
    108 	X_MACHINE__LIMITS_H_  = 0          // _limits.h:36:1:
    109 	X_MACHINE__TYPES_H_   = 0          // _types.h:42:1:
    110 	X_MODE_T_DECLARED     = 0          // fcntl.h:54:1:
    111 	X_Nonnull             = 0          // cdefs.h:790:1:
    112 	X_Null_unspecified    = 0          // cdefs.h:792:1:
    113 	X_Nullable            = 0          // cdefs.h:791:1:
    114 	X_OFF_T_DECLARED      = 0          // fcntl.h:59:1:
    115 	X_PID_T_DECLARED      = 0          // fcntl.h:64:1:
    116 	X_SYS_CDEFS_H_        = 0          // cdefs.h:39:1:
    117 	X_SYS_FCNTL_H_        = 0          // fcntl.h:41:1:
    118 	X_SYS__TYPES_H_       = 0          // _types.h:32:1:
    119 	I386                  = 1          // <predefined>:335:1:
    120 	Unix                  = 1          // <predefined>:336:1:
    121 )
    122 
    123 type Ptrdiff_t = int32 /* <builtin>:3:26 */
    124 
    125 type Size_t = uint32 /* <builtin>:9:23 */
    126 
    127 type Wchar_t = int32 /* <builtin>:15:24 */
    128 
    129 type X__builtin_va_list = uintptr /* <builtin>:46:14 */
    130 type X__float128 = float64        /* <builtin>:47:21 */
    131 
    132 // -
    133 // SPDX-License-Identifier: BSD-3-Clause
    134 //
    135 // Copyright (c) 1983, 1990, 1993
    136 //	The Regents of the University of California.  All rights reserved.
    137 // (c) UNIX System Laboratories, Inc.
    138 // All or some portions of this file are derived from material licensed
    139 // to the University of California by American Telephone and Telegraph
    140 // Co. or Unix System Laboratories, Inc. and are reproduced herein with
    141 // the permission of UNIX System Laboratories, Inc.
    142 //
    143 // Redistribution and use in source and binary forms, with or without
    144 // modification, are permitted provided that the following conditions
    145 // are met:
    146 // 1. Redistributions of source code must retain the above copyright
    147 //    notice, this list of conditions and the following disclaimer.
    148 // 2. Redistributions in binary form must reproduce the above copyright
    149 //    notice, this list of conditions and the following disclaimer in the
    150 //    documentation and/or other materials provided with the distribution.
    151 // 3. Neither the name of the University nor the names of its contributors
    152 //    may be used to endorse or promote products derived from this software
    153 //    without specific prior written permission.
    154 //
    155 // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
    156 // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    157 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    158 // ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
    159 // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    160 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    161 // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    162 // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    163 // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    164 // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    165 // SUCH DAMAGE.
    166 //
    167 //	@(#)fcntl.h	8.3 (Berkeley) 1/21/94
    168 // $FreeBSD$
    169 
    170 // This file includes the definitions for open and fcntl
    171 // described by POSIX for <fcntl.h>; it also includes
    172 // related kernel definitions.
    173 
    174 // -
    175 // SPDX-License-Identifier: BSD-3-Clause
    176 //
    177 // Copyright (c) 1991, 1993
    178 //	The Regents of the University of California.  All rights reserved.
    179 //
    180 // This code is derived from software contributed to Berkeley by
    181 // Berkeley Software Design, Inc.
    182 //
    183 // Redistribution and use in source and binary forms, with or without
    184 // modification, are permitted provided that the following conditions
    185 // are met:
    186 // 1. Redistributions of source code must retain the above copyright
    187 //    notice, this list of conditions and the following disclaimer.
    188 // 2. Redistributions in binary form must reproduce the above copyright
    189 //    notice, this list of conditions and the following disclaimer in the
    190 //    documentation and/or other materials provided with the distribution.
    191 // 3. Neither the name of the University nor the names of its contributors
    192 //    may be used to endorse or promote products derived from this software
    193 //    without specific prior written permission.
    194 //
    195 // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
    196 // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    197 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    198 // ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
    199 // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    200 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    201 // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    202 // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    203 // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    204 // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    205 // SUCH DAMAGE.
    206 //
    207 //	@(#)cdefs.h	8.8 (Berkeley) 1/9/95
    208 // $FreeBSD$
    209 
    210 // Testing against Clang-specific extensions.
    211 
    212 // This code has been put in place to help reduce the addition of
    213 // compiler specific defines in FreeBSD code.  It helps to aid in
    214 // having a compiler-agnostic source tree.
    215 
    216 // Compiler memory barriers, specific to gcc and clang.
    217 
    218 // XXX: if __GNUC__ >= 2: not tested everywhere originally, where replaced
    219 
    220 // Macro to test if we're using a specific version of gcc or later.
    221 
    222 // The __CONCAT macro is used to concatenate parts of symbol names, e.g.
    223 // with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
    224 // The __CONCAT macro is a bit tricky to use if it must work in non-ANSI
    225 // mode -- there must be no spaces between its arguments, and for nested
    226 // __CONCAT's, all the __CONCAT's must be at the left.  __CONCAT can also
    227 // concatenate double-quoted strings produced by the __STRING macro, but
    228 // this only works with ANSI C.
    229 //
    230 // __XSTRING is like __STRING, but it expands any macros in its argument
    231 // first.  It is only available with ANSI C.
    232 
    233 // Compiler-dependent macros to help declare dead (non-returning) and
    234 // pure (no side effects) functions, and unused variables.  They are
    235 // null except for versions of gcc that are known to support the features
    236 // properly (old versions of gcc-2 supported the dead and pure features
    237 // in a different (wrong) way).  If we do not provide an implementation
    238 // for a given compiler, let the compile fail if it is told to use
    239 // a feature that we cannot live without.
    240 
    241 // Keywords added in C11.
    242 
    243 // Emulation of C11 _Generic().  Unlike the previously defined C11
    244 // keywords, it is not possible to implement this using exactly the same
    245 // syntax.  Therefore implement something similar under the name
    246 // __generic().  Unlike _Generic(), this macro can only distinguish
    247 // between a single type, so it requires nested invocations to
    248 // distinguish multiple cases.
    249 
    250 // C99 Static array indices in function parameter declarations.  Syntax such as:
    251 // void bar(int myArray[static 10]);
    252 // is allowed in C99 but not in C++.  Define __min_size appropriately so
    253 // headers using it can be compiled in either language.  Use like this:
    254 // void bar(int myArray[__min_size(10)]);
    255 
    256 // XXX: should use `#if __STDC_VERSION__ < 199901'.
    257 
    258 // C++11 exposes a load of C99 stuff
    259 
    260 // GCC 2.95 provides `__restrict' as an extension to C90 to support the
    261 // C99-specific `restrict' type qualifier.  We happen to use `__restrict' as
    262 // a way to define the `restrict' type qualifier without disturbing older
    263 // software that is unaware of C99 keywords.
    264 
    265 // GNU C version 2.96 adds explicit branch prediction so that
    266 // the CPU back-end can hint the processor and also so that
    267 // code blocks can be reordered such that the predicted path
    268 // sees a more linear flow, thus improving cache behavior, etc.
    269 //
    270 // The following two macros provide us with a way to utilize this
    271 // compiler feature.  Use __predict_true() if you expect the expression
    272 // to evaluate to true, and __predict_false() if you expect the
    273 // expression to evaluate to false.
    274 //
    275 // A few notes about usage:
    276 //
    277 //	* Generally, __predict_false() error condition checks (unless
    278 //	  you have some _strong_ reason to do otherwise, in which case
    279 //	  document it), and/or __predict_true() `no-error' condition
    280 //	  checks, assuming you want to optimize for the no-error case.
    281 //
    282 //	* Other than that, if you don't know the likelihood of a test
    283 //	  succeeding from empirical or other `hard' evidence, don't
    284 //	  make predictions.
    285 //
    286 //	* These are meant to be used in places that are run `a lot'.
    287 //	  It is wasteful to make predictions in code that is run
    288 //	  seldomly (e.g. at subsystem initialization time) as the
    289 //	  basic block reordering that this affects can often generate
    290 //	  larger code.
    291 
    292 // We define this here since <stddef.h>, <sys/queue.h>, and <sys/types.h>
    293 // require it.
    294 
    295 // Given the pointer x to the member m of the struct s, return
    296 // a pointer to the containing structure.  When using GCC, we first
    297 // assign pointer x to a local variable, to check that its type is
    298 // compatible with member m.
    299 
    300 // Compiler-dependent macros to declare that functions take printf-like
    301 // or scanf-like arguments.  They are null except for versions of gcc
    302 // that are known to support the features properly (old versions of gcc-2
    303 // didn't permit keeping the keywords out of the application namespace).
    304 
    305 // Compiler-dependent macros that rely on FreeBSD-specific extensions.
    306 
    307 // Embed the rcs id of a source file in the resulting library.  Note that in
    308 // more recent ELF binutils, we use .ident allowing the ID to be stripped.
    309 // Usage:
    310 //	__FBSDID("$FreeBSD$");
    311 
    312 // -
    313 // The following definitions are an extension of the behavior originally
    314 // implemented in <sys/_posix.h>, but with a different level of granularity.
    315 // POSIX.1 requires that the macros we test be defined before any standard
    316 // header file is included.
    317 //
    318 // Here's a quick run-down of the versions:
    319 //  defined(_POSIX_SOURCE)		1003.1-1988
    320 //  _POSIX_C_SOURCE == 1		1003.1-1990
    321 //  _POSIX_C_SOURCE == 2		1003.2-1992 C Language Binding Option
    322 //  _POSIX_C_SOURCE == 199309		1003.1b-1993
    323 //  _POSIX_C_SOURCE == 199506		1003.1c-1995, 1003.1i-1995,
    324 //					and the omnibus ISO/IEC 9945-1: 1996
    325 //  _POSIX_C_SOURCE == 200112		1003.1-2001
    326 //  _POSIX_C_SOURCE == 200809		1003.1-2008
    327 //
    328 // In addition, the X/Open Portability Guide, which is now the Single UNIX
    329 // Specification, defines a feature-test macro which indicates the version of
    330 // that specification, and which subsumes _POSIX_C_SOURCE.
    331 //
    332 // Our macros begin with two underscores to avoid namespace screwage.
    333 
    334 // Deal with IEEE Std. 1003.1-1990, in which _POSIX_C_SOURCE == 1.
    335 
    336 // Deal with IEEE Std. 1003.2-1992, in which _POSIX_C_SOURCE == 2.
    337 
    338 // Deal with various X/Open Portability Guides and Single UNIX Spec.
    339 
    340 // Deal with all versions of POSIX.  The ordering relative to the tests above is
    341 // important.
    342 // -
    343 // Deal with _ANSI_SOURCE:
    344 // If it is defined, and no other compilation environment is explicitly
    345 // requested, then define our internal feature-test macros to zero.  This
    346 // makes no difference to the preprocessor (undefined symbols in preprocessing
    347 // expressions are defined to have value zero), but makes it more convenient for
    348 // a test program to print out the values.
    349 //
    350 // If a program mistakenly defines _ANSI_SOURCE and some other macro such as
    351 // _POSIX_C_SOURCE, we will assume that it wants the broader compilation
    352 // environment (and in fact we will never get here).
    353 
    354 // User override __EXT1_VISIBLE
    355 
    356 // Old versions of GCC use non-standard ARM arch symbols; acle-compat.h
    357 // translates them to __ARM_ARCH and the modern feature symbols defined by ARM.
    358 
    359 // Nullability qualifiers: currently only supported by Clang.
    360 
    361 // Type Safety Checking
    362 //
    363 // Clang provides additional attributes to enable checking type safety
    364 // properties that cannot be enforced by the C type system.
    365 
    366 // Lock annotations.
    367 //
    368 // Clang provides support for doing basic thread-safety tests at
    369 // compile-time, by marking which locks will/should be held when
    370 // entering/leaving a functions.
    371 //
    372 // Furthermore, it is also possible to annotate variables and structure
    373 // members to enforce that they are only accessed when certain locks are
    374 // held.
    375 
    376 // Structure implements a lock.
    377 
    378 // Function acquires an exclusive or shared lock.
    379 
    380 // Function attempts to acquire an exclusive or shared lock.
    381 
    382 // Function releases a lock.
    383 
    384 // Function asserts that an exclusive or shared lock is held.
    385 
    386 // Function requires that an exclusive or shared lock is or is not held.
    387 
    388 // Function should not be analyzed.
    389 
    390 // Function or variable should not be sanitized, e.g., by AddressSanitizer.
    391 // GCC has the nosanitize attribute, but as a function attribute only, and
    392 // warns on use as a variable attribute.
    393 
    394 // Guard variables and structure members by lock.
    395 
    396 // Alignment builtins for better type checking and improved code generation.
    397 // Provide fallback versions for other compilers (GCC/Clang < 10):
    398 
    399 // -
    400 // SPDX-License-Identifier: BSD-2-Clause-FreeBSD
    401 //
    402 // Copyright (c) 2002 Mike Barcroft <mike@FreeBSD.org>
    403 // All rights reserved.
    404 //
    405 // Redistribution and use in source and binary forms, with or without
    406 // modification, are permitted provided that the following conditions
    407 // are met:
    408 // 1. Redistributions of source code must retain the above copyright
    409 //    notice, this list of conditions and the following disclaimer.
    410 // 2. Redistributions in binary form must reproduce the above copyright
    411 //    notice, this list of conditions and the following disclaimer in the
    412 //    documentation and/or other materials provided with the distribution.
    413 //
    414 // THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
    415 // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    416 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    417 // ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
    418 // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    419 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    420 // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    421 // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    422 // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    423 // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    424 // SUCH DAMAGE.
    425 //
    426 // $FreeBSD$
    427 
    428 // -
    429 // SPDX-License-Identifier: BSD-3-Clause
    430 //
    431 // Copyright (c) 1991, 1993
    432 //	The Regents of the University of California.  All rights reserved.
    433 //
    434 // This code is derived from software contributed to Berkeley by
    435 // Berkeley Software Design, Inc.
    436 //
    437 // Redistribution and use in source and binary forms, with or without
    438 // modification, are permitted provided that the following conditions
    439 // are met:
    440 // 1. Redistributions of source code must retain the above copyright
    441 //    notice, this list of conditions and the following disclaimer.
    442 // 2. Redistributions in binary form must reproduce the above copyright
    443 //    notice, this list of conditions and the following disclaimer in the
    444 //    documentation and/or other materials provided with the distribution.
    445 // 3. Neither the name of the University nor the names of its contributors
    446 //    may be used to endorse or promote products derived from this software
    447 //    without specific prior written permission.
    448 //
    449 // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
    450 // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    451 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    452 // ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
    453 // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    454 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    455 // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    456 // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    457 // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    458 // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    459 // SUCH DAMAGE.
    460 //
    461 //	@(#)cdefs.h	8.8 (Berkeley) 1/9/95
    462 // $FreeBSD$
    463 
    464 // -
    465 // This file is in the public domain.
    466 // $FreeBSD$
    467 
    468 // -
    469 // SPDX-License-Identifier: BSD-4-Clause
    470 //
    471 // Copyright (c) 2002 Mike Barcroft <mike@FreeBSD.org>
    472 // Copyright (c) 1990, 1993
    473 //	The Regents of the University of California.  All rights reserved.
    474 //
    475 // Redistribution and use in source and binary forms, with or without
    476 // modification, are permitted provided that the following conditions
    477 // are met:
    478 // 1. Redistributions of source code must retain the above copyright
    479 //    notice, this list of conditions and the following disclaimer.
    480 // 2. Redistributions in binary form must reproduce the above copyright
    481 //    notice, this list of conditions and the following disclaimer in the
    482 //    documentation and/or other materials provided with the distribution.
    483 // 3. All advertising materials mentioning features or use of this software
    484 //    must display the following acknowledgement:
    485 //	This product includes software developed by the University of
    486 //	California, Berkeley and its contributors.
    487 // 4. Neither the name of the University nor the names of its contributors
    488 //    may be used to endorse or promote products derived from this software
    489 //    without specific prior written permission.
    490 //
    491 // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
    492 // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    493 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    494 // ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
    495 // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    496 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    497 // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    498 // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    499 // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    500 // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    501 // SUCH DAMAGE.
    502 //
    503 //	From: @(#)ansi.h	8.2 (Berkeley) 1/4/94
    504 //	From: @(#)types.h	8.3 (Berkeley) 1/5/94
    505 // $FreeBSD$
    506 
    507 // -
    508 // This file is in the public domain.
    509 // $FreeBSD$
    510 
    511 // -
    512 // SPDX-License-Identifier: BSD-3-Clause
    513 //
    514 // Copyright (c) 1988, 1993
    515 //	The Regents of the University of California.  All rights reserved.
    516 //
    517 // Redistribution and use in source and binary forms, with or without
    518 // modification, are permitted provided that the following conditions
    519 // are met:
    520 // 1. Redistributions of source code must retain the above copyright
    521 //    notice, this list of conditions and the following disclaimer.
    522 // 2. Redistributions in binary form must reproduce the above copyright
    523 //    notice, this list of conditions and the following disclaimer in the
    524 //    documentation and/or other materials provided with the distribution.
    525 // 3. Neither the name of the University nor the names of its contributors
    526 //    may be used to endorse or promote products derived from this software
    527 //    without specific prior written permission.
    528 //
    529 // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
    530 // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    531 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    532 // ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
    533 // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    534 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    535 // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    536 // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    537 // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    538 // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    539 // SUCH DAMAGE.
    540 //
    541 //	@(#)limits.h	8.3 (Berkeley) 1/4/94
    542 // $FreeBSD$
    543 
    544 // According to ANSI (section 2.2.4.2), the values below must be usable by
    545 // #if preprocessing directives.  Additionally, the expression must have the
    546 // same type as would an expression that is an object of the corresponding
    547 // type converted according to the integral promotions.  The subtraction for
    548 // INT_MIN, etc., is so the value is not unsigned; e.g., 0x80000000 is an
    549 // unsigned int for 32-bit two's complement ANSI compilers (section 3.1.3.2).
    550 
    551 // max value for an unsigned long long
    552 
    553 // Minimum signal stack size.
    554 
    555 // Basic types upon which most other types are built.
    556 type X__int8_t = int8     /* _types.h:55:22 */
    557 type X__uint8_t = uint8   /* _types.h:56:24 */
    558 type X__int16_t = int16   /* _types.h:57:17 */
    559 type X__uint16_t = uint16 /* _types.h:58:25 */
    560 type X__int32_t = int32   /* _types.h:59:15 */
    561 type X__uint32_t = uint32 /* _types.h:60:23 */
    562 
    563 type X__int64_t = int64 /* _types.h:66:20 */
    564 
    565 type X__uint64_t = uint64 /* _types.h:68:28 */
    566 
    567 // Standard type definitions.
    568 type X__clock_t = uint32             /* _types.h:84:23 */
    569 type X__critical_t = X__int32_t      /* _types.h:85:19 */
    570 type X__double_t = float64           /* _types.h:87:21 */
    571 type X__float_t = float64            /* _types.h:88:21 */
    572 type X__intfptr_t = X__int32_t       /* _types.h:90:19 */
    573 type X__intptr_t = X__int32_t        /* _types.h:91:19 */
    574 type X__intmax_t = X__int64_t        /* _types.h:93:19 */
    575 type X__int_fast8_t = X__int32_t     /* _types.h:94:19 */
    576 type X__int_fast16_t = X__int32_t    /* _types.h:95:19 */
    577 type X__int_fast32_t = X__int32_t    /* _types.h:96:19 */
    578 type X__int_fast64_t = X__int64_t    /* _types.h:97:19 */
    579 type X__int_least8_t = X__int8_t     /* _types.h:98:18 */
    580 type X__int_least16_t = X__int16_t   /* _types.h:99:19 */
    581 type X__int_least32_t = X__int32_t   /* _types.h:100:19 */
    582 type X__int_least64_t = X__int64_t   /* _types.h:101:19 */
    583 type X__ptrdiff_t = X__int32_t       /* _types.h:112:19 */
    584 type X__register_t = X__int32_t      /* _types.h:113:19 */
    585 type X__segsz_t = X__int32_t         /* _types.h:114:19 */
    586 type X__size_t = X__uint32_t         /* _types.h:115:20 */
    587 type X__ssize_t = X__int32_t         /* _types.h:116:19 */
    588 type X__time_t = X__int32_t          /* _types.h:117:19 */
    589 type X__uintfptr_t = X__uint32_t     /* _types.h:118:20 */
    590 type X__uintptr_t = X__uint32_t      /* _types.h:119:20 */
    591 type X__uintmax_t = X__uint64_t      /* _types.h:121:20 */
    592 type X__uint_fast8_t = X__uint32_t   /* _types.h:122:20 */
    593 type X__uint_fast16_t = X__uint32_t  /* _types.h:123:20 */
    594 type X__uint_fast32_t = X__uint32_t  /* _types.h:124:20 */
    595 type X__uint_fast64_t = X__uint64_t  /* _types.h:125:20 */
    596 type X__uint_least8_t = X__uint8_t   /* _types.h:126:19 */
    597 type X__uint_least16_t = X__uint16_t /* _types.h:127:20 */
    598 type X__uint_least32_t = X__uint32_t /* _types.h:128:20 */
    599 type X__uint_least64_t = X__uint64_t /* _types.h:129:20 */
    600 type X__u_register_t = X__uint32_t   /* _types.h:136:20 */
    601 type X__vm_offset_t = X__uint32_t    /* _types.h:137:20 */
    602 type X__vm_paddr_t = X__uint64_t     /* _types.h:138:20 */
    603 type X__vm_size_t = X__uint32_t      /* _types.h:139:20 */
    604 type X___wchar_t = int32             /* _types.h:141:14 */
    605 
    606 // Standard type definitions.
    607 type X__blksize_t = X__int32_t   /* _types.h:40:19 */ // file block size
    608 type X__blkcnt_t = X__int64_t    /* _types.h:41:19 */ // file block count
    609 type X__clockid_t = X__int32_t   /* _types.h:42:19 */ // clock_gettime()...
    610 type X__fflags_t = X__uint32_t   /* _types.h:43:20 */ // file flags
    611 type X__fsblkcnt_t = X__uint64_t /* _types.h:44:20 */
    612 type X__fsfilcnt_t = X__uint64_t /* _types.h:45:20 */
    613 type X__gid_t = X__uint32_t      /* _types.h:46:20 */
    614 type X__id_t = X__int64_t        /* _types.h:47:19 */ // can hold a gid_t, pid_t, or uid_t
    615 type X__ino_t = X__uint64_t      /* _types.h:48:20 */ // inode number
    616 type X__key_t = int32            /* _types.h:49:15 */ // IPC key (for Sys V IPC)
    617 type X__lwpid_t = X__int32_t     /* _types.h:50:19 */ // Thread ID (a.k.a. LWP)
    618 type X__mode_t = X__uint16_t     /* _types.h:51:20 */ // permissions
    619 type X__accmode_t = int32        /* _types.h:52:14 */ // access permissions
    620 type X__nl_item = int32          /* _types.h:53:14 */
    621 type X__nlink_t = X__uint64_t    /* _types.h:54:20 */ // link count
    622 type X__off_t = X__int64_t       /* _types.h:55:19 */ // file offset
    623 type X__off64_t = X__int64_t     /* _types.h:56:19 */ // file offset (alias)
    624 type X__pid_t = X__int32_t       /* _types.h:57:19 */ // process [group]
    625 type X__rlim_t = X__int64_t      /* _types.h:58:19 */ // resource limit - intentionally
    626 // signed, because of legacy code
    627 // that uses -1 for RLIM_INFINITY
    628 type X__sa_family_t = X__uint8_t /* _types.h:61:19 */
    629 type X__socklen_t = X__uint32_t  /* _types.h:62:20 */
    630 type X__suseconds_t = int32      /* _types.h:63:15 */ // microseconds (signed)
    631 type X__timer_t = uintptr        /* _types.h:64:24 */ // timer_gettime()...
    632 type X__mqd_t = uintptr          /* _types.h:65:21 */ // mq_open()...
    633 type X__uid_t = X__uint32_t      /* _types.h:66:20 */
    634 type X__useconds_t = uint32      /* _types.h:67:22 */ // microseconds (unsigned)
    635 type X__cpuwhich_t = int32       /* _types.h:68:14 */ // which parameter for cpuset.
    636 type X__cpulevel_t = int32       /* _types.h:69:14 */ // level parameter for cpuset.
    637 type X__cpusetid_t = int32       /* _types.h:70:14 */ // cpuset identifier.
    638 type X__daddr_t = X__int64_t     /* _types.h:71:19 */ // bwrite(3), FIOBMAP2, etc
    639 
    640 // Unusual type definitions.
    641 // rune_t is declared to be an “int” instead of the more natural
    642 // “unsigned long” or “long”.  Two things are happening here.  It is not
    643 // unsigned so that EOF (-1) can be naturally assigned to it and used.  Also,
    644 // it looks like 10646 will be a 31 bit standard.  This means that if your
    645 // ints cannot hold 32 bits, you will be in trouble.  The reason an int was
    646 // chosen over a long is that the is*() and to*() routines take ints (says
    647 // ANSI C), but they use __ct_rune_t instead of int.
    648 //
    649 // NOTE: rune_t is not covered by ANSI nor other standards, and should not
    650 // be instantiated outside of lib/libc/locale.  Use wchar_t.  wint_t and
    651 // rune_t must be the same type.  Also, wint_t should be able to hold all
    652 // members of the largest character set plus one extra value (WEOF), and
    653 // must be at least 16 bits.
    654 type X__ct_rune_t = int32     /* _types.h:91:14 */ // arg type for ctype funcs
    655 type X__rune_t = X__ct_rune_t /* _types.h:92:21 */ // rune_t (see above)
    656 type X__wint_t = X__ct_rune_t /* _types.h:93:21 */ // wint_t (see above)
    657 
    658 // Clang already provides these types as built-ins, but only in C++ mode.
    659 type X__char16_t = X__uint_least16_t /* _types.h:97:26 */
    660 type X__char32_t = X__uint_least32_t /* _types.h:98:26 */
    661 // In C++11, char16_t and char32_t are built-in types.
    662 
    663 type X__max_align_t = struct {
    664 	F__max_align1 int64
    665 	F__max_align2 float64
    666 } /* _types.h:111:3 */
    667 
    668 type X__dev_t = X__uint64_t /* _types.h:113:20 */ // device number
    669 
    670 type X__fixpt_t = X__uint32_t /* _types.h:115:20 */ // fixed point number
    671 
    672 // mbstate_t is an opaque object to keep conversion state during multibyte
    673 // stream conversions.
    674 type X__mbstate_t = struct {
    675 	F__ccgo_pad1 [0]uint32
    676 	F__mbstate8  [128]int8
    677 } /* _types.h:124:3 */
    678 
    679 type X__rman_res_t = X__uintmax_t /* _types.h:126:25 */
    680 
    681 // Types for varargs. These are all provided by builtin types these
    682 // days, so centralize their definition.
    683 type X__va_list = X__builtin_va_list /* _types.h:133:27 */ // internally known to gcc
    684 type X__gnuc_va_list = X__va_list    /* _types.h:140:20 */ // compatibility w/GNU headers
    685 
    686 // When the following macro is defined, the system uses 64-bit inode numbers.
    687 // Programs can use this to avoid including <sys/param.h>, with its associated
    688 // namespace pollution.
    689 
    690 type Mode_t = X__mode_t /* fcntl.h:53:18 */
    691 
    692 type Off_t = X__off_t /* fcntl.h:58:18 */
    693 
    694 type Pid_t = X__pid_t /* fcntl.h:63:18 */
    695 
    696 // File status flags: these are used by open(2), fcntl(2).
    697 // They are also used (indirectly) in the kernel file structure f_flags,
    698 // which is a superset of the open/fcntl flags.  Open flags and f_flags
    699 // are inter-convertible using OFLAGS(fflags) and FFLAGS(oflags).
    700 // Open/fcntl flags begin with O_; kernel-internal flags begin with F.
    701 // open-only flags
    702 
    703 // Kernel encoding of open mode; separate read and write bits that are
    704 // independently testable: 1 greater than the above.
    705 //
    706 // XXX
    707 // FREAD and FWRITE are excluded from the #ifdef _KERNEL so that TIOCFLUSH,
    708 // which was documented to use FREAD/FWRITE, continues to work.
    709 
    710 // Defined by POSIX 1003.1; BSD default, but must be distinct from O_RDONLY.
    711 
    712 // Attempt to bypass buffer cache
    713 
    714 // Defined by POSIX 1003.1-2008; BSD default, but reserve for future use.
    715 
    716 // XXX missing O_RSYNC.
    717 
    718 // The O_* flags used to have only F* names, which were used in the kernel
    719 // and by fcntl.  We retain the F* names for the kernel f_flag field
    720 // and for backward compatibility for fcntl.  These flags are deprecated.
    721 
    722 // Historically, we ran out of bits in f_flag (which was once a short).
    723 // However, the flag bits not set in FMASK are only meaningful in the
    724 // initial open syscall.  Those bits were thus given a
    725 // different meaning for fcntl(2).
    726 // Read ahead
    727 
    728 // Magic value that specify the use of the current working directory
    729 // to determine the target of relative file paths in the openat() and
    730 // similar syscalls.
    731 
    732 // Miscellaneous flags for the *at() syscalls.
    733 /* #define AT_UNUSED1		0x1000 */ // Was AT_BENEATH
    734 
    735 // Constants used for fcntl(2)
    736 
    737 // command values
    738 
    739 // Seals (F_ADD_SEALS, F_GET_SEALS).
    740 
    741 // file descriptor flags (F_GETFD, F_SETFD)
    742 
    743 // record locking flags (F_GETLK, F_SETLK, F_SETLKW)
    744 
    745 // Advisory file segment locking data type -
    746 // information passed to system by user
    747 type Flock = struct {
    748 	Fl_start  Off_t
    749 	Fl_len    Off_t
    750 	Fl_pid    Pid_t
    751 	Fl_type   int16
    752 	Fl_whence int16
    753 	Fl_sysid  int32
    754 } /* fcntl.h:306:1 */
    755 
    756 // Old advisory file segment locking data type,
    757 // before adding l_sysid.
    758 type X__oflock = struct {
    759 	Fl_start  Off_t
    760 	Fl_len    Off_t
    761 	Fl_pid    Pid_t
    762 	Fl_type   int16
    763 	Fl_whence int16
    764 } /* fcntl.h:320:1 */
    765 
    766 var _ int8 /* gen.c:2:13: */