]> Cypherpunks.ru repositories - gostls13.git/blob - api/go1.3.txt
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / api / go1.3.txt
1 pkg archive/tar, const TypeGNUSparse = 83
2 pkg archive/tar, const TypeGNUSparse ideal-char
3 pkg archive/tar, type Header struct, Xattrs map[string]string
4 pkg compress/gzip, method (*Reader) Reset(io.Reader) error
5 pkg crypto/tls, const CurveP256 = 23
6 pkg crypto/tls, const CurveP256 CurveID
7 pkg crypto/tls, const CurveP384 = 24
8 pkg crypto/tls, const CurveP384 CurveID
9 pkg crypto/tls, const CurveP521 = 25
10 pkg crypto/tls, const CurveP521 CurveID
11 pkg crypto/tls, func DialWithDialer(*net.Dialer, string, string, *Config) (*Conn, error)
12 pkg crypto/tls, func NewLRUClientSessionCache(int) ClientSessionCache
13 pkg crypto/tls, type ClientSessionCache interface { Get, Put }
14 pkg crypto/tls, type ClientSessionCache interface, Get(string) (*ClientSessionState, bool)
15 pkg crypto/tls, type ClientSessionCache interface, Put(string, *ClientSessionState)
16 pkg crypto/tls, type ClientSessionState struct
17 pkg crypto/tls, type Config struct, ClientSessionCache ClientSessionCache
18 pkg crypto/tls, type Config struct, CurvePreferences []CurveID
19 pkg crypto/tls, type ConnectionState struct, Version uint16
20 pkg crypto/tls, type CurveID uint16
21 pkg crypto/x509, func CreateCertificateRequest(io.Reader, *CertificateRequest, interface{}) ([]uint8, error)
22 pkg crypto/x509, func ParseCertificateRequest([]uint8) (*CertificateRequest, error)
23 pkg crypto/x509, type CertificateRequest struct
24 pkg crypto/x509, type CertificateRequest struct, Attributes []pkix.AttributeTypeAndValueSET
25 pkg crypto/x509, type CertificateRequest struct, DNSNames []string
26 pkg crypto/x509, type CertificateRequest struct, EmailAddresses []string
27 pkg crypto/x509, type CertificateRequest struct, Extensions []pkix.Extension
28 pkg crypto/x509, type CertificateRequest struct, ExtraExtensions []pkix.Extension
29 pkg crypto/x509, type CertificateRequest struct, IPAddresses []net.IP
30 pkg crypto/x509, type CertificateRequest struct, PublicKey interface{}
31 pkg crypto/x509, type CertificateRequest struct, PublicKeyAlgorithm PublicKeyAlgorithm
32 pkg crypto/x509, type CertificateRequest struct, Raw []uint8
33 pkg crypto/x509, type CertificateRequest struct, RawSubject []uint8
34 pkg crypto/x509, type CertificateRequest struct, RawSubjectPublicKeyInfo []uint8
35 pkg crypto/x509, type CertificateRequest struct, RawTBSCertificateRequest []uint8
36 pkg crypto/x509, type CertificateRequest struct, Signature []uint8
37 pkg crypto/x509, type CertificateRequest struct, SignatureAlgorithm SignatureAlgorithm
38 pkg crypto/x509, type CertificateRequest struct, Subject pkix.Name
39 pkg crypto/x509, type CertificateRequest struct, Version int
40 pkg crypto/x509/pkix, type AttributeTypeAndValueSET struct
41 pkg crypto/x509/pkix, type AttributeTypeAndValueSET struct, Type asn1.ObjectIdentifier
42 pkg crypto/x509/pkix, type AttributeTypeAndValueSET struct, Value [][]AttributeTypeAndValue
43 pkg debug/dwarf, const TagCondition = 63
44 pkg debug/dwarf, const TagCondition Tag
45 pkg debug/dwarf, const TagRvalueReferenceType = 66
46 pkg debug/dwarf, const TagRvalueReferenceType Tag
47 pkg debug/dwarf, const TagSharedType = 64
48 pkg debug/dwarf, const TagSharedType Tag
49 pkg debug/dwarf, const TagTemplateAlias = 67
50 pkg debug/dwarf, const TagTemplateAlias Tag
51 pkg debug/dwarf, const TagTypeUnit = 65
52 pkg debug/dwarf, const TagTypeUnit Tag
53 pkg debug/dwarf, method (*Data) AddTypes(string, []uint8) error
54 pkg debug/macho, const CpuArm = 12
55 pkg debug/macho, const CpuArm Cpu
56 pkg debug/macho, const CpuPpc = 18
57 pkg debug/macho, const CpuPpc Cpu
58 pkg debug/macho, const CpuPpc64 = 16777234
59 pkg debug/macho, const CpuPpc64 Cpu
60 pkg debug/macho, const MagicFat = 3405691582
61 pkg debug/macho, const MagicFat uint32
62 pkg debug/macho, const TypeBundle = 8
63 pkg debug/macho, const TypeBundle Type
64 pkg debug/macho, const TypeDylib = 6
65 pkg debug/macho, const TypeDylib Type
66 pkg debug/macho, func NewFatFile(io.ReaderAt) (*FatFile, error)
67 pkg debug/macho, func OpenFat(string) (*FatFile, error)
68 pkg debug/macho, method (*FatFile) Close() error
69 pkg debug/macho, method (FatArch) Close() error
70 pkg debug/macho, method (FatArch) DWARF() (*dwarf.Data, error)
71 pkg debug/macho, method (FatArch) ImportedLibraries() ([]string, error)
72 pkg debug/macho, method (FatArch) ImportedSymbols() ([]string, error)
73 pkg debug/macho, method (FatArch) Section(string) *Section
74 pkg debug/macho, method (FatArch) Segment(string) *Segment
75 pkg debug/macho, type FatArch struct
76 pkg debug/macho, type FatArch struct, embedded *File
77 pkg debug/macho, type FatArch struct, embedded FatArchHeader
78 pkg debug/macho, type FatArchHeader struct
79 pkg debug/macho, type FatArchHeader struct, Align uint32
80 pkg debug/macho, type FatArchHeader struct, Cpu Cpu
81 pkg debug/macho, type FatArchHeader struct, Offset uint32
82 pkg debug/macho, type FatArchHeader struct, Size uint32
83 pkg debug/macho, type FatArchHeader struct, SubCpu uint32
84 pkg debug/macho, type FatFile struct
85 pkg debug/macho, type FatFile struct, Arches []FatArch
86 pkg debug/macho, type FatFile struct, Magic uint32
87 pkg debug/macho, var ErrNotFat *FormatError
88 pkg debug/pe, type DataDirectory struct
89 pkg debug/pe, type DataDirectory struct, Size uint32
90 pkg debug/pe, type DataDirectory struct, VirtualAddress uint32
91 pkg debug/pe, type File struct, OptionalHeader interface{}
92 pkg debug/pe, type OptionalHeader32 struct
93 pkg debug/pe, type OptionalHeader32 struct, AddressOfEntryPoint uint32
94 pkg debug/pe, type OptionalHeader32 struct, BaseOfCode uint32
95 pkg debug/pe, type OptionalHeader32 struct, BaseOfData uint32
96 pkg debug/pe, type OptionalHeader32 struct, CheckSum uint32
97 pkg debug/pe, type OptionalHeader32 struct, DataDirectory [16]DataDirectory
98 pkg debug/pe, type OptionalHeader32 struct, DllCharacteristics uint16
99 pkg debug/pe, type OptionalHeader32 struct, FileAlignment uint32
100 pkg debug/pe, type OptionalHeader32 struct, ImageBase uint32
101 pkg debug/pe, type OptionalHeader32 struct, LoaderFlags uint32
102 pkg debug/pe, type OptionalHeader32 struct, Magic uint16
103 pkg debug/pe, type OptionalHeader32 struct, MajorImageVersion uint16
104 pkg debug/pe, type OptionalHeader32 struct, MajorLinkerVersion uint8
105 pkg debug/pe, type OptionalHeader32 struct, MajorOperatingSystemVersion uint16
106 pkg debug/pe, type OptionalHeader32 struct, MajorSubsystemVersion uint16
107 pkg debug/pe, type OptionalHeader32 struct, MinorImageVersion uint16
108 pkg debug/pe, type OptionalHeader32 struct, MinorLinkerVersion uint8
109 pkg debug/pe, type OptionalHeader32 struct, MinorOperatingSystemVersion uint16
110 pkg debug/pe, type OptionalHeader32 struct, MinorSubsystemVersion uint16
111 pkg debug/pe, type OptionalHeader32 struct, NumberOfRvaAndSizes uint32
112 pkg debug/pe, type OptionalHeader32 struct, SectionAlignment uint32
113 pkg debug/pe, type OptionalHeader32 struct, SizeOfCode uint32
114 pkg debug/pe, type OptionalHeader32 struct, SizeOfHeaders uint32
115 pkg debug/pe, type OptionalHeader32 struct, SizeOfHeapCommit uint32
116 pkg debug/pe, type OptionalHeader32 struct, SizeOfHeapReserve uint32
117 pkg debug/pe, type OptionalHeader32 struct, SizeOfImage uint32
118 pkg debug/pe, type OptionalHeader32 struct, SizeOfInitializedData uint32
119 pkg debug/pe, type OptionalHeader32 struct, SizeOfStackCommit uint32
120 pkg debug/pe, type OptionalHeader32 struct, SizeOfStackReserve uint32
121 pkg debug/pe, type OptionalHeader32 struct, SizeOfUninitializedData uint32
122 pkg debug/pe, type OptionalHeader32 struct, Subsystem uint16
123 pkg debug/pe, type OptionalHeader32 struct, Win32VersionValue uint32
124 pkg debug/pe, type OptionalHeader64 struct
125 pkg debug/pe, type OptionalHeader64 struct, AddressOfEntryPoint uint32
126 pkg debug/pe, type OptionalHeader64 struct, BaseOfCode uint32
127 pkg debug/pe, type OptionalHeader64 struct, CheckSum uint32
128 pkg debug/pe, type OptionalHeader64 struct, DataDirectory [16]DataDirectory
129 pkg debug/pe, type OptionalHeader64 struct, DllCharacteristics uint16
130 pkg debug/pe, type OptionalHeader64 struct, FileAlignment uint32
131 pkg debug/pe, type OptionalHeader64 struct, ImageBase uint64
132 pkg debug/pe, type OptionalHeader64 struct, LoaderFlags uint32
133 pkg debug/pe, type OptionalHeader64 struct, Magic uint16
134 pkg debug/pe, type OptionalHeader64 struct, MajorImageVersion uint16
135 pkg debug/pe, type OptionalHeader64 struct, MajorLinkerVersion uint8
136 pkg debug/pe, type OptionalHeader64 struct, MajorOperatingSystemVersion uint16
137 pkg debug/pe, type OptionalHeader64 struct, MajorSubsystemVersion uint16
138 pkg debug/pe, type OptionalHeader64 struct, MinorImageVersion uint16
139 pkg debug/pe, type OptionalHeader64 struct, MinorLinkerVersion uint8
140 pkg debug/pe, type OptionalHeader64 struct, MinorOperatingSystemVersion uint16
141 pkg debug/pe, type OptionalHeader64 struct, MinorSubsystemVersion uint16
142 pkg debug/pe, type OptionalHeader64 struct, NumberOfRvaAndSizes uint32
143 pkg debug/pe, type OptionalHeader64 struct, SectionAlignment uint32
144 pkg debug/pe, type OptionalHeader64 struct, SizeOfCode uint32
145 pkg debug/pe, type OptionalHeader64 struct, SizeOfHeaders uint32
146 pkg debug/pe, type OptionalHeader64 struct, SizeOfHeapCommit uint64
147 pkg debug/pe, type OptionalHeader64 struct, SizeOfHeapReserve uint64
148 pkg debug/pe, type OptionalHeader64 struct, SizeOfImage uint32
149 pkg debug/pe, type OptionalHeader64 struct, SizeOfInitializedData uint32
150 pkg debug/pe, type OptionalHeader64 struct, SizeOfStackCommit uint64
151 pkg debug/pe, type OptionalHeader64 struct, SizeOfStackReserve uint64
152 pkg debug/pe, type OptionalHeader64 struct, SizeOfUninitializedData uint32
153 pkg debug/pe, type OptionalHeader64 struct, Subsystem uint16
154 pkg debug/pe, type OptionalHeader64 struct, Win32VersionValue uint32
155 pkg debug/plan9obj, const Magic386 = 491
156 pkg debug/plan9obj, const Magic386 ideal-int
157 pkg debug/plan9obj, const Magic64 = 32768
158 pkg debug/plan9obj, const Magic64 ideal-int
159 pkg debug/plan9obj, const MagicAMD64 = 35479
160 pkg debug/plan9obj, const MagicAMD64 ideal-int
161 pkg debug/plan9obj, const MagicARM = 1607
162 pkg debug/plan9obj, const MagicARM ideal-int
163 pkg debug/plan9obj, func NewFile(io.ReaderAt) (*File, error)
164 pkg debug/plan9obj, func Open(string) (*File, error)
165 pkg debug/plan9obj, method (*File) Close() error
166 pkg debug/plan9obj, method (*File) Section(string) *Section
167 pkg debug/plan9obj, method (*File) Symbols() ([]Sym, error)
168 pkg debug/plan9obj, method (*Section) Data() ([]uint8, error)
169 pkg debug/plan9obj, method (*Section) Open() io.ReadSeeker
170 pkg debug/plan9obj, method (Section) ReadAt([]uint8, int64) (int, error)
171 pkg debug/plan9obj, type File struct
172 pkg debug/plan9obj, type File struct, Sections []*Section
173 pkg debug/plan9obj, type File struct, embedded FileHeader
174 pkg debug/plan9obj, type FileHeader struct
175 pkg debug/plan9obj, type FileHeader struct, Bss uint32
176 pkg debug/plan9obj, type FileHeader struct, Entry uint64
177 pkg debug/plan9obj, type FileHeader struct, Magic uint32
178 pkg debug/plan9obj, type FileHeader struct, PtrSize int
179 pkg debug/plan9obj, type Section struct
180 pkg debug/plan9obj, type Section struct, embedded SectionHeader
181 pkg debug/plan9obj, type Section struct, embedded io.ReaderAt
182 pkg debug/plan9obj, type SectionHeader struct
183 pkg debug/plan9obj, type SectionHeader struct, Name string
184 pkg debug/plan9obj, type SectionHeader struct, Offset uint32
185 pkg debug/plan9obj, type SectionHeader struct, Size uint32
186 pkg debug/plan9obj, type Sym struct
187 pkg debug/plan9obj, type Sym struct, Name string
188 pkg debug/plan9obj, type Sym struct, Type int32
189 pkg debug/plan9obj, type Sym struct, Value uint64
190 pkg encoding/asn1, method (ObjectIdentifier) String() string
191 pkg go/build, type Package struct, MFiles []string
192 pkg math/big, method (*Int) MarshalText() ([]uint8, error)
193 pkg math/big, method (*Int) UnmarshalText([]uint8) error
194 pkg math/big, method (*Rat) MarshalText() ([]uint8, error)
195 pkg math/big, method (*Rat) UnmarshalText([]uint8) error
196 pkg net, type Dialer struct, KeepAlive time.Duration
197 pkg net/http, const StateActive = 1
198 pkg net/http, const StateActive ConnState
199 pkg net/http, const StateClosed = 4
200 pkg net/http, const StateClosed ConnState
201 pkg net/http, const StateHijacked = 3
202 pkg net/http, const StateHijacked ConnState
203 pkg net/http, const StateIdle = 2
204 pkg net/http, const StateIdle ConnState
205 pkg net/http, const StateNew = 0
206 pkg net/http, const StateNew ConnState
207 pkg net/http, method (*Server) SetKeepAlivesEnabled(bool)
208 pkg net/http, method (ConnState) String() string
209 pkg net/http, type Client struct, Timeout time.Duration
210 pkg net/http, type ConnState int
211 pkg net/http, type Response struct, TLS *tls.ConnectionState
212 pkg net/http, type Server struct, ConnState func(net.Conn, ConnState)
213 pkg net/http, type Server struct, ErrorLog *log.Logger
214 pkg net/http, type Transport struct, TLSHandshakeTimeout time.Duration
215 pkg regexp/syntax, method (*Inst) MatchRunePos(int32) int
216 pkg regexp/syntax, method (InstOp) String() string
217 pkg runtime/debug, func SetPanicOnFault(bool) bool
218 pkg runtime/debug, func WriteHeapDump(uintptr)
219 pkg sync, method (*Pool) Get() interface{}
220 pkg sync, method (*Pool) Put(interface{})
221 pkg sync, type Pool struct
222 pkg sync, type Pool struct, New func() interface{}
223 pkg syscall (darwin-386), func FcntlFlock(uintptr, int, *Flock_t) error
224 pkg syscall (darwin-386), func Mlock([]uint8) error
225 pkg syscall (darwin-386), func Mlockall(int) error
226 pkg syscall (darwin-386), func Mprotect([]uint8, int) error
227 pkg syscall (darwin-386), func Munlock([]uint8) error
228 pkg syscall (darwin-386), func Munlockall() error
229 pkg syscall (darwin-386), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error)
230 pkg syscall (darwin-386-cgo), func FcntlFlock(uintptr, int, *Flock_t) error
231 pkg syscall (darwin-386-cgo), func Mlock([]uint8) error
232 pkg syscall (darwin-386-cgo), func Mlockall(int) error
233 pkg syscall (darwin-386-cgo), func Mprotect([]uint8, int) error
234 pkg syscall (darwin-386-cgo), func Munlock([]uint8) error
235 pkg syscall (darwin-386-cgo), func Munlockall() error
236 pkg syscall (darwin-386-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error)
237 pkg syscall (darwin-amd64), func FcntlFlock(uintptr, int, *Flock_t) error
238 pkg syscall (darwin-amd64), func Mlock([]uint8) error
239 pkg syscall (darwin-amd64), func Mlockall(int) error
240 pkg syscall (darwin-amd64), func Mprotect([]uint8, int) error
241 pkg syscall (darwin-amd64), func Munlock([]uint8) error
242 pkg syscall (darwin-amd64), func Munlockall() error
243 pkg syscall (darwin-amd64), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error)
244 pkg syscall (darwin-amd64-cgo), func FcntlFlock(uintptr, int, *Flock_t) error
245 pkg syscall (darwin-amd64-cgo), func Mlock([]uint8) error
246 pkg syscall (darwin-amd64-cgo), func Mlockall(int) error
247 pkg syscall (darwin-amd64-cgo), func Mprotect([]uint8, int) error
248 pkg syscall (darwin-amd64-cgo), func Munlock([]uint8) error
249 pkg syscall (darwin-amd64-cgo), func Munlockall() error
250 pkg syscall (darwin-amd64-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error)
251 pkg syscall (freebsd-386), const AF_INET6_SDP = 42
252 pkg syscall (freebsd-386), const AF_INET6_SDP ideal-int
253 pkg syscall (freebsd-386), const AF_INET_SDP = 40
254 pkg syscall (freebsd-386), const AF_INET_SDP ideal-int
255 pkg syscall (freebsd-386), const AF_MAX = 42
256 pkg syscall (freebsd-386), const DLT_MATCHING_MAX = 246
257 pkg syscall (freebsd-386), const DLT_MPEG_2_TS = 243
258 pkg syscall (freebsd-386), const DLT_MPEG_2_TS ideal-int
259 pkg syscall (freebsd-386), const DLT_NFC_LLCP = 245
260 pkg syscall (freebsd-386), const DLT_NFC_LLCP ideal-int
261 pkg syscall (freebsd-386), const DLT_NG40 = 244
262 pkg syscall (freebsd-386), const DLT_NG40 ideal-int
263 pkg syscall (freebsd-386), const ELAST = 96
264 pkg syscall (freebsd-386), const ENOTRECOVERABLE = 95
265 pkg syscall (freebsd-386), const ENOTRECOVERABLE Errno
266 pkg syscall (freebsd-386), const EOWNERDEAD = 96
267 pkg syscall (freebsd-386), const EOWNERDEAD Errno
268 pkg syscall (freebsd-386), const EV_DROP = 4096
269 pkg syscall (freebsd-386), const EV_DROP ideal-int
270 pkg syscall (freebsd-386), const IPPROTO_MPLS = 137
271 pkg syscall (freebsd-386), const IPPROTO_MPLS ideal-int
272 pkg syscall (freebsd-386), const MAP_ALIGNED_SUPER = 16777216
273 pkg syscall (freebsd-386), const MAP_ALIGNED_SUPER ideal-int
274 pkg syscall (freebsd-386), const MAP_ALIGNMENT_MASK = -16777216
275 pkg syscall (freebsd-386), const MAP_ALIGNMENT_MASK ideal-int
276 pkg syscall (freebsd-386), const MAP_ALIGNMENT_SHIFT = 24
277 pkg syscall (freebsd-386), const MAP_ALIGNMENT_SHIFT ideal-int
278 pkg syscall (freebsd-386), const MSG_CMSG_CLOEXEC = 262144
279 pkg syscall (freebsd-386), const MSG_CMSG_CLOEXEC ideal-int
280 pkg syscall (freebsd-386), const NAME_MAX = 255
281 pkg syscall (freebsd-386), const NAME_MAX ideal-int
282 pkg syscall (freebsd-386), const O_CLOEXEC = 1048576
283 pkg syscall (freebsd-386), const RTF_GWFLAG_COMPAT = 2147483648
284 pkg syscall (freebsd-386), const RTF_GWFLAG_COMPAT ideal-int
285 pkg syscall (freebsd-386), const RT_NORTREF = 2
286 pkg syscall (freebsd-386), const RT_NORTREF ideal-int
287 pkg syscall (freebsd-386), const SIGLIBRT = 33
288 pkg syscall (freebsd-386), const SIGLIBRT Signal
289 pkg syscall (freebsd-386), const SOCK_CLOEXEC = 268435456
290 pkg syscall (freebsd-386), const SOCK_CLOEXEC ideal-int
291 pkg syscall (freebsd-386), const SOCK_NONBLOCK = 536870912
292 pkg syscall (freebsd-386), const SOCK_NONBLOCK ideal-int
293 pkg syscall (freebsd-386), const SO_VENDOR = 2147483648
294 pkg syscall (freebsd-386), const SO_VENDOR ideal-int
295 pkg syscall (freebsd-386), const SYS_ACCEPT4 = 541
296 pkg syscall (freebsd-386), const SYS_ACCEPT4 ideal-int
297 pkg syscall (freebsd-386), const SYS_BINDAT = 538
298 pkg syscall (freebsd-386), const SYS_BINDAT ideal-int
299 pkg syscall (freebsd-386), const SYS_CHFLAGSAT = 540
300 pkg syscall (freebsd-386), const SYS_CHFLAGSAT ideal-int
301 pkg syscall (freebsd-386), const SYS_CONNECTAT = 539
302 pkg syscall (freebsd-386), const SYS_CONNECTAT ideal-int
303 pkg syscall (freebsd-386), const SYS_PIPE2 = 542
304 pkg syscall (freebsd-386), const SYS_PIPE2 ideal-int
305 pkg syscall (freebsd-386), const SYS_PROCCTL = 544
306 pkg syscall (freebsd-386), const SYS_PROCCTL ideal-int
307 pkg syscall (freebsd-386), const TCP_VENDOR = 2147483648
308 pkg syscall (freebsd-386), const TCP_VENDOR ideal-int
309 pkg syscall (freebsd-386), const WEXITED = 16
310 pkg syscall (freebsd-386), const WEXITED ideal-int
311 pkg syscall (freebsd-386), const WTRAPPED = 32
312 pkg syscall (freebsd-386), const WTRAPPED ideal-int
313 pkg syscall (freebsd-386), func Accept4(int, int) (int, Sockaddr, error)
314 pkg syscall (freebsd-386), func FcntlFlock(uintptr, int, *Flock_t) error
315 pkg syscall (freebsd-386), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error)
316 pkg syscall (freebsd-386), type Termios struct
317 pkg syscall (freebsd-386), type Termios struct, Cc [20]uint8
318 pkg syscall (freebsd-386), type Termios struct, Cflag uint32
319 pkg syscall (freebsd-386), type Termios struct, Iflag uint32
320 pkg syscall (freebsd-386), type Termios struct, Ispeed uint32
321 pkg syscall (freebsd-386), type Termios struct, Lflag uint32
322 pkg syscall (freebsd-386), type Termios struct, Oflag uint32
323 pkg syscall (freebsd-386), type Termios struct, Ospeed uint32
324 pkg syscall (freebsd-386-cgo), const AF_INET6_SDP = 42
325 pkg syscall (freebsd-386-cgo), const AF_INET6_SDP ideal-int
326 pkg syscall (freebsd-386-cgo), const AF_INET_SDP = 40
327 pkg syscall (freebsd-386-cgo), const AF_INET_SDP ideal-int
328 pkg syscall (freebsd-386-cgo), const AF_MAX = 42
329 pkg syscall (freebsd-386-cgo), const DLT_MATCHING_MAX = 246
330 pkg syscall (freebsd-386-cgo), const DLT_MPEG_2_TS = 243
331 pkg syscall (freebsd-386-cgo), const DLT_MPEG_2_TS ideal-int
332 pkg syscall (freebsd-386-cgo), const DLT_NFC_LLCP = 245
333 pkg syscall (freebsd-386-cgo), const DLT_NFC_LLCP ideal-int
334 pkg syscall (freebsd-386-cgo), const DLT_NG40 = 244
335 pkg syscall (freebsd-386-cgo), const DLT_NG40 ideal-int
336 pkg syscall (freebsd-386-cgo), const ELAST = 96
337 pkg syscall (freebsd-386-cgo), const ENOTRECOVERABLE = 95
338 pkg syscall (freebsd-386-cgo), const ENOTRECOVERABLE Errno
339 pkg syscall (freebsd-386-cgo), const EOWNERDEAD = 96
340 pkg syscall (freebsd-386-cgo), const EOWNERDEAD Errno
341 pkg syscall (freebsd-386-cgo), const EV_DROP = 4096
342 pkg syscall (freebsd-386-cgo), const EV_DROP ideal-int
343 pkg syscall (freebsd-386-cgo), const IPPROTO_MPLS = 137
344 pkg syscall (freebsd-386-cgo), const IPPROTO_MPLS ideal-int
345 pkg syscall (freebsd-386-cgo), const MAP_ALIGNED_SUPER = 16777216
346 pkg syscall (freebsd-386-cgo), const MAP_ALIGNED_SUPER ideal-int
347 pkg syscall (freebsd-386-cgo), const MAP_ALIGNMENT_MASK = -16777216
348 pkg syscall (freebsd-386-cgo), const MAP_ALIGNMENT_MASK ideal-int
349 pkg syscall (freebsd-386-cgo), const MAP_ALIGNMENT_SHIFT = 24
350 pkg syscall (freebsd-386-cgo), const MAP_ALIGNMENT_SHIFT ideal-int
351 pkg syscall (freebsd-386-cgo), const MSG_CMSG_CLOEXEC = 262144
352 pkg syscall (freebsd-386-cgo), const MSG_CMSG_CLOEXEC ideal-int
353 pkg syscall (freebsd-386-cgo), const NAME_MAX = 255
354 pkg syscall (freebsd-386-cgo), const NAME_MAX ideal-int
355 pkg syscall (freebsd-386-cgo), const O_CLOEXEC = 1048576
356 pkg syscall (freebsd-386-cgo), const RTF_GWFLAG_COMPAT = 2147483648
357 pkg syscall (freebsd-386-cgo), const RTF_GWFLAG_COMPAT ideal-int
358 pkg syscall (freebsd-386-cgo), const RT_NORTREF = 2
359 pkg syscall (freebsd-386-cgo), const RT_NORTREF ideal-int
360 pkg syscall (freebsd-386-cgo), const SIGLIBRT = 33
361 pkg syscall (freebsd-386-cgo), const SIGLIBRT Signal
362 pkg syscall (freebsd-386-cgo), const SOCK_CLOEXEC = 268435456
363 pkg syscall (freebsd-386-cgo), const SOCK_CLOEXEC ideal-int
364 pkg syscall (freebsd-386-cgo), const SOCK_NONBLOCK = 536870912
365 pkg syscall (freebsd-386-cgo), const SOCK_NONBLOCK ideal-int
366 pkg syscall (freebsd-386-cgo), const SO_VENDOR = 2147483648
367 pkg syscall (freebsd-386-cgo), const SO_VENDOR ideal-int
368 pkg syscall (freebsd-386-cgo), const SYS_ACCEPT4 = 541
369 pkg syscall (freebsd-386-cgo), const SYS_ACCEPT4 ideal-int
370 pkg syscall (freebsd-386-cgo), const SYS_BINDAT = 538
371 pkg syscall (freebsd-386-cgo), const SYS_BINDAT ideal-int
372 pkg syscall (freebsd-386-cgo), const SYS_CHFLAGSAT = 540
373 pkg syscall (freebsd-386-cgo), const SYS_CHFLAGSAT ideal-int
374 pkg syscall (freebsd-386-cgo), const SYS_CONNECTAT = 539
375 pkg syscall (freebsd-386-cgo), const SYS_CONNECTAT ideal-int
376 pkg syscall (freebsd-386-cgo), const SYS_PIPE2 = 542
377 pkg syscall (freebsd-386-cgo), const SYS_PIPE2 ideal-int
378 pkg syscall (freebsd-386-cgo), const SYS_PROCCTL = 544
379 pkg syscall (freebsd-386-cgo), const SYS_PROCCTL ideal-int
380 pkg syscall (freebsd-386-cgo), const TCP_VENDOR = 2147483648
381 pkg syscall (freebsd-386-cgo), const TCP_VENDOR ideal-int
382 pkg syscall (freebsd-386-cgo), const WEXITED = 16
383 pkg syscall (freebsd-386-cgo), const WEXITED ideal-int
384 pkg syscall (freebsd-386-cgo), const WTRAPPED = 32
385 pkg syscall (freebsd-386-cgo), const WTRAPPED ideal-int
386 pkg syscall (freebsd-386-cgo), func Accept4(int, int) (int, Sockaddr, error)
387 pkg syscall (freebsd-386-cgo), func FcntlFlock(uintptr, int, *Flock_t) error
388 pkg syscall (freebsd-386-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error)
389 pkg syscall (freebsd-386-cgo), type Termios struct
390 pkg syscall (freebsd-386-cgo), type Termios struct, Cc [20]uint8
391 pkg syscall (freebsd-386-cgo), type Termios struct, Cflag uint32
392 pkg syscall (freebsd-386-cgo), type Termios struct, Iflag uint32
393 pkg syscall (freebsd-386-cgo), type Termios struct, Ispeed uint32
394 pkg syscall (freebsd-386-cgo), type Termios struct, Lflag uint32
395 pkg syscall (freebsd-386-cgo), type Termios struct, Oflag uint32
396 pkg syscall (freebsd-386-cgo), type Termios struct, Ospeed uint32
397 pkg syscall (freebsd-amd64), const AF_INET6_SDP = 42
398 pkg syscall (freebsd-amd64), const AF_INET6_SDP ideal-int
399 pkg syscall (freebsd-amd64), const AF_INET_SDP = 40
400 pkg syscall (freebsd-amd64), const AF_INET_SDP ideal-int
401 pkg syscall (freebsd-amd64), const AF_MAX = 42
402 pkg syscall (freebsd-amd64), const DLT_MATCHING_MAX = 246
403 pkg syscall (freebsd-amd64), const DLT_MPEG_2_TS = 243
404 pkg syscall (freebsd-amd64), const DLT_MPEG_2_TS ideal-int
405 pkg syscall (freebsd-amd64), const DLT_NFC_LLCP = 245
406 pkg syscall (freebsd-amd64), const DLT_NFC_LLCP ideal-int
407 pkg syscall (freebsd-amd64), const DLT_NG40 = 244
408 pkg syscall (freebsd-amd64), const DLT_NG40 ideal-int
409 pkg syscall (freebsd-amd64), const ELAST = 96
410 pkg syscall (freebsd-amd64), const ENOTRECOVERABLE = 95
411 pkg syscall (freebsd-amd64), const ENOTRECOVERABLE Errno
412 pkg syscall (freebsd-amd64), const EOWNERDEAD = 96
413 pkg syscall (freebsd-amd64), const EOWNERDEAD Errno
414 pkg syscall (freebsd-amd64), const EV_DROP = 4096
415 pkg syscall (freebsd-amd64), const EV_DROP ideal-int
416 pkg syscall (freebsd-amd64), const IPPROTO_MPLS = 137
417 pkg syscall (freebsd-amd64), const IPPROTO_MPLS ideal-int
418 pkg syscall (freebsd-amd64), const MAP_32BIT = 524288
419 pkg syscall (freebsd-amd64), const MAP_32BIT ideal-int
420 pkg syscall (freebsd-amd64), const MAP_ALIGNED_SUPER = 16777216
421 pkg syscall (freebsd-amd64), const MAP_ALIGNED_SUPER ideal-int
422 pkg syscall (freebsd-amd64), const MAP_ALIGNMENT_MASK = -16777216
423 pkg syscall (freebsd-amd64), const MAP_ALIGNMENT_MASK ideal-int
424 pkg syscall (freebsd-amd64), const MAP_ALIGNMENT_SHIFT = 24
425 pkg syscall (freebsd-amd64), const MAP_ALIGNMENT_SHIFT ideal-int
426 pkg syscall (freebsd-amd64), const MSG_CMSG_CLOEXEC = 262144
427 pkg syscall (freebsd-amd64), const MSG_CMSG_CLOEXEC ideal-int
428 pkg syscall (freebsd-amd64), const NAME_MAX = 255
429 pkg syscall (freebsd-amd64), const NAME_MAX ideal-int
430 pkg syscall (freebsd-amd64), const O_CLOEXEC = 1048576
431 pkg syscall (freebsd-amd64), const RTF_GWFLAG_COMPAT = 2147483648
432 pkg syscall (freebsd-amd64), const RTF_GWFLAG_COMPAT ideal-int
433 pkg syscall (freebsd-amd64), const RT_NORTREF = 2
434 pkg syscall (freebsd-amd64), const RT_NORTREF ideal-int
435 pkg syscall (freebsd-amd64), const SIGLIBRT = 33
436 pkg syscall (freebsd-amd64), const SIGLIBRT Signal
437 pkg syscall (freebsd-amd64), const SOCK_CLOEXEC = 268435456
438 pkg syscall (freebsd-amd64), const SOCK_CLOEXEC ideal-int
439 pkg syscall (freebsd-amd64), const SOCK_NONBLOCK = 536870912
440 pkg syscall (freebsd-amd64), const SOCK_NONBLOCK ideal-int
441 pkg syscall (freebsd-amd64), const SO_VENDOR = 2147483648
442 pkg syscall (freebsd-amd64), const SO_VENDOR ideal-int
443 pkg syscall (freebsd-amd64), const SYS_ACCEPT4 = 541
444 pkg syscall (freebsd-amd64), const SYS_ACCEPT4 ideal-int
445 pkg syscall (freebsd-amd64), const SYS_BINDAT = 538
446 pkg syscall (freebsd-amd64), const SYS_BINDAT ideal-int
447 pkg syscall (freebsd-amd64), const SYS_CHFLAGSAT = 540
448 pkg syscall (freebsd-amd64), const SYS_CHFLAGSAT ideal-int
449 pkg syscall (freebsd-amd64), const SYS_CONNECTAT = 539
450 pkg syscall (freebsd-amd64), const SYS_CONNECTAT ideal-int
451 pkg syscall (freebsd-amd64), const SYS_PIPE2 = 542
452 pkg syscall (freebsd-amd64), const SYS_PIPE2 ideal-int
453 pkg syscall (freebsd-amd64), const SYS_PROCCTL = 544
454 pkg syscall (freebsd-amd64), const SYS_PROCCTL ideal-int
455 pkg syscall (freebsd-amd64), const TCP_VENDOR = 2147483648
456 pkg syscall (freebsd-amd64), const TCP_VENDOR ideal-int
457 pkg syscall (freebsd-amd64), const WEXITED = 16
458 pkg syscall (freebsd-amd64), const WEXITED ideal-int
459 pkg syscall (freebsd-amd64), const WTRAPPED = 32
460 pkg syscall (freebsd-amd64), const WTRAPPED ideal-int
461 pkg syscall (freebsd-amd64), func Accept4(int, int) (int, Sockaddr, error)
462 pkg syscall (freebsd-amd64), func FcntlFlock(uintptr, int, *Flock_t) error
463 pkg syscall (freebsd-amd64), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error)
464 pkg syscall (freebsd-amd64), type Termios struct
465 pkg syscall (freebsd-amd64), type Termios struct, Cc [20]uint8
466 pkg syscall (freebsd-amd64), type Termios struct, Cflag uint32
467 pkg syscall (freebsd-amd64), type Termios struct, Iflag uint32
468 pkg syscall (freebsd-amd64), type Termios struct, Ispeed uint32
469 pkg syscall (freebsd-amd64), type Termios struct, Lflag uint32
470 pkg syscall (freebsd-amd64), type Termios struct, Oflag uint32
471 pkg syscall (freebsd-amd64), type Termios struct, Ospeed uint32
472 pkg syscall (freebsd-amd64-cgo), const AF_INET6_SDP = 42
473 pkg syscall (freebsd-amd64-cgo), const AF_INET6_SDP ideal-int
474 pkg syscall (freebsd-amd64-cgo), const AF_INET_SDP = 40
475 pkg syscall (freebsd-amd64-cgo), const AF_INET_SDP ideal-int
476 pkg syscall (freebsd-amd64-cgo), const AF_MAX = 42
477 pkg syscall (freebsd-amd64-cgo), const DLT_MATCHING_MAX = 246
478 pkg syscall (freebsd-amd64-cgo), const DLT_MPEG_2_TS = 243
479 pkg syscall (freebsd-amd64-cgo), const DLT_MPEG_2_TS ideal-int
480 pkg syscall (freebsd-amd64-cgo), const DLT_NFC_LLCP = 245
481 pkg syscall (freebsd-amd64-cgo), const DLT_NFC_LLCP ideal-int
482 pkg syscall (freebsd-amd64-cgo), const DLT_NG40 = 244
483 pkg syscall (freebsd-amd64-cgo), const DLT_NG40 ideal-int
484 pkg syscall (freebsd-amd64-cgo), const ELAST = 96
485 pkg syscall (freebsd-amd64-cgo), const ENOTRECOVERABLE = 95
486 pkg syscall (freebsd-amd64-cgo), const ENOTRECOVERABLE Errno
487 pkg syscall (freebsd-amd64-cgo), const EOWNERDEAD = 96
488 pkg syscall (freebsd-amd64-cgo), const EOWNERDEAD Errno
489 pkg syscall (freebsd-amd64-cgo), const EV_DROP = 4096
490 pkg syscall (freebsd-amd64-cgo), const EV_DROP ideal-int
491 pkg syscall (freebsd-amd64-cgo), const IPPROTO_MPLS = 137
492 pkg syscall (freebsd-amd64-cgo), const IPPROTO_MPLS ideal-int
493 pkg syscall (freebsd-amd64-cgo), const MAP_32BIT = 524288
494 pkg syscall (freebsd-amd64-cgo), const MAP_32BIT ideal-int
495 pkg syscall (freebsd-amd64-cgo), const MAP_ALIGNED_SUPER = 16777216
496 pkg syscall (freebsd-amd64-cgo), const MAP_ALIGNED_SUPER ideal-int
497 pkg syscall (freebsd-amd64-cgo), const MAP_ALIGNMENT_MASK = -16777216
498 pkg syscall (freebsd-amd64-cgo), const MAP_ALIGNMENT_MASK ideal-int
499 pkg syscall (freebsd-amd64-cgo), const MAP_ALIGNMENT_SHIFT = 24
500 pkg syscall (freebsd-amd64-cgo), const MAP_ALIGNMENT_SHIFT ideal-int
501 pkg syscall (freebsd-amd64-cgo), const MSG_CMSG_CLOEXEC = 262144
502 pkg syscall (freebsd-amd64-cgo), const MSG_CMSG_CLOEXEC ideal-int
503 pkg syscall (freebsd-amd64-cgo), const NAME_MAX = 255
504 pkg syscall (freebsd-amd64-cgo), const NAME_MAX ideal-int
505 pkg syscall (freebsd-amd64-cgo), const O_CLOEXEC = 1048576
506 pkg syscall (freebsd-amd64-cgo), const RTF_GWFLAG_COMPAT = 2147483648
507 pkg syscall (freebsd-amd64-cgo), const RTF_GWFLAG_COMPAT ideal-int
508 pkg syscall (freebsd-amd64-cgo), const RT_NORTREF = 2
509 pkg syscall (freebsd-amd64-cgo), const RT_NORTREF ideal-int
510 pkg syscall (freebsd-amd64-cgo), const SIGLIBRT = 33
511 pkg syscall (freebsd-amd64-cgo), const SIGLIBRT Signal
512 pkg syscall (freebsd-amd64-cgo), const SOCK_CLOEXEC = 268435456
513 pkg syscall (freebsd-amd64-cgo), const SOCK_CLOEXEC ideal-int
514 pkg syscall (freebsd-amd64-cgo), const SOCK_NONBLOCK = 536870912
515 pkg syscall (freebsd-amd64-cgo), const SOCK_NONBLOCK ideal-int
516 pkg syscall (freebsd-amd64-cgo), const SO_VENDOR = 2147483648
517 pkg syscall (freebsd-amd64-cgo), const SO_VENDOR ideal-int
518 pkg syscall (freebsd-amd64-cgo), const SYS_ACCEPT4 = 541
519 pkg syscall (freebsd-amd64-cgo), const SYS_ACCEPT4 ideal-int
520 pkg syscall (freebsd-amd64-cgo), const SYS_BINDAT = 538
521 pkg syscall (freebsd-amd64-cgo), const SYS_BINDAT ideal-int
522 pkg syscall (freebsd-amd64-cgo), const SYS_CHFLAGSAT = 540
523 pkg syscall (freebsd-amd64-cgo), const SYS_CHFLAGSAT ideal-int
524 pkg syscall (freebsd-amd64-cgo), const SYS_CONNECTAT = 539
525 pkg syscall (freebsd-amd64-cgo), const SYS_CONNECTAT ideal-int
526 pkg syscall (freebsd-amd64-cgo), const SYS_PIPE2 = 542
527 pkg syscall (freebsd-amd64-cgo), const SYS_PIPE2 ideal-int
528 pkg syscall (freebsd-amd64-cgo), const SYS_PROCCTL = 544
529 pkg syscall (freebsd-amd64-cgo), const SYS_PROCCTL ideal-int
530 pkg syscall (freebsd-amd64-cgo), const TCP_VENDOR = 2147483648
531 pkg syscall (freebsd-amd64-cgo), const TCP_VENDOR ideal-int
532 pkg syscall (freebsd-amd64-cgo), const WEXITED = 16
533 pkg syscall (freebsd-amd64-cgo), const WEXITED ideal-int
534 pkg syscall (freebsd-amd64-cgo), const WTRAPPED = 32
535 pkg syscall (freebsd-amd64-cgo), const WTRAPPED ideal-int
536 pkg syscall (freebsd-amd64-cgo), func Accept4(int, int) (int, Sockaddr, error)
537 pkg syscall (freebsd-amd64-cgo), func FcntlFlock(uintptr, int, *Flock_t) error
538 pkg syscall (freebsd-amd64-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error)
539 pkg syscall (freebsd-amd64-cgo), type Termios struct
540 pkg syscall (freebsd-amd64-cgo), type Termios struct, Cc [20]uint8
541 pkg syscall (freebsd-amd64-cgo), type Termios struct, Cflag uint32
542 pkg syscall (freebsd-amd64-cgo), type Termios struct, Iflag uint32
543 pkg syscall (freebsd-amd64-cgo), type Termios struct, Ispeed uint32
544 pkg syscall (freebsd-amd64-cgo), type Termios struct, Lflag uint32
545 pkg syscall (freebsd-amd64-cgo), type Termios struct, Oflag uint32
546 pkg syscall (freebsd-amd64-cgo), type Termios struct, Ospeed uint32
547 pkg syscall (freebsd-arm), const AF_INET6_SDP = 42
548 pkg syscall (freebsd-arm), const AF_INET6_SDP ideal-int
549 pkg syscall (freebsd-arm), const AF_INET_SDP = 40
550 pkg syscall (freebsd-arm), const AF_INET_SDP ideal-int
551 pkg syscall (freebsd-arm), const AF_MAX = 42
552 pkg syscall (freebsd-arm), const BIOCGRTIMEOUT = 1074807406
553 pkg syscall (freebsd-arm), const BIOCSRTIMEOUT = 2148549229
554 pkg syscall (freebsd-arm), const ELAST = 96
555 pkg syscall (freebsd-arm), const ENOTRECOVERABLE = 95
556 pkg syscall (freebsd-arm), const ENOTRECOVERABLE Errno
557 pkg syscall (freebsd-arm), const EOWNERDEAD = 96
558 pkg syscall (freebsd-arm), const EOWNERDEAD Errno
559 pkg syscall (freebsd-arm), const EV_DROP = 4096
560 pkg syscall (freebsd-arm), const EV_DROP ideal-int
561 pkg syscall (freebsd-arm), const IFT_CARP = 248
562 pkg syscall (freebsd-arm), const IFT_CARP ideal-int
563 pkg syscall (freebsd-arm), const MAP_ALIGNED_SUPER = 16777216
564 pkg syscall (freebsd-arm), const MAP_ALIGNED_SUPER ideal-int
565 pkg syscall (freebsd-arm), const MAP_ALIGNMENT_MASK = -16777216
566 pkg syscall (freebsd-arm), const MAP_ALIGNMENT_MASK ideal-int
567 pkg syscall (freebsd-arm), const MAP_ALIGNMENT_SHIFT = 24
568 pkg syscall (freebsd-arm), const MAP_ALIGNMENT_SHIFT ideal-int
569 pkg syscall (freebsd-arm), const MSG_CMSG_CLOEXEC = 262144
570 pkg syscall (freebsd-arm), const MSG_CMSG_CLOEXEC ideal-int
571 pkg syscall (freebsd-arm), const NAME_MAX = 255
572 pkg syscall (freebsd-arm), const NAME_MAX ideal-int
573 pkg syscall (freebsd-arm), const O_CLOEXEC = 1048576
574 pkg syscall (freebsd-arm), const RTF_GWFLAG_COMPAT = 2147483648
575 pkg syscall (freebsd-arm), const RTF_GWFLAG_COMPAT ideal-int
576 pkg syscall (freebsd-arm), const SIOCAIFADDR = 2151704858
577 pkg syscall (freebsd-arm), const SIOCGIFSTATUS = 3274795323
578 pkg syscall (freebsd-arm), const SIOCSIFPHYADDR = 2151704902
579 pkg syscall (freebsd-arm), const SOCK_CLOEXEC = 268435456
580 pkg syscall (freebsd-arm), const SOCK_CLOEXEC ideal-int
581 pkg syscall (freebsd-arm), const SOCK_NONBLOCK = 536870912
582 pkg syscall (freebsd-arm), const SOCK_NONBLOCK ideal-int
583 pkg syscall (freebsd-arm), const SO_VENDOR = 2147483648
584 pkg syscall (freebsd-arm), const SO_VENDOR ideal-int
585 pkg syscall (freebsd-arm), const SYS_ACCEPT4 = 541
586 pkg syscall (freebsd-arm), const SYS_ACCEPT4 ideal-int
587 pkg syscall (freebsd-arm), const SYS_BINDAT = 538
588 pkg syscall (freebsd-arm), const SYS_BINDAT ideal-int
589 pkg syscall (freebsd-arm), const SYS_CAP_GETRIGHTS = 515
590 pkg syscall (freebsd-arm), const SYS_CAP_GETRIGHTS ideal-int
591 pkg syscall (freebsd-arm), const SYS_CHFLAGSAT = 540
592 pkg syscall (freebsd-arm), const SYS_CHFLAGSAT ideal-int
593 pkg syscall (freebsd-arm), const SYS_CONNECTAT = 539
594 pkg syscall (freebsd-arm), const SYS_CONNECTAT ideal-int
595 pkg syscall (freebsd-arm), const SYS_PIPE2 = 542
596 pkg syscall (freebsd-arm), const SYS_PIPE2 ideal-int
597 pkg syscall (freebsd-arm), const SYS_PROCCTL = 544
598 pkg syscall (freebsd-arm), const SYS_PROCCTL ideal-int
599 pkg syscall (freebsd-arm), const SizeofBpfHdr = 32
600 pkg syscall (freebsd-arm), const SizeofIfData = 96
601 pkg syscall (freebsd-arm), const SizeofIfMsghdr = 112
602 pkg syscall (freebsd-arm), const SizeofSockaddrDatalink = 54
603 pkg syscall (freebsd-arm), const SizeofSockaddrUnix = 106
604 pkg syscall (freebsd-arm), const TCP_VENDOR = 2147483648
605 pkg syscall (freebsd-arm), const TCP_VENDOR ideal-int
606 pkg syscall (freebsd-arm), const TIOCTIMESTAMP = 1074820185
607 pkg syscall (freebsd-arm), func Accept4(int, int) (int, Sockaddr, error)
608 pkg syscall (freebsd-arm), func Fchflags(int, int) error
609 pkg syscall (freebsd-arm), func FcntlFlock(uintptr, int, *Flock_t) error
610 pkg syscall (freebsd-arm), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error)
611 pkg syscall (freebsd-arm), type BpfHdr struct, Pad_cgo_0 [6]uint8
612 pkg syscall (freebsd-arm), type Flock_t struct, Pad_cgo_0 [4]uint8
613 pkg syscall (freebsd-arm), type IfData struct, Pad_cgo_0 [4]uint8
614 pkg syscall (freebsd-arm), type Termios struct
615 pkg syscall (freebsd-arm), type Termios struct, Cc [20]uint8
616 pkg syscall (freebsd-arm), type Termios struct, Cflag uint32
617 pkg syscall (freebsd-arm), type Termios struct, Iflag uint32
618 pkg syscall (freebsd-arm), type Termios struct, Ispeed uint32
619 pkg syscall (freebsd-arm), type Termios struct, Lflag uint32
620 pkg syscall (freebsd-arm), type Termios struct, Oflag uint32
621 pkg syscall (freebsd-arm), type Termios struct, Ospeed uint32
622 pkg syscall (freebsd-arm), type Timespec struct, Pad_cgo_0 [4]uint8
623 pkg syscall (freebsd-arm), type Timeval struct, Pad_cgo_0 [4]uint8
624 pkg syscall (freebsd-arm-cgo), const AF_INET6_SDP = 42
625 pkg syscall (freebsd-arm-cgo), const AF_INET6_SDP ideal-int
626 pkg syscall (freebsd-arm-cgo), const AF_INET_SDP = 40
627 pkg syscall (freebsd-arm-cgo), const AF_INET_SDP ideal-int
628 pkg syscall (freebsd-arm-cgo), const AF_MAX = 42
629 pkg syscall (freebsd-arm-cgo), const BIOCGRTIMEOUT = 1074807406
630 pkg syscall (freebsd-arm-cgo), const BIOCSRTIMEOUT = 2148549229
631 pkg syscall (freebsd-arm-cgo), const ELAST = 96
632 pkg syscall (freebsd-arm-cgo), const ENOTRECOVERABLE = 95
633 pkg syscall (freebsd-arm-cgo), const ENOTRECOVERABLE Errno
634 pkg syscall (freebsd-arm-cgo), const EOWNERDEAD = 96
635 pkg syscall (freebsd-arm-cgo), const EOWNERDEAD Errno
636 pkg syscall (freebsd-arm-cgo), const EV_DROP = 4096
637 pkg syscall (freebsd-arm-cgo), const EV_DROP ideal-int
638 pkg syscall (freebsd-arm-cgo), const IFT_CARP = 248
639 pkg syscall (freebsd-arm-cgo), const IFT_CARP ideal-int
640 pkg syscall (freebsd-arm-cgo), const MAP_ALIGNED_SUPER = 16777216
641 pkg syscall (freebsd-arm-cgo), const MAP_ALIGNED_SUPER ideal-int
642 pkg syscall (freebsd-arm-cgo), const MAP_ALIGNMENT_MASK = -16777216
643 pkg syscall (freebsd-arm-cgo), const MAP_ALIGNMENT_MASK ideal-int
644 pkg syscall (freebsd-arm-cgo), const MAP_ALIGNMENT_SHIFT = 24
645 pkg syscall (freebsd-arm-cgo), const MAP_ALIGNMENT_SHIFT ideal-int
646 pkg syscall (freebsd-arm-cgo), const MSG_CMSG_CLOEXEC = 262144
647 pkg syscall (freebsd-arm-cgo), const MSG_CMSG_CLOEXEC ideal-int
648 pkg syscall (freebsd-arm-cgo), const NAME_MAX = 255
649 pkg syscall (freebsd-arm-cgo), const NAME_MAX ideal-int
650 pkg syscall (freebsd-arm-cgo), const O_CLOEXEC = 1048576
651 pkg syscall (freebsd-arm-cgo), const RTF_GWFLAG_COMPAT = 2147483648
652 pkg syscall (freebsd-arm-cgo), const RTF_GWFLAG_COMPAT ideal-int
653 pkg syscall (freebsd-arm-cgo), const SIOCAIFADDR = 2151704858
654 pkg syscall (freebsd-arm-cgo), const SIOCGIFSTATUS = 3274795323
655 pkg syscall (freebsd-arm-cgo), const SIOCSIFPHYADDR = 2151704902
656 pkg syscall (freebsd-arm-cgo), const SOCK_CLOEXEC = 268435456
657 pkg syscall (freebsd-arm-cgo), const SOCK_CLOEXEC ideal-int
658 pkg syscall (freebsd-arm-cgo), const SOCK_NONBLOCK = 536870912
659 pkg syscall (freebsd-arm-cgo), const SOCK_NONBLOCK ideal-int
660 pkg syscall (freebsd-arm-cgo), const SO_VENDOR = 2147483648
661 pkg syscall (freebsd-arm-cgo), const SO_VENDOR ideal-int
662 pkg syscall (freebsd-arm-cgo), const SYS_ACCEPT4 = 541
663 pkg syscall (freebsd-arm-cgo), const SYS_ACCEPT4 ideal-int
664 pkg syscall (freebsd-arm-cgo), const SYS_BINDAT = 538
665 pkg syscall (freebsd-arm-cgo), const SYS_BINDAT ideal-int
666 pkg syscall (freebsd-arm-cgo), const SYS_CAP_GETRIGHTS = 515
667 pkg syscall (freebsd-arm-cgo), const SYS_CAP_GETRIGHTS ideal-int
668 pkg syscall (freebsd-arm-cgo), const SYS_CHFLAGSAT = 540
669 pkg syscall (freebsd-arm-cgo), const SYS_CHFLAGSAT ideal-int
670 pkg syscall (freebsd-arm-cgo), const SYS_CONNECTAT = 539
671 pkg syscall (freebsd-arm-cgo), const SYS_CONNECTAT ideal-int
672 pkg syscall (freebsd-arm-cgo), const SYS_PIPE2 = 542
673 pkg syscall (freebsd-arm-cgo), const SYS_PIPE2 ideal-int
674 pkg syscall (freebsd-arm-cgo), const SYS_PROCCTL = 544
675 pkg syscall (freebsd-arm-cgo), const SYS_PROCCTL ideal-int
676 pkg syscall (freebsd-arm-cgo), const SizeofBpfHdr = 32
677 pkg syscall (freebsd-arm-cgo), const SizeofIfData = 96
678 pkg syscall (freebsd-arm-cgo), const SizeofIfMsghdr = 112
679 pkg syscall (freebsd-arm-cgo), const SizeofSockaddrDatalink = 54
680 pkg syscall (freebsd-arm-cgo), const SizeofSockaddrUnix = 106
681 pkg syscall (freebsd-arm-cgo), const TCP_VENDOR = 2147483648
682 pkg syscall (freebsd-arm-cgo), const TCP_VENDOR ideal-int
683 pkg syscall (freebsd-arm-cgo), const TIOCTIMESTAMP = 1074820185
684 pkg syscall (freebsd-arm-cgo), func Accept4(int, int) (int, Sockaddr, error)
685 pkg syscall (freebsd-arm-cgo), func Fchflags(int, int) error
686 pkg syscall (freebsd-arm-cgo), func FcntlFlock(uintptr, int, *Flock_t) error
687 pkg syscall (freebsd-arm-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error)
688 pkg syscall (freebsd-arm-cgo), type BpfHdr struct, Pad_cgo_0 [6]uint8
689 pkg syscall (freebsd-arm-cgo), type Flock_t struct, Pad_cgo_0 [4]uint8
690 pkg syscall (freebsd-arm-cgo), type IfData struct, Pad_cgo_0 [4]uint8
691 pkg syscall (freebsd-arm-cgo), type Termios struct
692 pkg syscall (freebsd-arm-cgo), type Termios struct, Cc [20]uint8
693 pkg syscall (freebsd-arm-cgo), type Termios struct, Cflag uint32
694 pkg syscall (freebsd-arm-cgo), type Termios struct, Iflag uint32
695 pkg syscall (freebsd-arm-cgo), type Termios struct, Ispeed uint32
696 pkg syscall (freebsd-arm-cgo), type Termios struct, Lflag uint32
697 pkg syscall (freebsd-arm-cgo), type Termios struct, Oflag uint32
698 pkg syscall (freebsd-arm-cgo), type Termios struct, Ospeed uint32
699 pkg syscall (freebsd-arm-cgo), type Timespec struct, Pad_cgo_0 [4]uint8
700 pkg syscall (freebsd-arm-cgo), type Timeval struct, Pad_cgo_0 [4]uint8
701 pkg syscall (linux-386), func FcntlFlock(uintptr, int, *Flock_t) error
702 pkg syscall (linux-386), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error)
703 pkg syscall (linux-386), type Flock_t struct
704 pkg syscall (linux-386), type Flock_t struct, Len int64
705 pkg syscall (linux-386), type Flock_t struct, Pid int32
706 pkg syscall (linux-386), type Flock_t struct, Start int64
707 pkg syscall (linux-386), type Flock_t struct, Type int16
708 pkg syscall (linux-386), type Flock_t struct, Whence int16
709 pkg syscall (linux-386-cgo), func FcntlFlock(uintptr, int, *Flock_t) error
710 pkg syscall (linux-386-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error)
711 pkg syscall (linux-386-cgo), type Flock_t struct
712 pkg syscall (linux-386-cgo), type Flock_t struct, Len int64
713 pkg syscall (linux-386-cgo), type Flock_t struct, Pid int32
714 pkg syscall (linux-386-cgo), type Flock_t struct, Start int64
715 pkg syscall (linux-386-cgo), type Flock_t struct, Type int16
716 pkg syscall (linux-386-cgo), type Flock_t struct, Whence int16
717 pkg syscall (linux-amd64), func FcntlFlock(uintptr, int, *Flock_t) error
718 pkg syscall (linux-amd64), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error)
719 pkg syscall (linux-amd64), type Flock_t struct
720 pkg syscall (linux-amd64), type Flock_t struct, Len int64
721 pkg syscall (linux-amd64), type Flock_t struct, Pad_cgo_0 [4]uint8
722 pkg syscall (linux-amd64), type Flock_t struct, Pad_cgo_1 [4]uint8
723 pkg syscall (linux-amd64), type Flock_t struct, Pid int32
724 pkg syscall (linux-amd64), type Flock_t struct, Start int64
725 pkg syscall (linux-amd64), type Flock_t struct, Type int16
726 pkg syscall (linux-amd64), type Flock_t struct, Whence int16
727 pkg syscall (linux-amd64-cgo), func FcntlFlock(uintptr, int, *Flock_t) error
728 pkg syscall (linux-amd64-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error)
729 pkg syscall (linux-amd64-cgo), type Flock_t struct
730 pkg syscall (linux-amd64-cgo), type Flock_t struct, Len int64
731 pkg syscall (linux-amd64-cgo), type Flock_t struct, Pad_cgo_0 [4]uint8
732 pkg syscall (linux-amd64-cgo), type Flock_t struct, Pad_cgo_1 [4]uint8
733 pkg syscall (linux-amd64-cgo), type Flock_t struct, Pid int32
734 pkg syscall (linux-amd64-cgo), type Flock_t struct, Start int64
735 pkg syscall (linux-amd64-cgo), type Flock_t struct, Type int16
736 pkg syscall (linux-amd64-cgo), type Flock_t struct, Whence int16
737 pkg syscall (linux-arm), func FcntlFlock(uintptr, int, *Flock_t) error
738 pkg syscall (linux-arm), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error)
739 pkg syscall (linux-arm), type Flock_t struct
740 pkg syscall (linux-arm), type Flock_t struct, Len int64
741 pkg syscall (linux-arm), type Flock_t struct, Pad_cgo_0 [4]uint8
742 pkg syscall (linux-arm), type Flock_t struct, Pad_cgo_1 [4]uint8
743 pkg syscall (linux-arm), type Flock_t struct, Pid int32
744 pkg syscall (linux-arm), type Flock_t struct, Start int64
745 pkg syscall (linux-arm), type Flock_t struct, Type int16
746 pkg syscall (linux-arm), type Flock_t struct, Whence int16
747 pkg syscall (linux-arm-cgo), func FcntlFlock(uintptr, int, *Flock_t) error
748 pkg syscall (linux-arm-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error)
749 pkg syscall (linux-arm-cgo), type Flock_t struct
750 pkg syscall (linux-arm-cgo), type Flock_t struct, Len int64
751 pkg syscall (linux-arm-cgo), type Flock_t struct, Pad_cgo_0 [4]uint8
752 pkg syscall (linux-arm-cgo), type Flock_t struct, Pad_cgo_1 [4]uint8
753 pkg syscall (linux-arm-cgo), type Flock_t struct, Pid int32
754 pkg syscall (linux-arm-cgo), type Flock_t struct, Start int64
755 pkg syscall (linux-arm-cgo), type Flock_t struct, Type int16
756 pkg syscall (linux-arm-cgo), type Flock_t struct, Whence int16
757 pkg syscall (netbsd-386), const CLONE_CSIGNAL = 255
758 pkg syscall (netbsd-386), const CLONE_CSIGNAL ideal-int
759 pkg syscall (netbsd-386), const CLONE_FILES = 1024
760 pkg syscall (netbsd-386), const CLONE_FILES ideal-int
761 pkg syscall (netbsd-386), const CLONE_FS = 512
762 pkg syscall (netbsd-386), const CLONE_FS ideal-int
763 pkg syscall (netbsd-386), const CLONE_PID = 4096
764 pkg syscall (netbsd-386), const CLONE_PID ideal-int
765 pkg syscall (netbsd-386), const CLONE_PTRACE = 8192
766 pkg syscall (netbsd-386), const CLONE_PTRACE ideal-int
767 pkg syscall (netbsd-386), const CLONE_SIGHAND = 2048
768 pkg syscall (netbsd-386), const CLONE_SIGHAND ideal-int
769 pkg syscall (netbsd-386), const CLONE_VFORK = 16384
770 pkg syscall (netbsd-386), const CLONE_VFORK ideal-int
771 pkg syscall (netbsd-386), const CLONE_VM = 256
772 pkg syscall (netbsd-386), const CLONE_VM ideal-int
773 pkg syscall (netbsd-386), const MADV_DONTNEED = 4
774 pkg syscall (netbsd-386), const MADV_DONTNEED ideal-int
775 pkg syscall (netbsd-386), const MADV_FREE = 6
776 pkg syscall (netbsd-386), const MADV_FREE ideal-int
777 pkg syscall (netbsd-386), const MADV_NORMAL = 0
778 pkg syscall (netbsd-386), const MADV_NORMAL ideal-int
779 pkg syscall (netbsd-386), const MADV_RANDOM = 1
780 pkg syscall (netbsd-386), const MADV_RANDOM ideal-int
781 pkg syscall (netbsd-386), const MADV_SEQUENTIAL = 2
782 pkg syscall (netbsd-386), const MADV_SEQUENTIAL ideal-int
783 pkg syscall (netbsd-386), const MADV_SPACEAVAIL = 5
784 pkg syscall (netbsd-386), const MADV_SPACEAVAIL ideal-int
785 pkg syscall (netbsd-386), const MADV_WILLNEED = 3
786 pkg syscall (netbsd-386), const MADV_WILLNEED ideal-int
787 pkg syscall (netbsd-386), const MAP_ALIGNMENT_16MB = 402653184
788 pkg syscall (netbsd-386), const MAP_ALIGNMENT_16MB ideal-int
789 pkg syscall (netbsd-386), const MAP_ALIGNMENT_1TB = 671088640
790 pkg syscall (netbsd-386), const MAP_ALIGNMENT_1TB ideal-int
791 pkg syscall (netbsd-386), const MAP_ALIGNMENT_256TB = 805306368
792 pkg syscall (netbsd-386), const MAP_ALIGNMENT_256TB ideal-int
793 pkg syscall (netbsd-386), const MAP_ALIGNMENT_4GB = 536870912
794 pkg syscall (netbsd-386), const MAP_ALIGNMENT_4GB ideal-int
795 pkg syscall (netbsd-386), const MAP_ALIGNMENT_64KB = 268435456
796 pkg syscall (netbsd-386), const MAP_ALIGNMENT_64KB ideal-int
797 pkg syscall (netbsd-386), const MAP_ALIGNMENT_64PB = 939524096
798 pkg syscall (netbsd-386), const MAP_ALIGNMENT_64PB ideal-int
799 pkg syscall (netbsd-386), const MAP_ALIGNMENT_MASK = -16777216
800 pkg syscall (netbsd-386), const MAP_ALIGNMENT_MASK ideal-int
801 pkg syscall (netbsd-386), const MAP_ALIGNMENT_SHIFT = 24
802 pkg syscall (netbsd-386), const MAP_ALIGNMENT_SHIFT ideal-int
803 pkg syscall (netbsd-386), const MAP_ANON = 4096
804 pkg syscall (netbsd-386), const MAP_ANON ideal-int
805 pkg syscall (netbsd-386), const MAP_FILE = 0
806 pkg syscall (netbsd-386), const MAP_FILE ideal-int
807 pkg syscall (netbsd-386), const MAP_FIXED = 16
808 pkg syscall (netbsd-386), const MAP_FIXED ideal-int
809 pkg syscall (netbsd-386), const MAP_HASSEMAPHORE = 512
810 pkg syscall (netbsd-386), const MAP_HASSEMAPHORE ideal-int
811 pkg syscall (netbsd-386), const MAP_INHERIT = 128
812 pkg syscall (netbsd-386), const MAP_INHERIT ideal-int
813 pkg syscall (netbsd-386), const MAP_INHERIT_COPY = 1
814 pkg syscall (netbsd-386), const MAP_INHERIT_COPY ideal-int
815 pkg syscall (netbsd-386), const MAP_INHERIT_DEFAULT = 1
816 pkg syscall (netbsd-386), const MAP_INHERIT_DEFAULT ideal-int
817 pkg syscall (netbsd-386), const MAP_INHERIT_DONATE_COPY = 3
818 pkg syscall (netbsd-386), const MAP_INHERIT_DONATE_COPY ideal-int
819 pkg syscall (netbsd-386), const MAP_INHERIT_NONE = 2
820 pkg syscall (netbsd-386), const MAP_INHERIT_NONE ideal-int
821 pkg syscall (netbsd-386), const MAP_INHERIT_SHARE = 0
822 pkg syscall (netbsd-386), const MAP_INHERIT_SHARE ideal-int
823 pkg syscall (netbsd-386), const MAP_NORESERVE = 64
824 pkg syscall (netbsd-386), const MAP_NORESERVE ideal-int
825 pkg syscall (netbsd-386), const MAP_PRIVATE = 2
826 pkg syscall (netbsd-386), const MAP_PRIVATE ideal-int
827 pkg syscall (netbsd-386), const MAP_RENAME = 32
828 pkg syscall (netbsd-386), const MAP_RENAME ideal-int
829 pkg syscall (netbsd-386), const MAP_SHARED = 1
830 pkg syscall (netbsd-386), const MAP_SHARED ideal-int
831 pkg syscall (netbsd-386), const MAP_STACK = 8192
832 pkg syscall (netbsd-386), const MAP_STACK ideal-int
833 pkg syscall (netbsd-386), const MAP_TRYFIXED = 1024
834 pkg syscall (netbsd-386), const MAP_TRYFIXED ideal-int
835 pkg syscall (netbsd-386), const MAP_WIRED = 2048
836 pkg syscall (netbsd-386), const MAP_WIRED ideal-int
837 pkg syscall (netbsd-386), const MCL_CURRENT = 1
838 pkg syscall (netbsd-386), const MCL_CURRENT ideal-int
839 pkg syscall (netbsd-386), const MCL_FUTURE = 2
840 pkg syscall (netbsd-386), const MCL_FUTURE ideal-int
841 pkg syscall (netbsd-386), const MS_ASYNC = 1
842 pkg syscall (netbsd-386), const MS_ASYNC ideal-int
843 pkg syscall (netbsd-386), const MS_INVALIDATE = 2
844 pkg syscall (netbsd-386), const MS_INVALIDATE ideal-int
845 pkg syscall (netbsd-386), const MS_SYNC = 4
846 pkg syscall (netbsd-386), const MS_SYNC ideal-int
847 pkg syscall (netbsd-386), const PROT_EXEC = 4
848 pkg syscall (netbsd-386), const PROT_EXEC ideal-int
849 pkg syscall (netbsd-386), const PROT_NONE = 0
850 pkg syscall (netbsd-386), const PROT_NONE ideal-int
851 pkg syscall (netbsd-386), const PROT_READ = 1
852 pkg syscall (netbsd-386), const PROT_READ ideal-int
853 pkg syscall (netbsd-386), const PROT_WRITE = 2
854 pkg syscall (netbsd-386), const PROT_WRITE ideal-int
855 pkg syscall (netbsd-386), func FcntlFlock(uintptr, int, *Flock_t) error
856 pkg syscall (netbsd-386), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error)
857 pkg syscall (netbsd-386), type Termios struct
858 pkg syscall (netbsd-386), type Termios struct, Cc [20]uint8
859 pkg syscall (netbsd-386), type Termios struct, Cflag uint32
860 pkg syscall (netbsd-386), type Termios struct, Iflag uint32
861 pkg syscall (netbsd-386), type Termios struct, Ispeed int32
862 pkg syscall (netbsd-386), type Termios struct, Lflag uint32
863 pkg syscall (netbsd-386), type Termios struct, Oflag uint32
864 pkg syscall (netbsd-386), type Termios struct, Ospeed int32
865 pkg syscall (netbsd-386-cgo), const CLONE_CSIGNAL = 255
866 pkg syscall (netbsd-386-cgo), const CLONE_CSIGNAL ideal-int
867 pkg syscall (netbsd-386-cgo), const CLONE_FILES = 1024
868 pkg syscall (netbsd-386-cgo), const CLONE_FILES ideal-int
869 pkg syscall (netbsd-386-cgo), const CLONE_FS = 512
870 pkg syscall (netbsd-386-cgo), const CLONE_FS ideal-int
871 pkg syscall (netbsd-386-cgo), const CLONE_PID = 4096
872 pkg syscall (netbsd-386-cgo), const CLONE_PID ideal-int
873 pkg syscall (netbsd-386-cgo), const CLONE_PTRACE = 8192
874 pkg syscall (netbsd-386-cgo), const CLONE_PTRACE ideal-int
875 pkg syscall (netbsd-386-cgo), const CLONE_SIGHAND = 2048
876 pkg syscall (netbsd-386-cgo), const CLONE_SIGHAND ideal-int
877 pkg syscall (netbsd-386-cgo), const CLONE_VFORK = 16384
878 pkg syscall (netbsd-386-cgo), const CLONE_VFORK ideal-int
879 pkg syscall (netbsd-386-cgo), const CLONE_VM = 256
880 pkg syscall (netbsd-386-cgo), const CLONE_VM ideal-int
881 pkg syscall (netbsd-386-cgo), const MADV_DONTNEED = 4
882 pkg syscall (netbsd-386-cgo), const MADV_DONTNEED ideal-int
883 pkg syscall (netbsd-386-cgo), const MADV_FREE = 6
884 pkg syscall (netbsd-386-cgo), const MADV_FREE ideal-int
885 pkg syscall (netbsd-386-cgo), const MADV_NORMAL = 0
886 pkg syscall (netbsd-386-cgo), const MADV_NORMAL ideal-int
887 pkg syscall (netbsd-386-cgo), const MADV_RANDOM = 1
888 pkg syscall (netbsd-386-cgo), const MADV_RANDOM ideal-int
889 pkg syscall (netbsd-386-cgo), const MADV_SEQUENTIAL = 2
890 pkg syscall (netbsd-386-cgo), const MADV_SEQUENTIAL ideal-int
891 pkg syscall (netbsd-386-cgo), const MADV_SPACEAVAIL = 5
892 pkg syscall (netbsd-386-cgo), const MADV_SPACEAVAIL ideal-int
893 pkg syscall (netbsd-386-cgo), const MADV_WILLNEED = 3
894 pkg syscall (netbsd-386-cgo), const MADV_WILLNEED ideal-int
895 pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_16MB = 402653184
896 pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_16MB ideal-int
897 pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_1TB = 671088640
898 pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_1TB ideal-int
899 pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_256TB = 805306368
900 pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_256TB ideal-int
901 pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_4GB = 536870912
902 pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_4GB ideal-int
903 pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_64KB = 268435456
904 pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_64KB ideal-int
905 pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_64PB = 939524096
906 pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_64PB ideal-int
907 pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_MASK = -16777216
908 pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_MASK ideal-int
909 pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_SHIFT = 24
910 pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_SHIFT ideal-int
911 pkg syscall (netbsd-386-cgo), const MAP_ANON = 4096
912 pkg syscall (netbsd-386-cgo), const MAP_ANON ideal-int
913 pkg syscall (netbsd-386-cgo), const MAP_FILE = 0
914 pkg syscall (netbsd-386-cgo), const MAP_FILE ideal-int
915 pkg syscall (netbsd-386-cgo), const MAP_FIXED = 16
916 pkg syscall (netbsd-386-cgo), const MAP_FIXED ideal-int
917 pkg syscall (netbsd-386-cgo), const MAP_HASSEMAPHORE = 512
918 pkg syscall (netbsd-386-cgo), const MAP_HASSEMAPHORE ideal-int
919 pkg syscall (netbsd-386-cgo), const MAP_INHERIT = 128
920 pkg syscall (netbsd-386-cgo), const MAP_INHERIT ideal-int
921 pkg syscall (netbsd-386-cgo), const MAP_INHERIT_COPY = 1
922 pkg syscall (netbsd-386-cgo), const MAP_INHERIT_COPY ideal-int
923 pkg syscall (netbsd-386-cgo), const MAP_INHERIT_DEFAULT = 1
924 pkg syscall (netbsd-386-cgo), const MAP_INHERIT_DEFAULT ideal-int
925 pkg syscall (netbsd-386-cgo), const MAP_INHERIT_DONATE_COPY = 3
926 pkg syscall (netbsd-386-cgo), const MAP_INHERIT_DONATE_COPY ideal-int
927 pkg syscall (netbsd-386-cgo), const MAP_INHERIT_NONE = 2
928 pkg syscall (netbsd-386-cgo), const MAP_INHERIT_NONE ideal-int
929 pkg syscall (netbsd-386-cgo), const MAP_INHERIT_SHARE = 0
930 pkg syscall (netbsd-386-cgo), const MAP_INHERIT_SHARE ideal-int
931 pkg syscall (netbsd-386-cgo), const MAP_NORESERVE = 64
932 pkg syscall (netbsd-386-cgo), const MAP_NORESERVE ideal-int
933 pkg syscall (netbsd-386-cgo), const MAP_PRIVATE = 2
934 pkg syscall (netbsd-386-cgo), const MAP_PRIVATE ideal-int
935 pkg syscall (netbsd-386-cgo), const MAP_RENAME = 32
936 pkg syscall (netbsd-386-cgo), const MAP_RENAME ideal-int
937 pkg syscall (netbsd-386-cgo), const MAP_SHARED = 1
938 pkg syscall (netbsd-386-cgo), const MAP_SHARED ideal-int
939 pkg syscall (netbsd-386-cgo), const MAP_STACK = 8192
940 pkg syscall (netbsd-386-cgo), const MAP_STACK ideal-int
941 pkg syscall (netbsd-386-cgo), const MAP_TRYFIXED = 1024
942 pkg syscall (netbsd-386-cgo), const MAP_TRYFIXED ideal-int
943 pkg syscall (netbsd-386-cgo), const MAP_WIRED = 2048
944 pkg syscall (netbsd-386-cgo), const MAP_WIRED ideal-int
945 pkg syscall (netbsd-386-cgo), const MCL_CURRENT = 1
946 pkg syscall (netbsd-386-cgo), const MCL_CURRENT ideal-int
947 pkg syscall (netbsd-386-cgo), const MCL_FUTURE = 2
948 pkg syscall (netbsd-386-cgo), const MCL_FUTURE ideal-int
949 pkg syscall (netbsd-386-cgo), const MS_ASYNC = 1
950 pkg syscall (netbsd-386-cgo), const MS_ASYNC ideal-int
951 pkg syscall (netbsd-386-cgo), const MS_INVALIDATE = 2
952 pkg syscall (netbsd-386-cgo), const MS_INVALIDATE ideal-int
953 pkg syscall (netbsd-386-cgo), const MS_SYNC = 4
954 pkg syscall (netbsd-386-cgo), const MS_SYNC ideal-int
955 pkg syscall (netbsd-386-cgo), const PROT_EXEC = 4
956 pkg syscall (netbsd-386-cgo), const PROT_EXEC ideal-int
957 pkg syscall (netbsd-386-cgo), const PROT_NONE = 0
958 pkg syscall (netbsd-386-cgo), const PROT_NONE ideal-int
959 pkg syscall (netbsd-386-cgo), const PROT_READ = 1
960 pkg syscall (netbsd-386-cgo), const PROT_READ ideal-int
961 pkg syscall (netbsd-386-cgo), const PROT_WRITE = 2
962 pkg syscall (netbsd-386-cgo), const PROT_WRITE ideal-int
963 pkg syscall (netbsd-386-cgo), func FcntlFlock(uintptr, int, *Flock_t) error
964 pkg syscall (netbsd-386-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error)
965 pkg syscall (netbsd-386-cgo), type Termios struct
966 pkg syscall (netbsd-386-cgo), type Termios struct, Cc [20]uint8
967 pkg syscall (netbsd-386-cgo), type Termios struct, Cflag uint32
968 pkg syscall (netbsd-386-cgo), type Termios struct, Iflag uint32
969 pkg syscall (netbsd-386-cgo), type Termios struct, Ispeed int32
970 pkg syscall (netbsd-386-cgo), type Termios struct, Lflag uint32
971 pkg syscall (netbsd-386-cgo), type Termios struct, Oflag uint32
972 pkg syscall (netbsd-386-cgo), type Termios struct, Ospeed int32
973 pkg syscall (netbsd-amd64), const CLONE_CSIGNAL = 255
974 pkg syscall (netbsd-amd64), const CLONE_CSIGNAL ideal-int
975 pkg syscall (netbsd-amd64), const CLONE_FILES = 1024
976 pkg syscall (netbsd-amd64), const CLONE_FILES ideal-int
977 pkg syscall (netbsd-amd64), const CLONE_FS = 512
978 pkg syscall (netbsd-amd64), const CLONE_FS ideal-int
979 pkg syscall (netbsd-amd64), const CLONE_PID = 4096
980 pkg syscall (netbsd-amd64), const CLONE_PID ideal-int
981 pkg syscall (netbsd-amd64), const CLONE_PTRACE = 8192
982 pkg syscall (netbsd-amd64), const CLONE_PTRACE ideal-int
983 pkg syscall (netbsd-amd64), const CLONE_SIGHAND = 2048
984 pkg syscall (netbsd-amd64), const CLONE_SIGHAND ideal-int
985 pkg syscall (netbsd-amd64), const CLONE_VFORK = 16384
986 pkg syscall (netbsd-amd64), const CLONE_VFORK ideal-int
987 pkg syscall (netbsd-amd64), const CLONE_VM = 256
988 pkg syscall (netbsd-amd64), const CLONE_VM ideal-int
989 pkg syscall (netbsd-amd64), const MADV_DONTNEED = 4
990 pkg syscall (netbsd-amd64), const MADV_DONTNEED ideal-int
991 pkg syscall (netbsd-amd64), const MADV_FREE = 6
992 pkg syscall (netbsd-amd64), const MADV_FREE ideal-int
993 pkg syscall (netbsd-amd64), const MADV_NORMAL = 0
994 pkg syscall (netbsd-amd64), const MADV_NORMAL ideal-int
995 pkg syscall (netbsd-amd64), const MADV_RANDOM = 1
996 pkg syscall (netbsd-amd64), const MADV_RANDOM ideal-int
997 pkg syscall (netbsd-amd64), const MADV_SEQUENTIAL = 2
998 pkg syscall (netbsd-amd64), const MADV_SEQUENTIAL ideal-int
999 pkg syscall (netbsd-amd64), const MADV_SPACEAVAIL = 5
1000 pkg syscall (netbsd-amd64), const MADV_SPACEAVAIL ideal-int
1001 pkg syscall (netbsd-amd64), const MADV_WILLNEED = 3
1002 pkg syscall (netbsd-amd64), const MADV_WILLNEED ideal-int
1003 pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_16MB = 402653184
1004 pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_16MB ideal-int
1005 pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_1TB = 671088640
1006 pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_1TB ideal-int
1007 pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_256TB = 805306368
1008 pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_256TB ideal-int
1009 pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_4GB = 536870912
1010 pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_4GB ideal-int
1011 pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_64KB = 268435456
1012 pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_64KB ideal-int
1013 pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_64PB = 939524096
1014 pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_64PB ideal-int
1015 pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_MASK = -16777216
1016 pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_MASK ideal-int
1017 pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_SHIFT = 24
1018 pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_SHIFT ideal-int
1019 pkg syscall (netbsd-amd64), const MAP_ANON = 4096
1020 pkg syscall (netbsd-amd64), const MAP_ANON ideal-int
1021 pkg syscall (netbsd-amd64), const MAP_FILE = 0
1022 pkg syscall (netbsd-amd64), const MAP_FILE ideal-int
1023 pkg syscall (netbsd-amd64), const MAP_FIXED = 16
1024 pkg syscall (netbsd-amd64), const MAP_FIXED ideal-int
1025 pkg syscall (netbsd-amd64), const MAP_HASSEMAPHORE = 512
1026 pkg syscall (netbsd-amd64), const MAP_HASSEMAPHORE ideal-int
1027 pkg syscall (netbsd-amd64), const MAP_INHERIT = 128
1028 pkg syscall (netbsd-amd64), const MAP_INHERIT ideal-int
1029 pkg syscall (netbsd-amd64), const MAP_INHERIT_COPY = 1
1030 pkg syscall (netbsd-amd64), const MAP_INHERIT_COPY ideal-int
1031 pkg syscall (netbsd-amd64), const MAP_INHERIT_DEFAULT = 1
1032 pkg syscall (netbsd-amd64), const MAP_INHERIT_DEFAULT ideal-int
1033 pkg syscall (netbsd-amd64), const MAP_INHERIT_DONATE_COPY = 3
1034 pkg syscall (netbsd-amd64), const MAP_INHERIT_DONATE_COPY ideal-int
1035 pkg syscall (netbsd-amd64), const MAP_INHERIT_NONE = 2
1036 pkg syscall (netbsd-amd64), const MAP_INHERIT_NONE ideal-int
1037 pkg syscall (netbsd-amd64), const MAP_INHERIT_SHARE = 0
1038 pkg syscall (netbsd-amd64), const MAP_INHERIT_SHARE ideal-int
1039 pkg syscall (netbsd-amd64), const MAP_NORESERVE = 64
1040 pkg syscall (netbsd-amd64), const MAP_NORESERVE ideal-int
1041 pkg syscall (netbsd-amd64), const MAP_PRIVATE = 2
1042 pkg syscall (netbsd-amd64), const MAP_PRIVATE ideal-int
1043 pkg syscall (netbsd-amd64), const MAP_RENAME = 32
1044 pkg syscall (netbsd-amd64), const MAP_RENAME ideal-int
1045 pkg syscall (netbsd-amd64), const MAP_SHARED = 1
1046 pkg syscall (netbsd-amd64), const MAP_SHARED ideal-int
1047 pkg syscall (netbsd-amd64), const MAP_STACK = 8192
1048 pkg syscall (netbsd-amd64), const MAP_STACK ideal-int
1049 pkg syscall (netbsd-amd64), const MAP_TRYFIXED = 1024
1050 pkg syscall (netbsd-amd64), const MAP_TRYFIXED ideal-int
1051 pkg syscall (netbsd-amd64), const MAP_WIRED = 2048
1052 pkg syscall (netbsd-amd64), const MAP_WIRED ideal-int
1053 pkg syscall (netbsd-amd64), const MCL_CURRENT = 1
1054 pkg syscall (netbsd-amd64), const MCL_CURRENT ideal-int
1055 pkg syscall (netbsd-amd64), const MCL_FUTURE = 2
1056 pkg syscall (netbsd-amd64), const MCL_FUTURE ideal-int
1057 pkg syscall (netbsd-amd64), const MS_ASYNC = 1
1058 pkg syscall (netbsd-amd64), const MS_ASYNC ideal-int
1059 pkg syscall (netbsd-amd64), const MS_INVALIDATE = 2
1060 pkg syscall (netbsd-amd64), const MS_INVALIDATE ideal-int
1061 pkg syscall (netbsd-amd64), const MS_SYNC = 4
1062 pkg syscall (netbsd-amd64), const MS_SYNC ideal-int
1063 pkg syscall (netbsd-amd64), const PROT_EXEC = 4
1064 pkg syscall (netbsd-amd64), const PROT_EXEC ideal-int
1065 pkg syscall (netbsd-amd64), const PROT_NONE = 0
1066 pkg syscall (netbsd-amd64), const PROT_NONE ideal-int
1067 pkg syscall (netbsd-amd64), const PROT_READ = 1
1068 pkg syscall (netbsd-amd64), const PROT_READ ideal-int
1069 pkg syscall (netbsd-amd64), const PROT_WRITE = 2
1070 pkg syscall (netbsd-amd64), const PROT_WRITE ideal-int
1071 pkg syscall (netbsd-amd64), func FcntlFlock(uintptr, int, *Flock_t) error
1072 pkg syscall (netbsd-amd64), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error)
1073 pkg syscall (netbsd-amd64), type Termios struct
1074 pkg syscall (netbsd-amd64), type Termios struct, Cc [20]uint8
1075 pkg syscall (netbsd-amd64), type Termios struct, Cflag uint32
1076 pkg syscall (netbsd-amd64), type Termios struct, Iflag uint32
1077 pkg syscall (netbsd-amd64), type Termios struct, Ispeed int32
1078 pkg syscall (netbsd-amd64), type Termios struct, Lflag uint32
1079 pkg syscall (netbsd-amd64), type Termios struct, Oflag uint32
1080 pkg syscall (netbsd-amd64), type Termios struct, Ospeed int32
1081 pkg syscall (netbsd-amd64-cgo), const CLONE_CSIGNAL = 255
1082 pkg syscall (netbsd-amd64-cgo), const CLONE_CSIGNAL ideal-int
1083 pkg syscall (netbsd-amd64-cgo), const CLONE_FILES = 1024
1084 pkg syscall (netbsd-amd64-cgo), const CLONE_FILES ideal-int
1085 pkg syscall (netbsd-amd64-cgo), const CLONE_FS = 512
1086 pkg syscall (netbsd-amd64-cgo), const CLONE_FS ideal-int
1087 pkg syscall (netbsd-amd64-cgo), const CLONE_PID = 4096
1088 pkg syscall (netbsd-amd64-cgo), const CLONE_PID ideal-int
1089 pkg syscall (netbsd-amd64-cgo), const CLONE_PTRACE = 8192
1090 pkg syscall (netbsd-amd64-cgo), const CLONE_PTRACE ideal-int
1091 pkg syscall (netbsd-amd64-cgo), const CLONE_SIGHAND = 2048
1092 pkg syscall (netbsd-amd64-cgo), const CLONE_SIGHAND ideal-int
1093 pkg syscall (netbsd-amd64-cgo), const CLONE_VFORK = 16384
1094 pkg syscall (netbsd-amd64-cgo), const CLONE_VFORK ideal-int
1095 pkg syscall (netbsd-amd64-cgo), const CLONE_VM = 256
1096 pkg syscall (netbsd-amd64-cgo), const CLONE_VM ideal-int
1097 pkg syscall (netbsd-amd64-cgo), const MADV_DONTNEED = 4
1098 pkg syscall (netbsd-amd64-cgo), const MADV_DONTNEED ideal-int
1099 pkg syscall (netbsd-amd64-cgo), const MADV_FREE = 6
1100 pkg syscall (netbsd-amd64-cgo), const MADV_FREE ideal-int
1101 pkg syscall (netbsd-amd64-cgo), const MADV_NORMAL = 0
1102 pkg syscall (netbsd-amd64-cgo), const MADV_NORMAL ideal-int
1103 pkg syscall (netbsd-amd64-cgo), const MADV_RANDOM = 1
1104 pkg syscall (netbsd-amd64-cgo), const MADV_RANDOM ideal-int
1105 pkg syscall (netbsd-amd64-cgo), const MADV_SEQUENTIAL = 2
1106 pkg syscall (netbsd-amd64-cgo), const MADV_SEQUENTIAL ideal-int
1107 pkg syscall (netbsd-amd64-cgo), const MADV_SPACEAVAIL = 5
1108 pkg syscall (netbsd-amd64-cgo), const MADV_SPACEAVAIL ideal-int
1109 pkg syscall (netbsd-amd64-cgo), const MADV_WILLNEED = 3
1110 pkg syscall (netbsd-amd64-cgo), const MADV_WILLNEED ideal-int
1111 pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_16MB = 402653184
1112 pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_16MB ideal-int
1113 pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_1TB = 671088640
1114 pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_1TB ideal-int
1115 pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_256TB = 805306368
1116 pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_256TB ideal-int
1117 pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_4GB = 536870912
1118 pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_4GB ideal-int
1119 pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_64KB = 268435456
1120 pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_64KB ideal-int
1121 pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_64PB = 939524096
1122 pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_64PB ideal-int
1123 pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_MASK = -16777216
1124 pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_MASK ideal-int
1125 pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_SHIFT = 24
1126 pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_SHIFT ideal-int
1127 pkg syscall (netbsd-amd64-cgo), const MAP_ANON = 4096
1128 pkg syscall (netbsd-amd64-cgo), const MAP_ANON ideal-int
1129 pkg syscall (netbsd-amd64-cgo), const MAP_FILE = 0
1130 pkg syscall (netbsd-amd64-cgo), const MAP_FILE ideal-int
1131 pkg syscall (netbsd-amd64-cgo), const MAP_FIXED = 16
1132 pkg syscall (netbsd-amd64-cgo), const MAP_FIXED ideal-int
1133 pkg syscall (netbsd-amd64-cgo), const MAP_HASSEMAPHORE = 512
1134 pkg syscall (netbsd-amd64-cgo), const MAP_HASSEMAPHORE ideal-int
1135 pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT = 128
1136 pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT ideal-int
1137 pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_COPY = 1
1138 pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_COPY ideal-int
1139 pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_DEFAULT = 1
1140 pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_DEFAULT ideal-int
1141 pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_DONATE_COPY = 3
1142 pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_DONATE_COPY ideal-int
1143 pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_NONE = 2
1144 pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_NONE ideal-int
1145 pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_SHARE = 0
1146 pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_SHARE ideal-int
1147 pkg syscall (netbsd-amd64-cgo), const MAP_NORESERVE = 64
1148 pkg syscall (netbsd-amd64-cgo), const MAP_NORESERVE ideal-int
1149 pkg syscall (netbsd-amd64-cgo), const MAP_PRIVATE = 2
1150 pkg syscall (netbsd-amd64-cgo), const MAP_PRIVATE ideal-int
1151 pkg syscall (netbsd-amd64-cgo), const MAP_RENAME = 32
1152 pkg syscall (netbsd-amd64-cgo), const MAP_RENAME ideal-int
1153 pkg syscall (netbsd-amd64-cgo), const MAP_SHARED = 1
1154 pkg syscall (netbsd-amd64-cgo), const MAP_SHARED ideal-int
1155 pkg syscall (netbsd-amd64-cgo), const MAP_STACK = 8192
1156 pkg syscall (netbsd-amd64-cgo), const MAP_STACK ideal-int
1157 pkg syscall (netbsd-amd64-cgo), const MAP_TRYFIXED = 1024
1158 pkg syscall (netbsd-amd64-cgo), const MAP_TRYFIXED ideal-int
1159 pkg syscall (netbsd-amd64-cgo), const MAP_WIRED = 2048
1160 pkg syscall (netbsd-amd64-cgo), const MAP_WIRED ideal-int
1161 pkg syscall (netbsd-amd64-cgo), const MCL_CURRENT = 1
1162 pkg syscall (netbsd-amd64-cgo), const MCL_CURRENT ideal-int
1163 pkg syscall (netbsd-amd64-cgo), const MCL_FUTURE = 2
1164 pkg syscall (netbsd-amd64-cgo), const MCL_FUTURE ideal-int
1165 pkg syscall (netbsd-amd64-cgo), const MS_ASYNC = 1
1166 pkg syscall (netbsd-amd64-cgo), const MS_ASYNC ideal-int
1167 pkg syscall (netbsd-amd64-cgo), const MS_INVALIDATE = 2
1168 pkg syscall (netbsd-amd64-cgo), const MS_INVALIDATE ideal-int
1169 pkg syscall (netbsd-amd64-cgo), const MS_SYNC = 4
1170 pkg syscall (netbsd-amd64-cgo), const MS_SYNC ideal-int
1171 pkg syscall (netbsd-amd64-cgo), const PROT_EXEC = 4
1172 pkg syscall (netbsd-amd64-cgo), const PROT_EXEC ideal-int
1173 pkg syscall (netbsd-amd64-cgo), const PROT_NONE = 0
1174 pkg syscall (netbsd-amd64-cgo), const PROT_NONE ideal-int
1175 pkg syscall (netbsd-amd64-cgo), const PROT_READ = 1
1176 pkg syscall (netbsd-amd64-cgo), const PROT_READ ideal-int
1177 pkg syscall (netbsd-amd64-cgo), const PROT_WRITE = 2
1178 pkg syscall (netbsd-amd64-cgo), const PROT_WRITE ideal-int
1179 pkg syscall (netbsd-amd64-cgo), func FcntlFlock(uintptr, int, *Flock_t) error
1180 pkg syscall (netbsd-amd64-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error)
1181 pkg syscall (netbsd-amd64-cgo), type Termios struct
1182 pkg syscall (netbsd-amd64-cgo), type Termios struct, Cc [20]uint8
1183 pkg syscall (netbsd-amd64-cgo), type Termios struct, Cflag uint32
1184 pkg syscall (netbsd-amd64-cgo), type Termios struct, Iflag uint32
1185 pkg syscall (netbsd-amd64-cgo), type Termios struct, Ispeed int32
1186 pkg syscall (netbsd-amd64-cgo), type Termios struct, Lflag uint32
1187 pkg syscall (netbsd-amd64-cgo), type Termios struct, Oflag uint32
1188 pkg syscall (netbsd-amd64-cgo), type Termios struct, Ospeed int32
1189 pkg syscall (netbsd-arm), const MADV_DONTNEED = 4
1190 pkg syscall (netbsd-arm), const MADV_DONTNEED ideal-int
1191 pkg syscall (netbsd-arm), const MADV_FREE = 6
1192 pkg syscall (netbsd-arm), const MADV_FREE ideal-int
1193 pkg syscall (netbsd-arm), const MADV_NORMAL = 0
1194 pkg syscall (netbsd-arm), const MADV_NORMAL ideal-int
1195 pkg syscall (netbsd-arm), const MADV_RANDOM = 1
1196 pkg syscall (netbsd-arm), const MADV_RANDOM ideal-int
1197 pkg syscall (netbsd-arm), const MADV_SEQUENTIAL = 2
1198 pkg syscall (netbsd-arm), const MADV_SEQUENTIAL ideal-int
1199 pkg syscall (netbsd-arm), const MADV_SPACEAVAIL = 5
1200 pkg syscall (netbsd-arm), const MADV_SPACEAVAIL ideal-int
1201 pkg syscall (netbsd-arm), const MADV_WILLNEED = 3
1202 pkg syscall (netbsd-arm), const MADV_WILLNEED ideal-int
1203 pkg syscall (netbsd-arm), const MAP_ALIGNMENT_16MB = 402653184
1204 pkg syscall (netbsd-arm), const MAP_ALIGNMENT_16MB ideal-int
1205 pkg syscall (netbsd-arm), const MAP_ALIGNMENT_1TB = 671088640
1206 pkg syscall (netbsd-arm), const MAP_ALIGNMENT_1TB ideal-int
1207 pkg syscall (netbsd-arm), const MAP_ALIGNMENT_256TB = 805306368
1208 pkg syscall (netbsd-arm), const MAP_ALIGNMENT_256TB ideal-int
1209 pkg syscall (netbsd-arm), const MAP_ALIGNMENT_4GB = 536870912
1210 pkg syscall (netbsd-arm), const MAP_ALIGNMENT_4GB ideal-int
1211 pkg syscall (netbsd-arm), const MAP_ALIGNMENT_64KB = 268435456
1212 pkg syscall (netbsd-arm), const MAP_ALIGNMENT_64KB ideal-int
1213 pkg syscall (netbsd-arm), const MAP_ALIGNMENT_64PB = 939524096
1214 pkg syscall (netbsd-arm), const MAP_ALIGNMENT_64PB ideal-int
1215 pkg syscall (netbsd-arm), const MAP_ALIGNMENT_MASK = -16777216
1216 pkg syscall (netbsd-arm), const MAP_ALIGNMENT_MASK ideal-int
1217 pkg syscall (netbsd-arm), const MAP_ALIGNMENT_SHIFT = 24
1218 pkg syscall (netbsd-arm), const MAP_ALIGNMENT_SHIFT ideal-int
1219 pkg syscall (netbsd-arm), const MAP_ANON = 4096
1220 pkg syscall (netbsd-arm), const MAP_ANON ideal-int
1221 pkg syscall (netbsd-arm), const MAP_FILE = 0
1222 pkg syscall (netbsd-arm), const MAP_FILE ideal-int
1223 pkg syscall (netbsd-arm), const MAP_FIXED = 16
1224 pkg syscall (netbsd-arm), const MAP_FIXED ideal-int
1225 pkg syscall (netbsd-arm), const MAP_HASSEMAPHORE = 512
1226 pkg syscall (netbsd-arm), const MAP_HASSEMAPHORE ideal-int
1227 pkg syscall (netbsd-arm), const MAP_INHERIT = 128
1228 pkg syscall (netbsd-arm), const MAP_INHERIT ideal-int
1229 pkg syscall (netbsd-arm), const MAP_INHERIT_COPY = 1
1230 pkg syscall (netbsd-arm), const MAP_INHERIT_COPY ideal-int
1231 pkg syscall (netbsd-arm), const MAP_INHERIT_DEFAULT = 1
1232 pkg syscall (netbsd-arm), const MAP_INHERIT_DEFAULT ideal-int
1233 pkg syscall (netbsd-arm), const MAP_INHERIT_DONATE_COPY = 3
1234 pkg syscall (netbsd-arm), const MAP_INHERIT_DONATE_COPY ideal-int
1235 pkg syscall (netbsd-arm), const MAP_INHERIT_NONE = 2
1236 pkg syscall (netbsd-arm), const MAP_INHERIT_NONE ideal-int
1237 pkg syscall (netbsd-arm), const MAP_INHERIT_SHARE = 0
1238 pkg syscall (netbsd-arm), const MAP_INHERIT_SHARE ideal-int
1239 pkg syscall (netbsd-arm), const MAP_NORESERVE = 64
1240 pkg syscall (netbsd-arm), const MAP_NORESERVE ideal-int
1241 pkg syscall (netbsd-arm), const MAP_PRIVATE = 2
1242 pkg syscall (netbsd-arm), const MAP_PRIVATE ideal-int
1243 pkg syscall (netbsd-arm), const MAP_RENAME = 32
1244 pkg syscall (netbsd-arm), const MAP_RENAME ideal-int
1245 pkg syscall (netbsd-arm), const MAP_SHARED = 1
1246 pkg syscall (netbsd-arm), const MAP_SHARED ideal-int
1247 pkg syscall (netbsd-arm), const MAP_STACK = 8192
1248 pkg syscall (netbsd-arm), const MAP_STACK ideal-int
1249 pkg syscall (netbsd-arm), const MAP_TRYFIXED = 1024
1250 pkg syscall (netbsd-arm), const MAP_TRYFIXED ideal-int
1251 pkg syscall (netbsd-arm), const MAP_WIRED = 2048
1252 pkg syscall (netbsd-arm), const MAP_WIRED ideal-int
1253 pkg syscall (netbsd-arm), const PROT_EXEC = 4
1254 pkg syscall (netbsd-arm), const PROT_EXEC ideal-int
1255 pkg syscall (netbsd-arm), const PROT_NONE = 0
1256 pkg syscall (netbsd-arm), const PROT_NONE ideal-int
1257 pkg syscall (netbsd-arm), const PROT_READ = 1
1258 pkg syscall (netbsd-arm), const PROT_READ ideal-int
1259 pkg syscall (netbsd-arm), const PROT_WRITE = 2
1260 pkg syscall (netbsd-arm), const PROT_WRITE ideal-int
1261 pkg syscall (netbsd-arm), const SizeofIfData = 136
1262 pkg syscall (netbsd-arm), func Fchflags(int, int) error
1263 pkg syscall (netbsd-arm), func FcntlFlock(uintptr, int, *Flock_t) error
1264 pkg syscall (netbsd-arm), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error)
1265 pkg syscall (netbsd-arm), type Kevent_t struct, Pad_cgo_0 [4]uint8
1266 pkg syscall (netbsd-arm), type Stat_t struct, Pad_cgo_0 [4]uint8
1267 pkg syscall (netbsd-arm), type Stat_t struct, Pad_cgo_1 [4]uint8
1268 pkg syscall (netbsd-arm), type Stat_t struct, Pad_cgo_2 [4]uint8
1269 pkg syscall (netbsd-arm), type Termios struct
1270 pkg syscall (netbsd-arm), type Termios struct, Cc [20]uint8
1271 pkg syscall (netbsd-arm), type Termios struct, Cflag uint32
1272 pkg syscall (netbsd-arm), type Termios struct, Iflag uint32
1273 pkg syscall (netbsd-arm), type Termios struct, Ispeed int32
1274 pkg syscall (netbsd-arm), type Termios struct, Lflag uint32
1275 pkg syscall (netbsd-arm), type Termios struct, Oflag uint32
1276 pkg syscall (netbsd-arm), type Termios struct, Ospeed int32
1277 pkg syscall (netbsd-arm), type Timespec struct, Pad_cgo_0 [4]uint8
1278 pkg syscall (netbsd-arm), type Timeval struct, Pad_cgo_0 [4]uint8
1279 pkg syscall (netbsd-arm-cgo), const MADV_DONTNEED = 4
1280 pkg syscall (netbsd-arm-cgo), const MADV_DONTNEED ideal-int
1281 pkg syscall (netbsd-arm-cgo), const MADV_FREE = 6
1282 pkg syscall (netbsd-arm-cgo), const MADV_FREE ideal-int
1283 pkg syscall (netbsd-arm-cgo), const MADV_NORMAL = 0
1284 pkg syscall (netbsd-arm-cgo), const MADV_NORMAL ideal-int
1285 pkg syscall (netbsd-arm-cgo), const MADV_RANDOM = 1
1286 pkg syscall (netbsd-arm-cgo), const MADV_RANDOM ideal-int
1287 pkg syscall (netbsd-arm-cgo), const MADV_SEQUENTIAL = 2
1288 pkg syscall (netbsd-arm-cgo), const MADV_SEQUENTIAL ideal-int
1289 pkg syscall (netbsd-arm-cgo), const MADV_SPACEAVAIL = 5
1290 pkg syscall (netbsd-arm-cgo), const MADV_SPACEAVAIL ideal-int
1291 pkg syscall (netbsd-arm-cgo), const MADV_WILLNEED = 3
1292 pkg syscall (netbsd-arm-cgo), const MADV_WILLNEED ideal-int
1293 pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_16MB = 402653184
1294 pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_16MB ideal-int
1295 pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_1TB = 671088640
1296 pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_1TB ideal-int
1297 pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_256TB = 805306368
1298 pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_256TB ideal-int
1299 pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_4GB = 536870912
1300 pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_4GB ideal-int
1301 pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_64KB = 268435456
1302 pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_64KB ideal-int
1303 pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_64PB = 939524096
1304 pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_64PB ideal-int
1305 pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_MASK = -16777216
1306 pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_MASK ideal-int
1307 pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_SHIFT = 24
1308 pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_SHIFT ideal-int
1309 pkg syscall (netbsd-arm-cgo), const MAP_ANON = 4096
1310 pkg syscall (netbsd-arm-cgo), const MAP_ANON ideal-int
1311 pkg syscall (netbsd-arm-cgo), const MAP_FILE = 0
1312 pkg syscall (netbsd-arm-cgo), const MAP_FILE ideal-int
1313 pkg syscall (netbsd-arm-cgo), const MAP_FIXED = 16
1314 pkg syscall (netbsd-arm-cgo), const MAP_FIXED ideal-int
1315 pkg syscall (netbsd-arm-cgo), const MAP_HASSEMAPHORE = 512
1316 pkg syscall (netbsd-arm-cgo), const MAP_HASSEMAPHORE ideal-int
1317 pkg syscall (netbsd-arm-cgo), const MAP_INHERIT = 128
1318 pkg syscall (netbsd-arm-cgo), const MAP_INHERIT ideal-int
1319 pkg syscall (netbsd-arm-cgo), const MAP_INHERIT_COPY = 1
1320 pkg syscall (netbsd-arm-cgo), const MAP_INHERIT_COPY ideal-int
1321 pkg syscall (netbsd-arm-cgo), const MAP_INHERIT_DEFAULT = 1
1322 pkg syscall (netbsd-arm-cgo), const MAP_INHERIT_DEFAULT ideal-int
1323 pkg syscall (netbsd-arm-cgo), const MAP_INHERIT_DONATE_COPY = 3
1324 pkg syscall (netbsd-arm-cgo), const MAP_INHERIT_DONATE_COPY ideal-int
1325 pkg syscall (netbsd-arm-cgo), const MAP_INHERIT_NONE = 2
1326 pkg syscall (netbsd-arm-cgo), const MAP_INHERIT_NONE ideal-int
1327 pkg syscall (netbsd-arm-cgo), const MAP_INHERIT_SHARE = 0
1328 pkg syscall (netbsd-arm-cgo), const MAP_INHERIT_SHARE ideal-int
1329 pkg syscall (netbsd-arm-cgo), const MAP_NORESERVE = 64
1330 pkg syscall (netbsd-arm-cgo), const MAP_NORESERVE ideal-int
1331 pkg syscall (netbsd-arm-cgo), const MAP_PRIVATE = 2
1332 pkg syscall (netbsd-arm-cgo), const MAP_PRIVATE ideal-int
1333 pkg syscall (netbsd-arm-cgo), const MAP_RENAME = 32
1334 pkg syscall (netbsd-arm-cgo), const MAP_RENAME ideal-int
1335 pkg syscall (netbsd-arm-cgo), const MAP_SHARED = 1
1336 pkg syscall (netbsd-arm-cgo), const MAP_SHARED ideal-int
1337 pkg syscall (netbsd-arm-cgo), const MAP_STACK = 8192
1338 pkg syscall (netbsd-arm-cgo), const MAP_STACK ideal-int
1339 pkg syscall (netbsd-arm-cgo), const MAP_TRYFIXED = 1024
1340 pkg syscall (netbsd-arm-cgo), const MAP_TRYFIXED ideal-int
1341 pkg syscall (netbsd-arm-cgo), const MAP_WIRED = 2048
1342 pkg syscall (netbsd-arm-cgo), const MAP_WIRED ideal-int
1343 pkg syscall (netbsd-arm-cgo), const PROT_EXEC = 4
1344 pkg syscall (netbsd-arm-cgo), const PROT_EXEC ideal-int
1345 pkg syscall (netbsd-arm-cgo), const PROT_NONE = 0
1346 pkg syscall (netbsd-arm-cgo), const PROT_NONE ideal-int
1347 pkg syscall (netbsd-arm-cgo), const PROT_READ = 1
1348 pkg syscall (netbsd-arm-cgo), const PROT_READ ideal-int
1349 pkg syscall (netbsd-arm-cgo), const PROT_WRITE = 2
1350 pkg syscall (netbsd-arm-cgo), const PROT_WRITE ideal-int
1351 pkg syscall (netbsd-arm-cgo), const SizeofIfData = 136
1352 pkg syscall (netbsd-arm-cgo), func Fchflags(int, int) error
1353 pkg syscall (netbsd-arm-cgo), func FcntlFlock(uintptr, int, *Flock_t) error
1354 pkg syscall (netbsd-arm-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error)
1355 pkg syscall (netbsd-arm-cgo), type Kevent_t struct, Pad_cgo_0 [4]uint8
1356 pkg syscall (netbsd-arm-cgo), type Stat_t struct, Pad_cgo_0 [4]uint8
1357 pkg syscall (netbsd-arm-cgo), type Stat_t struct, Pad_cgo_1 [4]uint8
1358 pkg syscall (netbsd-arm-cgo), type Stat_t struct, Pad_cgo_2 [4]uint8
1359 pkg syscall (netbsd-arm-cgo), type Termios struct
1360 pkg syscall (netbsd-arm-cgo), type Termios struct, Cc [20]uint8
1361 pkg syscall (netbsd-arm-cgo), type Termios struct, Cflag uint32
1362 pkg syscall (netbsd-arm-cgo), type Termios struct, Iflag uint32
1363 pkg syscall (netbsd-arm-cgo), type Termios struct, Ispeed int32
1364 pkg syscall (netbsd-arm-cgo), type Termios struct, Lflag uint32
1365 pkg syscall (netbsd-arm-cgo), type Termios struct, Oflag uint32
1366 pkg syscall (netbsd-arm-cgo), type Termios struct, Ospeed int32
1367 pkg syscall (netbsd-arm-cgo), type Timespec struct, Pad_cgo_0 [4]uint8
1368 pkg syscall (netbsd-arm-cgo), type Timeval struct, Pad_cgo_0 [4]uint8
1369 pkg syscall (openbsd-386), const BIOCGRTIMEOUT = 1074545262
1370 pkg syscall (openbsd-386), const BIOCSRTIMEOUT = 2148287085
1371 pkg syscall (openbsd-386), const IPPROTO_DIVERT_INIT = 2
1372 pkg syscall (openbsd-386), const IPPROTO_DIVERT_INIT ideal-int
1373 pkg syscall (openbsd-386), const IPPROTO_DIVERT_RESP = 1
1374 pkg syscall (openbsd-386), const IPPROTO_DIVERT_RESP ideal-int
1375 pkg syscall (openbsd-386), const IPV6_RECVDSTPORT = 64
1376 pkg syscall (openbsd-386), const IPV6_RECVDSTPORT ideal-int
1377 pkg syscall (openbsd-386), const IP_DIVERTFL = 4130
1378 pkg syscall (openbsd-386), const IP_DIVERTFL ideal-int
1379 pkg syscall (openbsd-386), const MADV_DONTNEED = 4
1380 pkg syscall (openbsd-386), const MADV_DONTNEED ideal-int
1381 pkg syscall (openbsd-386), const MADV_FREE = 6
1382 pkg syscall (openbsd-386), const MADV_FREE ideal-int
1383 pkg syscall (openbsd-386), const MADV_NORMAL = 0
1384 pkg syscall (openbsd-386), const MADV_NORMAL ideal-int
1385 pkg syscall (openbsd-386), const MADV_RANDOM = 1
1386 pkg syscall (openbsd-386), const MADV_RANDOM ideal-int
1387 pkg syscall (openbsd-386), const MADV_SEQUENTIAL = 2
1388 pkg syscall (openbsd-386), const MADV_SEQUENTIAL ideal-int
1389 pkg syscall (openbsd-386), const MADV_SPACEAVAIL = 5
1390 pkg syscall (openbsd-386), const MADV_SPACEAVAIL ideal-int
1391 pkg syscall (openbsd-386), const MADV_WILLNEED = 3
1392 pkg syscall (openbsd-386), const MADV_WILLNEED ideal-int
1393 pkg syscall (openbsd-386), const MAP_ANON = 4096
1394 pkg syscall (openbsd-386), const MAP_ANON ideal-int
1395 pkg syscall (openbsd-386), const MAP_COPY = 4
1396 pkg syscall (openbsd-386), const MAP_COPY ideal-int
1397 pkg syscall (openbsd-386), const MAP_FILE = 0
1398 pkg syscall (openbsd-386), const MAP_FILE ideal-int
1399 pkg syscall (openbsd-386), const MAP_FIXED = 16
1400 pkg syscall (openbsd-386), const MAP_FIXED ideal-int
1401 pkg syscall (openbsd-386), const MAP_FLAGMASK = 8183
1402 pkg syscall (openbsd-386), const MAP_FLAGMASK ideal-int
1403 pkg syscall (openbsd-386), const MAP_HASSEMAPHORE = 512
1404 pkg syscall (openbsd-386), const MAP_HASSEMAPHORE ideal-int
1405 pkg syscall (openbsd-386), const MAP_INHERIT = 128
1406 pkg syscall (openbsd-386), const MAP_INHERIT ideal-int
1407 pkg syscall (openbsd-386), const MAP_INHERIT_COPY = 1
1408 pkg syscall (openbsd-386), const MAP_INHERIT_COPY ideal-int
1409 pkg syscall (openbsd-386), const MAP_INHERIT_DONATE_COPY = 3
1410 pkg syscall (openbsd-386), const MAP_INHERIT_DONATE_COPY ideal-int
1411 pkg syscall (openbsd-386), const MAP_INHERIT_NONE = 2
1412 pkg syscall (openbsd-386), const MAP_INHERIT_NONE ideal-int
1413 pkg syscall (openbsd-386), const MAP_INHERIT_SHARE = 0
1414 pkg syscall (openbsd-386), const MAP_INHERIT_SHARE ideal-int
1415 pkg syscall (openbsd-386), const MAP_NOEXTEND = 256
1416 pkg syscall (openbsd-386), const MAP_NOEXTEND ideal-int
1417 pkg syscall (openbsd-386), const MAP_NORESERVE = 64
1418 pkg syscall (openbsd-386), const MAP_NORESERVE ideal-int
1419 pkg syscall (openbsd-386), const MAP_PRIVATE = 2
1420 pkg syscall (openbsd-386), const MAP_PRIVATE ideal-int
1421 pkg syscall (openbsd-386), const MAP_RENAME = 32
1422 pkg syscall (openbsd-386), const MAP_RENAME ideal-int
1423 pkg syscall (openbsd-386), const MAP_SHARED = 1
1424 pkg syscall (openbsd-386), const MAP_SHARED ideal-int
1425 pkg syscall (openbsd-386), const MAP_TRYFIXED = 1024
1426 pkg syscall (openbsd-386), const MAP_TRYFIXED ideal-int
1427 pkg syscall (openbsd-386), const MCL_CURRENT = 1
1428 pkg syscall (openbsd-386), const MCL_CURRENT ideal-int
1429 pkg syscall (openbsd-386), const MCL_FUTURE = 2
1430 pkg syscall (openbsd-386), const MCL_FUTURE ideal-int
1431 pkg syscall (openbsd-386), const MS_ASYNC = 1
1432 pkg syscall (openbsd-386), const MS_ASYNC ideal-int
1433 pkg syscall (openbsd-386), const MS_INVALIDATE = 4
1434 pkg syscall (openbsd-386), const MS_INVALIDATE ideal-int
1435 pkg syscall (openbsd-386), const MS_SYNC = 2
1436 pkg syscall (openbsd-386), const MS_SYNC ideal-int
1437 pkg syscall (openbsd-386), const PROT_EXEC = 4
1438 pkg syscall (openbsd-386), const PROT_EXEC ideal-int
1439 pkg syscall (openbsd-386), const PROT_NONE = 0
1440 pkg syscall (openbsd-386), const PROT_NONE ideal-int
1441 pkg syscall (openbsd-386), const PROT_READ = 1
1442 pkg syscall (openbsd-386), const PROT_READ ideal-int
1443 pkg syscall (openbsd-386), const PROT_WRITE = 2
1444 pkg syscall (openbsd-386), const PROT_WRITE ideal-int
1445 pkg syscall (openbsd-386), const RTF_FMASK = 1112072
1446 pkg syscall (openbsd-386), const RTM_VERSION = 5
1447 pkg syscall (openbsd-386), const SIOCBRDGDADDR = 2166909255
1448 pkg syscall (openbsd-386), const SIOCBRDGGPARAM = 3225184600
1449 pkg syscall (openbsd-386), const SIOCBRDGSADDR = 3240651076
1450 pkg syscall (openbsd-386), const SIOCGETVLAN = 3223349648
1451 pkg syscall (openbsd-386), const SIOCGETVLAN ideal-int
1452 pkg syscall (openbsd-386), const SIOCGIFHARDMTU = 3223349669
1453 pkg syscall (openbsd-386), const SIOCGIFHARDMTU ideal-int
1454 pkg syscall (openbsd-386), const SIOCGLIFPHYTTL = 3223349673
1455 pkg syscall (openbsd-386), const SIOCGLIFPHYTTL ideal-int
1456 pkg syscall (openbsd-386), const SIOCGSPPPPARAMS = 3223349652
1457 pkg syscall (openbsd-386), const SIOCGSPPPPARAMS ideal-int
1458 pkg syscall (openbsd-386), const SIOCGVNETID = 3223349671
1459 pkg syscall (openbsd-386), const SIOCGVNETID ideal-int
1460 pkg syscall (openbsd-386), const SIOCSETVLAN = 2149607823
1461 pkg syscall (openbsd-386), const SIOCSETVLAN ideal-int
1462 pkg syscall (openbsd-386), const SIOCSLIFPHYTTL = 2149607848
1463 pkg syscall (openbsd-386), const SIOCSLIFPHYTTL ideal-int
1464 pkg syscall (openbsd-386), const SIOCSSPPPPARAMS = 2149607827
1465 pkg syscall (openbsd-386), const SIOCSSPPPPARAMS ideal-int
1466 pkg syscall (openbsd-386), const SIOCSVNETID = 2149607846
1467 pkg syscall (openbsd-386), const SIOCSVNETID ideal-int
1468 pkg syscall (openbsd-386), const SYS_CLOCK_GETRES = 89
1469 pkg syscall (openbsd-386), const SYS_CLOCK_GETTIME = 87
1470 pkg syscall (openbsd-386), const SYS_CLOCK_SETTIME = 88
1471 pkg syscall (openbsd-386), const SYS_FHSTATFS = 65
1472 pkg syscall (openbsd-386), const SYS_FSTAT = 53
1473 pkg syscall (openbsd-386), const SYS_FSTATAT = 42
1474 pkg syscall (openbsd-386), const SYS_FSTATFS = 64
1475 pkg syscall (openbsd-386), const SYS_FUTIMENS = 85
1476 pkg syscall (openbsd-386), const SYS_FUTIMES = 77
1477 pkg syscall (openbsd-386), const SYS_GETDENTS = 99
1478 pkg syscall (openbsd-386), const SYS_GETDENTS ideal-int
1479 pkg syscall (openbsd-386), const SYS_GETFSSTAT = 62
1480 pkg syscall (openbsd-386), const SYS_GETITIMER = 70
1481 pkg syscall (openbsd-386), const SYS_GETRUSAGE = 19
1482 pkg syscall (openbsd-386), const SYS_GETTIMEOFDAY = 67
1483 pkg syscall (openbsd-386), const SYS_KEVENT = 72
1484 pkg syscall (openbsd-386), const SYS_LSTAT = 40
1485 pkg syscall (openbsd-386), const SYS_NANOSLEEP = 91
1486 pkg syscall (openbsd-386), const SYS_PPOLL = 109
1487 pkg syscall (openbsd-386), const SYS_PPOLL ideal-int
1488 pkg syscall (openbsd-386), const SYS_PSELECT = 110
1489 pkg syscall (openbsd-386), const SYS_PSELECT ideal-int
1490 pkg syscall (openbsd-386), const SYS_SELECT = 71
1491 pkg syscall (openbsd-386), const SYS_SETITIMER = 69
1492 pkg syscall (openbsd-386), const SYS_SETTIMEOFDAY = 68
1493 pkg syscall (openbsd-386), const SYS_STAT = 38
1494 pkg syscall (openbsd-386), const SYS_STATFS = 63
1495 pkg syscall (openbsd-386), const SYS_UTIMENSAT = 84
1496 pkg syscall (openbsd-386), const SYS_UTIMES = 76
1497 pkg syscall (openbsd-386), const SYS_UTRACE = 209
1498 pkg syscall (openbsd-386), const SYS_UTRACE ideal-int
1499 pkg syscall (openbsd-386), const SYS_WAIT4 = 11
1500 pkg syscall (openbsd-386), const SYS___THRSLEEP = 94
1501 pkg syscall (openbsd-386), const SizeofIfData = 212
1502 pkg syscall (openbsd-386), const SizeofIfMsghdr = 236
1503 pkg syscall (openbsd-386), const SizeofRtMetrics = 56
1504 pkg syscall (openbsd-386), const SizeofRtMsghdr = 96
1505 pkg syscall (openbsd-386), const TCP_NOPUSH = 16
1506 pkg syscall (openbsd-386), const TCP_NOPUSH ideal-int
1507 pkg syscall (openbsd-386), const TIOCGSID = 1074033763
1508 pkg syscall (openbsd-386), const TIOCGSID ideal-int
1509 pkg syscall (openbsd-386), const TIOCGTSTAMP = 1074558043
1510 pkg syscall (openbsd-386), func FcntlFlock(uintptr, int, *Flock_t) error
1511 pkg syscall (openbsd-386), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error)
1512 pkg syscall (openbsd-386), type Dirent struct, Fileno uint64
1513 pkg syscall (openbsd-386), type Dirent struct, Off int64
1514 pkg syscall (openbsd-386), type Dirent struct, X__d_padding [4]uint8
1515 pkg syscall (openbsd-386), type FdSet struct, Bits [32]uint32
1516 pkg syscall (openbsd-386), type Kevent_t struct, Data int64
1517 pkg syscall (openbsd-386), type Mclpool struct, Grown int32
1518 pkg syscall (openbsd-386), type RtMetrics struct, Expire int64
1519 pkg syscall (openbsd-386), type RtMetrics struct, Pad uint32
1520 pkg syscall (openbsd-386), type Stat_t struct, Ino uint64
1521 pkg syscall (openbsd-386), type Statfs_t struct, F_ctime uint64
1522 pkg syscall (openbsd-386), type Statfs_t struct, F_mntfromspec [90]int8
1523 pkg syscall (openbsd-386), type Statfs_t struct, Pad_cgo_0 [2]uint8
1524 pkg syscall (openbsd-386), type Termios struct
1525 pkg syscall (openbsd-386), type Termios struct, Cc [20]uint8
1526 pkg syscall (openbsd-386), type Termios struct, Cflag uint32
1527 pkg syscall (openbsd-386), type Termios struct, Iflag uint32
1528 pkg syscall (openbsd-386), type Termios struct, Ispeed int32
1529 pkg syscall (openbsd-386), type Termios struct, Lflag uint32
1530 pkg syscall (openbsd-386), type Termios struct, Oflag uint32
1531 pkg syscall (openbsd-386), type Termios struct, Ospeed int32
1532 pkg syscall (openbsd-386), type Timespec struct, Sec int64
1533 pkg syscall (openbsd-386), type Timeval struct, Sec int64
1534 pkg syscall (openbsd-386-cgo), const BIOCGRTIMEOUT = 1074545262
1535 pkg syscall (openbsd-386-cgo), const BIOCSRTIMEOUT = 2148287085
1536 pkg syscall (openbsd-386-cgo), const IPPROTO_DIVERT_INIT = 2
1537 pkg syscall (openbsd-386-cgo), const IPPROTO_DIVERT_INIT ideal-int
1538 pkg syscall (openbsd-386-cgo), const IPPROTO_DIVERT_RESP = 1
1539 pkg syscall (openbsd-386-cgo), const IPPROTO_DIVERT_RESP ideal-int
1540 pkg syscall (openbsd-386-cgo), const IPV6_RECVDSTPORT = 64
1541 pkg syscall (openbsd-386-cgo), const IPV6_RECVDSTPORT ideal-int
1542 pkg syscall (openbsd-386-cgo), const IP_DIVERTFL = 4130
1543 pkg syscall (openbsd-386-cgo), const IP_DIVERTFL ideal-int
1544 pkg syscall (openbsd-386-cgo), const MADV_DONTNEED = 4
1545 pkg syscall (openbsd-386-cgo), const MADV_DONTNEED ideal-int
1546 pkg syscall (openbsd-386-cgo), const MADV_FREE = 6
1547 pkg syscall (openbsd-386-cgo), const MADV_FREE ideal-int
1548 pkg syscall (openbsd-386-cgo), const MADV_NORMAL = 0
1549 pkg syscall (openbsd-386-cgo), const MADV_NORMAL ideal-int
1550 pkg syscall (openbsd-386-cgo), const MADV_RANDOM = 1
1551 pkg syscall (openbsd-386-cgo), const MADV_RANDOM ideal-int
1552 pkg syscall (openbsd-386-cgo), const MADV_SEQUENTIAL = 2
1553 pkg syscall (openbsd-386-cgo), const MADV_SEQUENTIAL ideal-int
1554 pkg syscall (openbsd-386-cgo), const MADV_SPACEAVAIL = 5
1555 pkg syscall (openbsd-386-cgo), const MADV_SPACEAVAIL ideal-int
1556 pkg syscall (openbsd-386-cgo), const MADV_WILLNEED = 3
1557 pkg syscall (openbsd-386-cgo), const MADV_WILLNEED ideal-int
1558 pkg syscall (openbsd-386-cgo), const MAP_ANON = 4096
1559 pkg syscall (openbsd-386-cgo), const MAP_ANON ideal-int
1560 pkg syscall (openbsd-386-cgo), const MAP_COPY = 4
1561 pkg syscall (openbsd-386-cgo), const MAP_COPY ideal-int
1562 pkg syscall (openbsd-386-cgo), const MAP_FILE = 0
1563 pkg syscall (openbsd-386-cgo), const MAP_FILE ideal-int
1564 pkg syscall (openbsd-386-cgo), const MAP_FIXED = 16
1565 pkg syscall (openbsd-386-cgo), const MAP_FIXED ideal-int
1566 pkg syscall (openbsd-386-cgo), const MAP_FLAGMASK = 8183
1567 pkg syscall (openbsd-386-cgo), const MAP_FLAGMASK ideal-int
1568 pkg syscall (openbsd-386-cgo), const MAP_HASSEMAPHORE = 512
1569 pkg syscall (openbsd-386-cgo), const MAP_HASSEMAPHORE ideal-int
1570 pkg syscall (openbsd-386-cgo), const MAP_INHERIT = 128
1571 pkg syscall (openbsd-386-cgo), const MAP_INHERIT ideal-int
1572 pkg syscall (openbsd-386-cgo), const MAP_INHERIT_COPY = 1
1573 pkg syscall (openbsd-386-cgo), const MAP_INHERIT_COPY ideal-int
1574 pkg syscall (openbsd-386-cgo), const MAP_INHERIT_DONATE_COPY = 3
1575 pkg syscall (openbsd-386-cgo), const MAP_INHERIT_DONATE_COPY ideal-int
1576 pkg syscall (openbsd-386-cgo), const MAP_INHERIT_NONE = 2
1577 pkg syscall (openbsd-386-cgo), const MAP_INHERIT_NONE ideal-int
1578 pkg syscall (openbsd-386-cgo), const MAP_INHERIT_SHARE = 0
1579 pkg syscall (openbsd-386-cgo), const MAP_INHERIT_SHARE ideal-int
1580 pkg syscall (openbsd-386-cgo), const MAP_NOEXTEND = 256
1581 pkg syscall (openbsd-386-cgo), const MAP_NOEXTEND ideal-int
1582 pkg syscall (openbsd-386-cgo), const MAP_NORESERVE = 64
1583 pkg syscall (openbsd-386-cgo), const MAP_NORESERVE ideal-int
1584 pkg syscall (openbsd-386-cgo), const MAP_PRIVATE = 2
1585 pkg syscall (openbsd-386-cgo), const MAP_PRIVATE ideal-int
1586 pkg syscall (openbsd-386-cgo), const MAP_RENAME = 32
1587 pkg syscall (openbsd-386-cgo), const MAP_RENAME ideal-int
1588 pkg syscall (openbsd-386-cgo), const MAP_SHARED = 1
1589 pkg syscall (openbsd-386-cgo), const MAP_SHARED ideal-int
1590 pkg syscall (openbsd-386-cgo), const MAP_TRYFIXED = 1024
1591 pkg syscall (openbsd-386-cgo), const MAP_TRYFIXED ideal-int
1592 pkg syscall (openbsd-386-cgo), const MCL_CURRENT = 1
1593 pkg syscall (openbsd-386-cgo), const MCL_CURRENT ideal-int
1594 pkg syscall (openbsd-386-cgo), const MCL_FUTURE = 2
1595 pkg syscall (openbsd-386-cgo), const MCL_FUTURE ideal-int
1596 pkg syscall (openbsd-386-cgo), const MS_ASYNC = 1
1597 pkg syscall (openbsd-386-cgo), const MS_ASYNC ideal-int
1598 pkg syscall (openbsd-386-cgo), const MS_INVALIDATE = 4
1599 pkg syscall (openbsd-386-cgo), const MS_INVALIDATE ideal-int
1600 pkg syscall (openbsd-386-cgo), const MS_SYNC = 2
1601 pkg syscall (openbsd-386-cgo), const MS_SYNC ideal-int
1602 pkg syscall (openbsd-386-cgo), const PROT_EXEC = 4
1603 pkg syscall (openbsd-386-cgo), const PROT_EXEC ideal-int
1604 pkg syscall (openbsd-386-cgo), const PROT_NONE = 0
1605 pkg syscall (openbsd-386-cgo), const PROT_NONE ideal-int
1606 pkg syscall (openbsd-386-cgo), const PROT_READ = 1
1607 pkg syscall (openbsd-386-cgo), const PROT_READ ideal-int
1608 pkg syscall (openbsd-386-cgo), const PROT_WRITE = 2
1609 pkg syscall (openbsd-386-cgo), const PROT_WRITE ideal-int
1610 pkg syscall (openbsd-386-cgo), const RTF_FMASK = 1112072
1611 pkg syscall (openbsd-386-cgo), const RTM_VERSION = 5
1612 pkg syscall (openbsd-386-cgo), const SIOCBRDGDADDR = 2166909255
1613 pkg syscall (openbsd-386-cgo), const SIOCBRDGGPARAM = 3225184600
1614 pkg syscall (openbsd-386-cgo), const SIOCBRDGSADDR = 3240651076
1615 pkg syscall (openbsd-386-cgo), const SIOCGETVLAN = 3223349648
1616 pkg syscall (openbsd-386-cgo), const SIOCGETVLAN ideal-int
1617 pkg syscall (openbsd-386-cgo), const SIOCGIFHARDMTU = 3223349669
1618 pkg syscall (openbsd-386-cgo), const SIOCGIFHARDMTU ideal-int
1619 pkg syscall (openbsd-386-cgo), const SIOCGLIFPHYTTL = 3223349673
1620 pkg syscall (openbsd-386-cgo), const SIOCGLIFPHYTTL ideal-int
1621 pkg syscall (openbsd-386-cgo), const SIOCGSPPPPARAMS = 3223349652
1622 pkg syscall (openbsd-386-cgo), const SIOCGSPPPPARAMS ideal-int
1623 pkg syscall (openbsd-386-cgo), const SIOCGVNETID = 3223349671
1624 pkg syscall (openbsd-386-cgo), const SIOCGVNETID ideal-int
1625 pkg syscall (openbsd-386-cgo), const SIOCSETVLAN = 2149607823
1626 pkg syscall (openbsd-386-cgo), const SIOCSETVLAN ideal-int
1627 pkg syscall (openbsd-386-cgo), const SIOCSLIFPHYTTL = 2149607848
1628 pkg syscall (openbsd-386-cgo), const SIOCSLIFPHYTTL ideal-int
1629 pkg syscall (openbsd-386-cgo), const SIOCSSPPPPARAMS = 2149607827
1630 pkg syscall (openbsd-386-cgo), const SIOCSSPPPPARAMS ideal-int
1631 pkg syscall (openbsd-386-cgo), const SIOCSVNETID = 2149607846
1632 pkg syscall (openbsd-386-cgo), const SIOCSVNETID ideal-int
1633 pkg syscall (openbsd-386-cgo), const SYS_CLOCK_GETRES = 89
1634 pkg syscall (openbsd-386-cgo), const SYS_CLOCK_GETTIME = 87
1635 pkg syscall (openbsd-386-cgo), const SYS_CLOCK_SETTIME = 88
1636 pkg syscall (openbsd-386-cgo), const SYS_FHSTATFS = 65
1637 pkg syscall (openbsd-386-cgo), const SYS_FSTAT = 53
1638 pkg syscall (openbsd-386-cgo), const SYS_FSTATAT = 42
1639 pkg syscall (openbsd-386-cgo), const SYS_FSTATFS = 64
1640 pkg syscall (openbsd-386-cgo), const SYS_FUTIMENS = 85
1641 pkg syscall (openbsd-386-cgo), const SYS_FUTIMES = 77
1642 pkg syscall (openbsd-386-cgo), const SYS_GETDENTS = 99
1643 pkg syscall (openbsd-386-cgo), const SYS_GETDENTS ideal-int
1644 pkg syscall (openbsd-386-cgo), const SYS_GETFSSTAT = 62
1645 pkg syscall (openbsd-386-cgo), const SYS_GETITIMER = 70
1646 pkg syscall (openbsd-386-cgo), const SYS_GETRUSAGE = 19
1647 pkg syscall (openbsd-386-cgo), const SYS_GETTIMEOFDAY = 67
1648 pkg syscall (openbsd-386-cgo), const SYS_KEVENT = 72
1649 pkg syscall (openbsd-386-cgo), const SYS_LSTAT = 40
1650 pkg syscall (openbsd-386-cgo), const SYS_NANOSLEEP = 91
1651 pkg syscall (openbsd-386-cgo), const SYS_PPOLL = 109
1652 pkg syscall (openbsd-386-cgo), const SYS_PPOLL ideal-int
1653 pkg syscall (openbsd-386-cgo), const SYS_PSELECT = 110
1654 pkg syscall (openbsd-386-cgo), const SYS_PSELECT ideal-int
1655 pkg syscall (openbsd-386-cgo), const SYS_SELECT = 71
1656 pkg syscall (openbsd-386-cgo), const SYS_SETITIMER = 69
1657 pkg syscall (openbsd-386-cgo), const SYS_SETTIMEOFDAY = 68
1658 pkg syscall (openbsd-386-cgo), const SYS_STAT = 38
1659 pkg syscall (openbsd-386-cgo), const SYS_STATFS = 63
1660 pkg syscall (openbsd-386-cgo), const SYS_UTIMENSAT = 84
1661 pkg syscall (openbsd-386-cgo), const SYS_UTIMES = 76
1662 pkg syscall (openbsd-386-cgo), const SYS_UTRACE = 209
1663 pkg syscall (openbsd-386-cgo), const SYS_UTRACE ideal-int
1664 pkg syscall (openbsd-386-cgo), const SYS_WAIT4 = 11
1665 pkg syscall (openbsd-386-cgo), const SYS___THRSLEEP = 94
1666 pkg syscall (openbsd-386-cgo), const SizeofIfData = 212
1667 pkg syscall (openbsd-386-cgo), const SizeofIfMsghdr = 236
1668 pkg syscall (openbsd-386-cgo), const SizeofRtMetrics = 56
1669 pkg syscall (openbsd-386-cgo), const SizeofRtMsghdr = 96
1670 pkg syscall (openbsd-386-cgo), const TCP_NOPUSH = 16
1671 pkg syscall (openbsd-386-cgo), const TCP_NOPUSH ideal-int
1672 pkg syscall (openbsd-386-cgo), const TIOCGSID = 1074033763
1673 pkg syscall (openbsd-386-cgo), const TIOCGSID ideal-int
1674 pkg syscall (openbsd-386-cgo), const TIOCGTSTAMP = 1074558043
1675 pkg syscall (openbsd-386-cgo), func FcntlFlock(uintptr, int, *Flock_t) error
1676 pkg syscall (openbsd-386-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error)
1677 pkg syscall (openbsd-386-cgo), type Dirent struct, Fileno uint64
1678 pkg syscall (openbsd-386-cgo), type Dirent struct, Off int64
1679 pkg syscall (openbsd-386-cgo), type Dirent struct, X__d_padding [4]uint8
1680 pkg syscall (openbsd-386-cgo), type FdSet struct, Bits [32]uint32
1681 pkg syscall (openbsd-386-cgo), type Kevent_t struct, Data int64
1682 pkg syscall (openbsd-386-cgo), type Mclpool struct, Grown int32
1683 pkg syscall (openbsd-386-cgo), type RtMetrics struct, Expire int64
1684 pkg syscall (openbsd-386-cgo), type RtMetrics struct, Pad uint32
1685 pkg syscall (openbsd-386-cgo), type Stat_t struct, Ino uint64
1686 pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_ctime uint64
1687 pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_mntfromspec [90]int8
1688 pkg syscall (openbsd-386-cgo), type Statfs_t struct, Pad_cgo_0 [2]uint8
1689 pkg syscall (openbsd-386-cgo), type Termios struct
1690 pkg syscall (openbsd-386-cgo), type Termios struct, Cc [20]uint8
1691 pkg syscall (openbsd-386-cgo), type Termios struct, Cflag uint32
1692 pkg syscall (openbsd-386-cgo), type Termios struct, Iflag uint32
1693 pkg syscall (openbsd-386-cgo), type Termios struct, Ispeed int32
1694 pkg syscall (openbsd-386-cgo), type Termios struct, Lflag uint32
1695 pkg syscall (openbsd-386-cgo), type Termios struct, Oflag uint32
1696 pkg syscall (openbsd-386-cgo), type Termios struct, Ospeed int32
1697 pkg syscall (openbsd-386-cgo), type Timespec struct, Sec int64
1698 pkg syscall (openbsd-386-cgo), type Timeval struct, Sec int64
1699 pkg syscall (openbsd-amd64), const IPPROTO_DIVERT_INIT = 2
1700 pkg syscall (openbsd-amd64), const IPPROTO_DIVERT_INIT ideal-int
1701 pkg syscall (openbsd-amd64), const IPPROTO_DIVERT_RESP = 1
1702 pkg syscall (openbsd-amd64), const IPPROTO_DIVERT_RESP ideal-int
1703 pkg syscall (openbsd-amd64), const IPV6_RECVDSTPORT = 64
1704 pkg syscall (openbsd-amd64), const IPV6_RECVDSTPORT ideal-int
1705 pkg syscall (openbsd-amd64), const IP_DIVERTFL = 4130
1706 pkg syscall (openbsd-amd64), const IP_DIVERTFL ideal-int
1707 pkg syscall (openbsd-amd64), const MADV_DONTNEED = 4
1708 pkg syscall (openbsd-amd64), const MADV_DONTNEED ideal-int
1709 pkg syscall (openbsd-amd64), const MADV_FREE = 6
1710 pkg syscall (openbsd-amd64), const MADV_FREE ideal-int
1711 pkg syscall (openbsd-amd64), const MADV_NORMAL = 0
1712 pkg syscall (openbsd-amd64), const MADV_NORMAL ideal-int
1713 pkg syscall (openbsd-amd64), const MADV_RANDOM = 1
1714 pkg syscall (openbsd-amd64), const MADV_RANDOM ideal-int
1715 pkg syscall (openbsd-amd64), const MADV_SEQUENTIAL = 2
1716 pkg syscall (openbsd-amd64), const MADV_SEQUENTIAL ideal-int
1717 pkg syscall (openbsd-amd64), const MADV_SPACEAVAIL = 5
1718 pkg syscall (openbsd-amd64), const MADV_SPACEAVAIL ideal-int
1719 pkg syscall (openbsd-amd64), const MADV_WILLNEED = 3
1720 pkg syscall (openbsd-amd64), const MADV_WILLNEED ideal-int
1721 pkg syscall (openbsd-amd64), const MAP_ANON = 4096
1722 pkg syscall (openbsd-amd64), const MAP_ANON ideal-int
1723 pkg syscall (openbsd-amd64), const MAP_COPY = 4
1724 pkg syscall (openbsd-amd64), const MAP_COPY ideal-int
1725 pkg syscall (openbsd-amd64), const MAP_FILE = 0
1726 pkg syscall (openbsd-amd64), const MAP_FILE ideal-int
1727 pkg syscall (openbsd-amd64), const MAP_FIXED = 16
1728 pkg syscall (openbsd-amd64), const MAP_FIXED ideal-int
1729 pkg syscall (openbsd-amd64), const MAP_FLAGMASK = 8183
1730 pkg syscall (openbsd-amd64), const MAP_FLAGMASK ideal-int
1731 pkg syscall (openbsd-amd64), const MAP_HASSEMAPHORE = 512
1732 pkg syscall (openbsd-amd64), const MAP_HASSEMAPHORE ideal-int
1733 pkg syscall (openbsd-amd64), const MAP_INHERIT = 128
1734 pkg syscall (openbsd-amd64), const MAP_INHERIT ideal-int
1735 pkg syscall (openbsd-amd64), const MAP_INHERIT_COPY = 1
1736 pkg syscall (openbsd-amd64), const MAP_INHERIT_COPY ideal-int
1737 pkg syscall (openbsd-amd64), const MAP_INHERIT_DONATE_COPY = 3
1738 pkg syscall (openbsd-amd64), const MAP_INHERIT_DONATE_COPY ideal-int
1739 pkg syscall (openbsd-amd64), const MAP_INHERIT_NONE = 2
1740 pkg syscall (openbsd-amd64), const MAP_INHERIT_NONE ideal-int
1741 pkg syscall (openbsd-amd64), const MAP_INHERIT_SHARE = 0
1742 pkg syscall (openbsd-amd64), const MAP_INHERIT_SHARE ideal-int
1743 pkg syscall (openbsd-amd64), const MAP_NOEXTEND = 256
1744 pkg syscall (openbsd-amd64), const MAP_NOEXTEND ideal-int
1745 pkg syscall (openbsd-amd64), const MAP_NORESERVE = 64
1746 pkg syscall (openbsd-amd64), const MAP_NORESERVE ideal-int
1747 pkg syscall (openbsd-amd64), const MAP_PRIVATE = 2
1748 pkg syscall (openbsd-amd64), const MAP_PRIVATE ideal-int
1749 pkg syscall (openbsd-amd64), const MAP_RENAME = 32
1750 pkg syscall (openbsd-amd64), const MAP_RENAME ideal-int
1751 pkg syscall (openbsd-amd64), const MAP_SHARED = 1
1752 pkg syscall (openbsd-amd64), const MAP_SHARED ideal-int
1753 pkg syscall (openbsd-amd64), const MAP_TRYFIXED = 1024
1754 pkg syscall (openbsd-amd64), const MAP_TRYFIXED ideal-int
1755 pkg syscall (openbsd-amd64), const MCL_CURRENT = 1
1756 pkg syscall (openbsd-amd64), const MCL_CURRENT ideal-int
1757 pkg syscall (openbsd-amd64), const MCL_FUTURE = 2
1758 pkg syscall (openbsd-amd64), const MCL_FUTURE ideal-int
1759 pkg syscall (openbsd-amd64), const MS_ASYNC = 1
1760 pkg syscall (openbsd-amd64), const MS_ASYNC ideal-int
1761 pkg syscall (openbsd-amd64), const MS_INVALIDATE = 4
1762 pkg syscall (openbsd-amd64), const MS_INVALIDATE ideal-int
1763 pkg syscall (openbsd-amd64), const MS_SYNC = 2
1764 pkg syscall (openbsd-amd64), const MS_SYNC ideal-int
1765 pkg syscall (openbsd-amd64), const PROT_EXEC = 4
1766 pkg syscall (openbsd-amd64), const PROT_EXEC ideal-int
1767 pkg syscall (openbsd-amd64), const PROT_NONE = 0
1768 pkg syscall (openbsd-amd64), const PROT_NONE ideal-int
1769 pkg syscall (openbsd-amd64), const PROT_READ = 1
1770 pkg syscall (openbsd-amd64), const PROT_READ ideal-int
1771 pkg syscall (openbsd-amd64), const PROT_WRITE = 2
1772 pkg syscall (openbsd-amd64), const PROT_WRITE ideal-int
1773 pkg syscall (openbsd-amd64), const RTF_FMASK = 1112072
1774 pkg syscall (openbsd-amd64), const RTM_VERSION = 5
1775 pkg syscall (openbsd-amd64), const SIOCBRDGDADDR = 2166909255
1776 pkg syscall (openbsd-amd64), const SIOCBRDGSADDR = 3240651076
1777 pkg syscall (openbsd-amd64), const SIOCGETVLAN = 3223349648
1778 pkg syscall (openbsd-amd64), const SIOCGETVLAN ideal-int
1779 pkg syscall (openbsd-amd64), const SIOCGIFHARDMTU = 3223349669
1780 pkg syscall (openbsd-amd64), const SIOCGIFHARDMTU ideal-int
1781 pkg syscall (openbsd-amd64), const SIOCGLIFPHYTTL = 3223349673
1782 pkg syscall (openbsd-amd64), const SIOCGLIFPHYTTL ideal-int
1783 pkg syscall (openbsd-amd64), const SIOCGSPPPPARAMS = 3223349652
1784 pkg syscall (openbsd-amd64), const SIOCGSPPPPARAMS ideal-int
1785 pkg syscall (openbsd-amd64), const SIOCGVNETID = 3223349671
1786 pkg syscall (openbsd-amd64), const SIOCGVNETID ideal-int
1787 pkg syscall (openbsd-amd64), const SIOCSETVLAN = 2149607823
1788 pkg syscall (openbsd-amd64), const SIOCSETVLAN ideal-int
1789 pkg syscall (openbsd-amd64), const SIOCSLIFPHYTTL = 2149607848
1790 pkg syscall (openbsd-amd64), const SIOCSLIFPHYTTL ideal-int
1791 pkg syscall (openbsd-amd64), const SIOCSSPPPPARAMS = 2149607827
1792 pkg syscall (openbsd-amd64), const SIOCSSPPPPARAMS ideal-int
1793 pkg syscall (openbsd-amd64), const SIOCSVNETID = 2149607846
1794 pkg syscall (openbsd-amd64), const SIOCSVNETID ideal-int
1795 pkg syscall (openbsd-amd64), const SYS_CLOCK_GETRES = 89
1796 pkg syscall (openbsd-amd64), const SYS_CLOCK_GETTIME = 87
1797 pkg syscall (openbsd-amd64), const SYS_CLOCK_SETTIME = 88
1798 pkg syscall (openbsd-amd64), const SYS_FHSTATFS = 65
1799 pkg syscall (openbsd-amd64), const SYS_FSTAT = 53
1800 pkg syscall (openbsd-amd64), const SYS_FSTATAT = 42
1801 pkg syscall (openbsd-amd64), const SYS_FSTATFS = 64
1802 pkg syscall (openbsd-amd64), const SYS_FUTIMENS = 85
1803 pkg syscall (openbsd-amd64), const SYS_FUTIMES = 77
1804 pkg syscall (openbsd-amd64), const SYS_GETDENTS = 99
1805 pkg syscall (openbsd-amd64), const SYS_GETDENTS ideal-int
1806 pkg syscall (openbsd-amd64), const SYS_GETFSSTAT = 62
1807 pkg syscall (openbsd-amd64), const SYS_GETITIMER = 70
1808 pkg syscall (openbsd-amd64), const SYS_GETRUSAGE = 19
1809 pkg syscall (openbsd-amd64), const SYS_GETTIMEOFDAY = 67
1810 pkg syscall (openbsd-amd64), const SYS_KEVENT = 72
1811 pkg syscall (openbsd-amd64), const SYS_LSTAT = 40
1812 pkg syscall (openbsd-amd64), const SYS_NANOSLEEP = 91
1813 pkg syscall (openbsd-amd64), const SYS_PPOLL = 109
1814 pkg syscall (openbsd-amd64), const SYS_PPOLL ideal-int
1815 pkg syscall (openbsd-amd64), const SYS_PSELECT = 110
1816 pkg syscall (openbsd-amd64), const SYS_PSELECT ideal-int
1817 pkg syscall (openbsd-amd64), const SYS_SELECT = 71
1818 pkg syscall (openbsd-amd64), const SYS_SETITIMER = 69
1819 pkg syscall (openbsd-amd64), const SYS_SETTIMEOFDAY = 68
1820 pkg syscall (openbsd-amd64), const SYS_STAT = 38
1821 pkg syscall (openbsd-amd64), const SYS_STATFS = 63
1822 pkg syscall (openbsd-amd64), const SYS_UTIMENSAT = 84
1823 pkg syscall (openbsd-amd64), const SYS_UTIMES = 76
1824 pkg syscall (openbsd-amd64), const SYS_UTRACE = 209
1825 pkg syscall (openbsd-amd64), const SYS_UTRACE ideal-int
1826 pkg syscall (openbsd-amd64), const SYS_WAIT4 = 11
1827 pkg syscall (openbsd-amd64), const SYS___THRSLEEP = 94
1828 pkg syscall (openbsd-amd64), const SizeofRtMetrics = 56
1829 pkg syscall (openbsd-amd64), const SizeofRtMsghdr = 96
1830 pkg syscall (openbsd-amd64), const TCP_NOPUSH = 16
1831 pkg syscall (openbsd-amd64), const TCP_NOPUSH ideal-int
1832 pkg syscall (openbsd-amd64), const TIOCGSID = 1074033763
1833 pkg syscall (openbsd-amd64), const TIOCGSID ideal-int
1834 pkg syscall (openbsd-amd64), func FcntlFlock(uintptr, int, *Flock_t) error
1835 pkg syscall (openbsd-amd64), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error)
1836 pkg syscall (openbsd-amd64), type Dirent struct, Fileno uint64
1837 pkg syscall (openbsd-amd64), type Dirent struct, Off int64
1838 pkg syscall (openbsd-amd64), type Dirent struct, X__d_padding [4]uint8
1839 pkg syscall (openbsd-amd64), type FdSet struct, Bits [32]uint32
1840 pkg syscall (openbsd-amd64), type Kevent_t struct, Data int64
1841 pkg syscall (openbsd-amd64), type Kevent_t struct, Ident uint64
1842 pkg syscall (openbsd-amd64), type Mclpool struct, Grown int32
1843 pkg syscall (openbsd-amd64), type RtMetrics struct, Expire int64
1844 pkg syscall (openbsd-amd64), type RtMetrics struct, Pad uint32
1845 pkg syscall (openbsd-amd64), type Stat_t struct, Ino uint64
1846 pkg syscall (openbsd-amd64), type Stat_t struct, Pad_cgo_0 [4]uint8
1847 pkg syscall (openbsd-amd64), type Statfs_t struct, F_ctime uint64
1848 pkg syscall (openbsd-amd64), type Statfs_t struct, F_mntfromspec [90]int8
1849 pkg syscall (openbsd-amd64), type Statfs_t struct, Pad_cgo_1 [2]uint8
1850 pkg syscall (openbsd-amd64), type Termios struct
1851 pkg syscall (openbsd-amd64), type Termios struct, Cc [20]uint8
1852 pkg syscall (openbsd-amd64), type Termios struct, Cflag uint32
1853 pkg syscall (openbsd-amd64), type Termios struct, Iflag uint32
1854 pkg syscall (openbsd-amd64), type Termios struct, Ispeed int32
1855 pkg syscall (openbsd-amd64), type Termios struct, Lflag uint32
1856 pkg syscall (openbsd-amd64), type Termios struct, Oflag uint32
1857 pkg syscall (openbsd-amd64), type Termios struct, Ospeed int32
1858 pkg syscall (openbsd-amd64), type Timespec struct, Sec int64
1859 pkg syscall (openbsd-amd64-cgo), const IPPROTO_DIVERT_INIT = 2
1860 pkg syscall (openbsd-amd64-cgo), const IPPROTO_DIVERT_INIT ideal-int
1861 pkg syscall (openbsd-amd64-cgo), const IPPROTO_DIVERT_RESP = 1
1862 pkg syscall (openbsd-amd64-cgo), const IPPROTO_DIVERT_RESP ideal-int
1863 pkg syscall (openbsd-amd64-cgo), const IPV6_RECVDSTPORT = 64
1864 pkg syscall (openbsd-amd64-cgo), const IPV6_RECVDSTPORT ideal-int
1865 pkg syscall (openbsd-amd64-cgo), const IP_DIVERTFL = 4130
1866 pkg syscall (openbsd-amd64-cgo), const IP_DIVERTFL ideal-int
1867 pkg syscall (openbsd-amd64-cgo), const MADV_DONTNEED = 4
1868 pkg syscall (openbsd-amd64-cgo), const MADV_DONTNEED ideal-int
1869 pkg syscall (openbsd-amd64-cgo), const MADV_FREE = 6
1870 pkg syscall (openbsd-amd64-cgo), const MADV_FREE ideal-int
1871 pkg syscall (openbsd-amd64-cgo), const MADV_NORMAL = 0
1872 pkg syscall (openbsd-amd64-cgo), const MADV_NORMAL ideal-int
1873 pkg syscall (openbsd-amd64-cgo), const MADV_RANDOM = 1
1874 pkg syscall (openbsd-amd64-cgo), const MADV_RANDOM ideal-int
1875 pkg syscall (openbsd-amd64-cgo), const MADV_SEQUENTIAL = 2
1876 pkg syscall (openbsd-amd64-cgo), const MADV_SEQUENTIAL ideal-int
1877 pkg syscall (openbsd-amd64-cgo), const MADV_SPACEAVAIL = 5
1878 pkg syscall (openbsd-amd64-cgo), const MADV_SPACEAVAIL ideal-int
1879 pkg syscall (openbsd-amd64-cgo), const MADV_WILLNEED = 3
1880 pkg syscall (openbsd-amd64-cgo), const MADV_WILLNEED ideal-int
1881 pkg syscall (openbsd-amd64-cgo), const MAP_ANON = 4096
1882 pkg syscall (openbsd-amd64-cgo), const MAP_ANON ideal-int
1883 pkg syscall (openbsd-amd64-cgo), const MAP_COPY = 4
1884 pkg syscall (openbsd-amd64-cgo), const MAP_COPY ideal-int
1885 pkg syscall (openbsd-amd64-cgo), const MAP_FILE = 0
1886 pkg syscall (openbsd-amd64-cgo), const MAP_FILE ideal-int
1887 pkg syscall (openbsd-amd64-cgo), const MAP_FIXED = 16
1888 pkg syscall (openbsd-amd64-cgo), const MAP_FIXED ideal-int
1889 pkg syscall (openbsd-amd64-cgo), const MAP_FLAGMASK = 8183
1890 pkg syscall (openbsd-amd64-cgo), const MAP_FLAGMASK ideal-int
1891 pkg syscall (openbsd-amd64-cgo), const MAP_HASSEMAPHORE = 512
1892 pkg syscall (openbsd-amd64-cgo), const MAP_HASSEMAPHORE ideal-int
1893 pkg syscall (openbsd-amd64-cgo), const MAP_INHERIT = 128
1894 pkg syscall (openbsd-amd64-cgo), const MAP_INHERIT ideal-int
1895 pkg syscall (openbsd-amd64-cgo), const MAP_INHERIT_COPY = 1
1896 pkg syscall (openbsd-amd64-cgo), const MAP_INHERIT_COPY ideal-int
1897 pkg syscall (openbsd-amd64-cgo), const MAP_INHERIT_DONATE_COPY = 3
1898 pkg syscall (openbsd-amd64-cgo), const MAP_INHERIT_DONATE_COPY ideal-int
1899 pkg syscall (openbsd-amd64-cgo), const MAP_INHERIT_NONE = 2
1900 pkg syscall (openbsd-amd64-cgo), const MAP_INHERIT_NONE ideal-int
1901 pkg syscall (openbsd-amd64-cgo), const MAP_INHERIT_SHARE = 0
1902 pkg syscall (openbsd-amd64-cgo), const MAP_INHERIT_SHARE ideal-int
1903 pkg syscall (openbsd-amd64-cgo), const MAP_NOEXTEND = 256
1904 pkg syscall (openbsd-amd64-cgo), const MAP_NOEXTEND ideal-int
1905 pkg syscall (openbsd-amd64-cgo), const MAP_NORESERVE = 64
1906 pkg syscall (openbsd-amd64-cgo), const MAP_NORESERVE ideal-int
1907 pkg syscall (openbsd-amd64-cgo), const MAP_PRIVATE = 2
1908 pkg syscall (openbsd-amd64-cgo), const MAP_PRIVATE ideal-int
1909 pkg syscall (openbsd-amd64-cgo), const MAP_RENAME = 32
1910 pkg syscall (openbsd-amd64-cgo), const MAP_RENAME ideal-int
1911 pkg syscall (openbsd-amd64-cgo), const MAP_SHARED = 1
1912 pkg syscall (openbsd-amd64-cgo), const MAP_SHARED ideal-int
1913 pkg syscall (openbsd-amd64-cgo), const MAP_TRYFIXED = 1024
1914 pkg syscall (openbsd-amd64-cgo), const MAP_TRYFIXED ideal-int
1915 pkg syscall (openbsd-amd64-cgo), const MCL_CURRENT = 1
1916 pkg syscall (openbsd-amd64-cgo), const MCL_CURRENT ideal-int
1917 pkg syscall (openbsd-amd64-cgo), const MCL_FUTURE = 2
1918 pkg syscall (openbsd-amd64-cgo), const MCL_FUTURE ideal-int
1919 pkg syscall (openbsd-amd64-cgo), const MS_ASYNC = 1
1920 pkg syscall (openbsd-amd64-cgo), const MS_ASYNC ideal-int
1921 pkg syscall (openbsd-amd64-cgo), const MS_INVALIDATE = 4
1922 pkg syscall (openbsd-amd64-cgo), const MS_INVALIDATE ideal-int
1923 pkg syscall (openbsd-amd64-cgo), const MS_SYNC = 2
1924 pkg syscall (openbsd-amd64-cgo), const MS_SYNC ideal-int
1925 pkg syscall (openbsd-amd64-cgo), const PROT_EXEC = 4
1926 pkg syscall (openbsd-amd64-cgo), const PROT_EXEC ideal-int
1927 pkg syscall (openbsd-amd64-cgo), const PROT_NONE = 0
1928 pkg syscall (openbsd-amd64-cgo), const PROT_NONE ideal-int
1929 pkg syscall (openbsd-amd64-cgo), const PROT_READ = 1
1930 pkg syscall (openbsd-amd64-cgo), const PROT_READ ideal-int
1931 pkg syscall (openbsd-amd64-cgo), const PROT_WRITE = 2
1932 pkg syscall (openbsd-amd64-cgo), const PROT_WRITE ideal-int
1933 pkg syscall (openbsd-amd64-cgo), const RTF_FMASK = 1112072
1934 pkg syscall (openbsd-amd64-cgo), const RTM_VERSION = 5
1935 pkg syscall (openbsd-amd64-cgo), const SIOCBRDGDADDR = 2166909255
1936 pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSADDR = 3240651076
1937 pkg syscall (openbsd-amd64-cgo), const SIOCGETVLAN = 3223349648
1938 pkg syscall (openbsd-amd64-cgo), const SIOCGETVLAN ideal-int
1939 pkg syscall (openbsd-amd64-cgo), const SIOCGIFHARDMTU = 3223349669
1940 pkg syscall (openbsd-amd64-cgo), const SIOCGIFHARDMTU ideal-int
1941 pkg syscall (openbsd-amd64-cgo), const SIOCGLIFPHYTTL = 3223349673
1942 pkg syscall (openbsd-amd64-cgo), const SIOCGLIFPHYTTL ideal-int
1943 pkg syscall (openbsd-amd64-cgo), const SIOCGSPPPPARAMS = 3223349652
1944 pkg syscall (openbsd-amd64-cgo), const SIOCGSPPPPARAMS ideal-int
1945 pkg syscall (openbsd-amd64-cgo), const SIOCGVNETID = 3223349671
1946 pkg syscall (openbsd-amd64-cgo), const SIOCGVNETID ideal-int
1947 pkg syscall (openbsd-amd64-cgo), const SIOCSETVLAN = 2149607823
1948 pkg syscall (openbsd-amd64-cgo), const SIOCSETVLAN ideal-int
1949 pkg syscall (openbsd-amd64-cgo), const SIOCSLIFPHYTTL = 2149607848
1950 pkg syscall (openbsd-amd64-cgo), const SIOCSLIFPHYTTL ideal-int
1951 pkg syscall (openbsd-amd64-cgo), const SIOCSSPPPPARAMS = 2149607827
1952 pkg syscall (openbsd-amd64-cgo), const SIOCSSPPPPARAMS ideal-int
1953 pkg syscall (openbsd-amd64-cgo), const SIOCSVNETID = 2149607846
1954 pkg syscall (openbsd-amd64-cgo), const SIOCSVNETID ideal-int
1955 pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_GETRES = 89
1956 pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_GETTIME = 87
1957 pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_SETTIME = 88
1958 pkg syscall (openbsd-amd64-cgo), const SYS_FHSTATFS = 65
1959 pkg syscall (openbsd-amd64-cgo), const SYS_FSTAT = 53
1960 pkg syscall (openbsd-amd64-cgo), const SYS_FSTATAT = 42
1961 pkg syscall (openbsd-amd64-cgo), const SYS_FSTATFS = 64
1962 pkg syscall (openbsd-amd64-cgo), const SYS_FUTIMENS = 85
1963 pkg syscall (openbsd-amd64-cgo), const SYS_FUTIMES = 77
1964 pkg syscall (openbsd-amd64-cgo), const SYS_GETDENTS = 99
1965 pkg syscall (openbsd-amd64-cgo), const SYS_GETDENTS ideal-int
1966 pkg syscall (openbsd-amd64-cgo), const SYS_GETFSSTAT = 62
1967 pkg syscall (openbsd-amd64-cgo), const SYS_GETITIMER = 70
1968 pkg syscall (openbsd-amd64-cgo), const SYS_GETRUSAGE = 19
1969 pkg syscall (openbsd-amd64-cgo), const SYS_GETTIMEOFDAY = 67
1970 pkg syscall (openbsd-amd64-cgo), const SYS_KEVENT = 72
1971 pkg syscall (openbsd-amd64-cgo), const SYS_LSTAT = 40
1972 pkg syscall (openbsd-amd64-cgo), const SYS_NANOSLEEP = 91
1973 pkg syscall (openbsd-amd64-cgo), const SYS_PPOLL = 109
1974 pkg syscall (openbsd-amd64-cgo), const SYS_PPOLL ideal-int
1975 pkg syscall (openbsd-amd64-cgo), const SYS_PSELECT = 110
1976 pkg syscall (openbsd-amd64-cgo), const SYS_PSELECT ideal-int
1977 pkg syscall (openbsd-amd64-cgo), const SYS_SELECT = 71
1978 pkg syscall (openbsd-amd64-cgo), const SYS_SETITIMER = 69
1979 pkg syscall (openbsd-amd64-cgo), const SYS_SETTIMEOFDAY = 68
1980 pkg syscall (openbsd-amd64-cgo), const SYS_STAT = 38
1981 pkg syscall (openbsd-amd64-cgo), const SYS_STATFS = 63
1982 pkg syscall (openbsd-amd64-cgo), const SYS_UTIMENSAT = 84
1983 pkg syscall (openbsd-amd64-cgo), const SYS_UTIMES = 76
1984 pkg syscall (openbsd-amd64-cgo), const SYS_UTRACE = 209
1985 pkg syscall (openbsd-amd64-cgo), const SYS_UTRACE ideal-int
1986 pkg syscall (openbsd-amd64-cgo), const SYS_WAIT4 = 11
1987 pkg syscall (openbsd-amd64-cgo), const SYS___THRSLEEP = 94
1988 pkg syscall (openbsd-amd64-cgo), const SizeofRtMetrics = 56
1989 pkg syscall (openbsd-amd64-cgo), const SizeofRtMsghdr = 96
1990 pkg syscall (openbsd-amd64-cgo), const TCP_NOPUSH = 16
1991 pkg syscall (openbsd-amd64-cgo), const TCP_NOPUSH ideal-int
1992 pkg syscall (openbsd-amd64-cgo), const TIOCGSID = 1074033763
1993 pkg syscall (openbsd-amd64-cgo), const TIOCGSID ideal-int
1994 pkg syscall (openbsd-amd64-cgo), func FcntlFlock(uintptr, int, *Flock_t) error
1995 pkg syscall (openbsd-amd64-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error)
1996 pkg syscall (openbsd-amd64-cgo), type Dirent struct, Fileno uint64
1997 pkg syscall (openbsd-amd64-cgo), type Dirent struct, Off int64
1998 pkg syscall (openbsd-amd64-cgo), type Dirent struct, X__d_padding [4]uint8
1999 pkg syscall (openbsd-amd64-cgo), type FdSet struct, Bits [32]uint32
2000 pkg syscall (openbsd-amd64-cgo), type Kevent_t struct, Data int64
2001 pkg syscall (openbsd-amd64-cgo), type Kevent_t struct, Ident uint64
2002 pkg syscall (openbsd-amd64-cgo), type Mclpool struct, Grown int32
2003 pkg syscall (openbsd-amd64-cgo), type RtMetrics struct, Expire int64
2004 pkg syscall (openbsd-amd64-cgo), type RtMetrics struct, Pad uint32
2005 pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Ino uint64
2006 pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Pad_cgo_0 [4]uint8
2007 pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_ctime uint64
2008 pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_mntfromspec [90]int8
2009 pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, Pad_cgo_1 [2]uint8
2010 pkg syscall (openbsd-amd64-cgo), type Termios struct
2011 pkg syscall (openbsd-amd64-cgo), type Termios struct, Cc [20]uint8
2012 pkg syscall (openbsd-amd64-cgo), type Termios struct, Cflag uint32
2013 pkg syscall (openbsd-amd64-cgo), type Termios struct, Iflag uint32
2014 pkg syscall (openbsd-amd64-cgo), type Termios struct, Ispeed int32
2015 pkg syscall (openbsd-amd64-cgo), type Termios struct, Lflag uint32
2016 pkg syscall (openbsd-amd64-cgo), type Termios struct, Oflag uint32
2017 pkg syscall (openbsd-amd64-cgo), type Termios struct, Ospeed int32
2018 pkg syscall (openbsd-amd64-cgo), type Timespec struct, Sec int64
2019 pkg syscall (windows-386), const ERROR_MORE_DATA = 234
2020 pkg syscall (windows-386), const ERROR_MORE_DATA Errno
2021 pkg syscall (windows-386), const ERROR_NETNAME_DELETED = 64
2022 pkg syscall (windows-386), const ERROR_NETNAME_DELETED Errno
2023 pkg syscall (windows-386), const IOC_VENDOR = 402653184
2024 pkg syscall (windows-386), const IOC_VENDOR ideal-int
2025 pkg syscall (windows-386), const SIO_KEEPALIVE_VALS = 2550136836
2026 pkg syscall (windows-386), const SIO_KEEPALIVE_VALS ideal-int
2027 pkg syscall (windows-386), const WSAECONNRESET = 10054
2028 pkg syscall (windows-386), const WSAECONNRESET Errno
2029 pkg syscall (windows-386), func NewCallbackCDecl(interface{}) uintptr
2030 pkg syscall (windows-386), type TCPKeepalive struct
2031 pkg syscall (windows-386), type TCPKeepalive struct, Interval uint32
2032 pkg syscall (windows-386), type TCPKeepalive struct, OnOff uint32
2033 pkg syscall (windows-386), type TCPKeepalive struct, Time uint32
2034 pkg syscall (windows-amd64), const ERROR_MORE_DATA = 234
2035 pkg syscall (windows-amd64), const ERROR_MORE_DATA Errno
2036 pkg syscall (windows-amd64), const ERROR_NETNAME_DELETED = 64
2037 pkg syscall (windows-amd64), const ERROR_NETNAME_DELETED Errno
2038 pkg syscall (windows-amd64), const IOC_VENDOR = 402653184
2039 pkg syscall (windows-amd64), const IOC_VENDOR ideal-int
2040 pkg syscall (windows-amd64), const SIO_KEEPALIVE_VALS = 2550136836
2041 pkg syscall (windows-amd64), const SIO_KEEPALIVE_VALS ideal-int
2042 pkg syscall (windows-amd64), const WSAECONNRESET = 10054
2043 pkg syscall (windows-amd64), const WSAECONNRESET Errno
2044 pkg syscall (windows-amd64), func NewCallbackCDecl(interface{}) uintptr
2045 pkg syscall (windows-amd64), type TCPKeepalive struct
2046 pkg syscall (windows-amd64), type TCPKeepalive struct, Interval uint32
2047 pkg syscall (windows-amd64), type TCPKeepalive struct, OnOff uint32
2048 pkg syscall (windows-amd64), type TCPKeepalive struct, Time uint32
2049 pkg testing, method (*B) RunParallel(func(*PB))
2050 pkg testing, method (*B) SetParallelism(int)
2051 pkg testing, method (*PB) Next() bool
2052 pkg testing, type PB struct
2053 pkg unicode, const Version = "6.3.0"