summaryrefslogtreecommitdiff
path: root/api/next.txt
blob: 30e354e9b5d7298639d63711337c7b5bd5fade29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
pkg debug/goobj, const SBSS = 21
pkg debug/goobj, const SBSS SymKind
pkg debug/goobj, const SCONST = 31
pkg debug/goobj, const SCONST SymKind
pkg debug/goobj, const SDATA = 19
pkg debug/goobj, const SDATA SymKind
pkg debug/goobj, const SDYNIMPORT = 32
pkg debug/goobj, const SDYNIMPORT SymKind
pkg debug/goobj, const SELFROSECT = 12
pkg debug/goobj, const SELFROSECT SymKind
pkg debug/goobj, const SELFRXSECT = 2
pkg debug/goobj, const SELFRXSECT SymKind
pkg debug/goobj, const SELFSECT = 14
pkg debug/goobj, const SELFSECT SymKind
pkg debug/goobj, const SFILE = 29
pkg debug/goobj, const SFILE SymKind
pkg debug/goobj, const SFILEPATH = 30
pkg debug/goobj, const SFILEPATH SymKind
pkg debug/goobj, const SFUNCTAB = 8
pkg debug/goobj, const SFUNCTAB SymKind
pkg debug/goobj, const SGOFUNC = 6
pkg debug/goobj, const SGOFUNC SymKind
pkg debug/goobj, const SGOSTRING = 5
pkg debug/goobj, const SGOSTRING SymKind
pkg debug/goobj, const SHOSTOBJ = 33
pkg debug/goobj, const SHOSTOBJ SymKind
pkg debug/goobj, const SINITARR = 18
pkg debug/goobj, const SINITARR SymKind
pkg debug/goobj, const SMACHO = 15
pkg debug/goobj, const SMACHO SymKind
pkg debug/goobj, const SMACHOGOT = 16
pkg debug/goobj, const SMACHOGOT SymKind
pkg debug/goobj, const SMACHOINDIRECTGOT = 28
pkg debug/goobj, const SMACHOINDIRECTGOT SymKind
pkg debug/goobj, const SMACHOINDIRECTPLT = 27
pkg debug/goobj, const SMACHOINDIRECTPLT SymKind
pkg debug/goobj, const SMACHOPLT = 13
pkg debug/goobj, const SMACHOPLT SymKind
pkg debug/goobj, const SMACHOSYMSTR = 25
pkg debug/goobj, const SMACHOSYMSTR SymKind
pkg debug/goobj, const SMACHOSYMTAB = 26
pkg debug/goobj, const SMACHOSYMTAB SymKind
pkg debug/goobj, const SNOPTRBSS = 22
pkg debug/goobj, const SNOPTRBSS SymKind
pkg debug/goobj, const SNOPTRDATA = 17
pkg debug/goobj, const SNOPTRDATA SymKind
pkg debug/goobj, const SPCLNTAB = 11
pkg debug/goobj, const SPCLNTAB SymKind
pkg debug/goobj, const SRODATA = 7
pkg debug/goobj, const SRODATA SymKind
pkg debug/goobj, const SSTRING = 4
pkg debug/goobj, const SSTRING SymKind
pkg debug/goobj, const SSYMTAB = 10
pkg debug/goobj, const SSYMTAB SymKind
pkg debug/goobj, const STEXT = 1
pkg debug/goobj, const STEXT SymKind
pkg debug/goobj, const STLSBSS = 23
pkg debug/goobj, const STLSBSS SymKind
pkg debug/goobj, const STYPE = 3
pkg debug/goobj, const STYPE SymKind
pkg debug/goobj, const STYPELINK = 9
pkg debug/goobj, const STYPELINK SymKind
pkg debug/goobj, const SWINDOWS = 20
pkg debug/goobj, const SWINDOWS SymKind
pkg debug/goobj, const SXREF = 24
pkg debug/goobj, const SXREF SymKind
pkg debug/goobj, func Parse(io.ReadSeeker, string) (*Package, error)
pkg debug/goobj, method (Sym) String() string
pkg debug/goobj, method (SymID) String() string
pkg debug/goobj, method (SymKind) String() string
pkg debug/goobj, type Data struct
pkg debug/goobj, type Data struct, Offset int64
pkg debug/goobj, type Data struct, Size int64
pkg debug/goobj, type Func struct
pkg debug/goobj, type Func struct, Args int
pkg debug/goobj, type Func struct, File []string
pkg debug/goobj, type Func struct, Frame int
pkg debug/goobj, type Func struct, FuncData []FuncData
pkg debug/goobj, type Func struct, PCData []Data
pkg debug/goobj, type Func struct, PCFile Data
pkg debug/goobj, type Func struct, PCLine Data
pkg debug/goobj, type Func struct, PCSP Data
pkg debug/goobj, type Func struct, Var []Var
pkg debug/goobj, type FuncData struct
pkg debug/goobj, type FuncData struct, Offset int64
pkg debug/goobj, type FuncData struct, Sym SymID
pkg debug/goobj, type Package struct
pkg debug/goobj, type Package struct, ImportPath string
pkg debug/goobj, type Package struct, Imports []string
pkg debug/goobj, type Package struct, MaxVersion int
pkg debug/goobj, type Package struct, Syms []*Sym
pkg debug/goobj, type Reloc struct
pkg debug/goobj, type Reloc struct, Add int
pkg debug/goobj, type Reloc struct, Offset int
pkg debug/goobj, type Reloc struct, Size int
pkg debug/goobj, type Reloc struct, Sym SymID
pkg debug/goobj, type Reloc struct, Type int
pkg debug/goobj, type Sym struct
pkg debug/goobj, type Sym struct, Data Data
pkg debug/goobj, type Sym struct, DupOK bool
pkg debug/goobj, type Sym struct, Func *Func
pkg debug/goobj, type Sym struct, Kind SymKind
pkg debug/goobj, type Sym struct, Reloc []Reloc
pkg debug/goobj, type Sym struct, Size int
pkg debug/goobj, type Sym struct, Type SymID
pkg debug/goobj, type Sym struct, embedded SymID
pkg debug/goobj, type SymID struct
pkg debug/goobj, type SymID struct, Name string
pkg debug/goobj, type SymID struct, Version int
pkg debug/goobj, type SymKind int
pkg debug/goobj, type Var struct
pkg debug/goobj, type Var struct, Kind int
pkg debug/goobj, type Var struct, Name string
pkg debug/goobj, type Var struct, Offset int
pkg debug/goobj, type Var struct, Type SymID
pkg sync, method (*Pool) Get() interface{}
pkg sync, method (*Pool) Put(interface{})
pkg sync, type Pool struct
pkg sync, type Pool struct, New func() interface{}
pkg syscall (netbsd-386), const CLONE_CSIGNAL = 255
pkg syscall (netbsd-386), const CLONE_CSIGNAL ideal-int
pkg syscall (netbsd-386), const CLONE_FILES = 1024
pkg syscall (netbsd-386), const CLONE_FILES ideal-int
pkg syscall (netbsd-386), const CLONE_FS = 512
pkg syscall (netbsd-386), const CLONE_FS ideal-int
pkg syscall (netbsd-386), const CLONE_PID = 4096
pkg syscall (netbsd-386), const CLONE_PID ideal-int
pkg syscall (netbsd-386), const CLONE_PTRACE = 8192
pkg syscall (netbsd-386), const CLONE_PTRACE ideal-int
pkg syscall (netbsd-386), const CLONE_SIGHAND = 2048
pkg syscall (netbsd-386), const CLONE_SIGHAND ideal-int
pkg syscall (netbsd-386), const CLONE_VFORK = 16384
pkg syscall (netbsd-386), const CLONE_VFORK ideal-int
pkg syscall (netbsd-386), const CLONE_VM = 256
pkg syscall (netbsd-386), const CLONE_VM ideal-int
pkg syscall (netbsd-386), const MADV_DONTNEED = 4
pkg syscall (netbsd-386), const MADV_DONTNEED ideal-int
pkg syscall (netbsd-386), const MADV_FREE = 6
pkg syscall (netbsd-386), const MADV_FREE ideal-int
pkg syscall (netbsd-386), const MADV_NORMAL = 0
pkg syscall (netbsd-386), const MADV_NORMAL ideal-int
pkg syscall (netbsd-386), const MADV_RANDOM = 1
pkg syscall (netbsd-386), const MADV_RANDOM ideal-int
pkg syscall (netbsd-386), const MADV_SEQUENTIAL = 2
pkg syscall (netbsd-386), const MADV_SEQUENTIAL ideal-int
pkg syscall (netbsd-386), const MADV_SPACEAVAIL = 5
pkg syscall (netbsd-386), const MADV_SPACEAVAIL ideal-int
pkg syscall (netbsd-386), const MADV_WILLNEED = 3
pkg syscall (netbsd-386), const MADV_WILLNEED ideal-int
pkg syscall (netbsd-386), const MAP_ALIGNMENT_16MB = 402653184
pkg syscall (netbsd-386), const MAP_ALIGNMENT_16MB ideal-int
pkg syscall (netbsd-386), const MAP_ALIGNMENT_1TB = 671088640
pkg syscall (netbsd-386), const MAP_ALIGNMENT_1TB ideal-int
pkg syscall (netbsd-386), const MAP_ALIGNMENT_256TB = 805306368
pkg syscall (netbsd-386), const MAP_ALIGNMENT_256TB ideal-int
pkg syscall (netbsd-386), const MAP_ALIGNMENT_4GB = 536870912
pkg syscall (netbsd-386), const MAP_ALIGNMENT_4GB ideal-int
pkg syscall (netbsd-386), const MAP_ALIGNMENT_64KB = 268435456
pkg syscall (netbsd-386), const MAP_ALIGNMENT_64KB ideal-int
pkg syscall (netbsd-386), const MAP_ALIGNMENT_64PB = 939524096
pkg syscall (netbsd-386), const MAP_ALIGNMENT_64PB ideal-int
pkg syscall (netbsd-386), const MAP_ALIGNMENT_MASK = -16777216
pkg syscall (netbsd-386), const MAP_ALIGNMENT_MASK ideal-int
pkg syscall (netbsd-386), const MAP_ALIGNMENT_SHIFT = 24
pkg syscall (netbsd-386), const MAP_ALIGNMENT_SHIFT ideal-int
pkg syscall (netbsd-386), const MAP_ANON = 4096
pkg syscall (netbsd-386), const MAP_ANON ideal-int
pkg syscall (netbsd-386), const MAP_FILE = 0
pkg syscall (netbsd-386), const MAP_FILE ideal-int
pkg syscall (netbsd-386), const MAP_FIXED = 16
pkg syscall (netbsd-386), const MAP_FIXED ideal-int
pkg syscall (netbsd-386), const MAP_HASSEMAPHORE = 512
pkg syscall (netbsd-386), const MAP_HASSEMAPHORE ideal-int
pkg syscall (netbsd-386), const MAP_INHERIT = 128
pkg syscall (netbsd-386), const MAP_INHERIT ideal-int
pkg syscall (netbsd-386), const MAP_INHERIT_COPY = 1
pkg syscall (netbsd-386), const MAP_INHERIT_COPY ideal-int
pkg syscall (netbsd-386), const MAP_INHERIT_DEFAULT = 1
pkg syscall (netbsd-386), const MAP_INHERIT_DEFAULT ideal-int
pkg syscall (netbsd-386), const MAP_INHERIT_DONATE_COPY = 3
pkg syscall (netbsd-386), const MAP_INHERIT_DONATE_COPY ideal-int
pkg syscall (netbsd-386), const MAP_INHERIT_NONE = 2
pkg syscall (netbsd-386), const MAP_INHERIT_NONE ideal-int
pkg syscall (netbsd-386), const MAP_INHERIT_SHARE = 0
pkg syscall (netbsd-386), const MAP_INHERIT_SHARE ideal-int
pkg syscall (netbsd-386), const MAP_NORESERVE = 64
pkg syscall (netbsd-386), const MAP_NORESERVE ideal-int
pkg syscall (netbsd-386), const MAP_PRIVATE = 2
pkg syscall (netbsd-386), const MAP_PRIVATE ideal-int
pkg syscall (netbsd-386), const MAP_RENAME = 32
pkg syscall (netbsd-386), const MAP_RENAME ideal-int
pkg syscall (netbsd-386), const MAP_SHARED = 1
pkg syscall (netbsd-386), const MAP_SHARED ideal-int
pkg syscall (netbsd-386), const MAP_STACK = 8192
pkg syscall (netbsd-386), const MAP_STACK ideal-int
pkg syscall (netbsd-386), const MAP_TRYFIXED = 1024
pkg syscall (netbsd-386), const MAP_TRYFIXED ideal-int
pkg syscall (netbsd-386), const MAP_WIRED = 2048
pkg syscall (netbsd-386), const MAP_WIRED ideal-int
pkg syscall (netbsd-386), const MCL_CURRENT = 1
pkg syscall (netbsd-386), const MCL_CURRENT ideal-int
pkg syscall (netbsd-386), const MCL_FUTURE = 2
pkg syscall (netbsd-386), const MCL_FUTURE ideal-int
pkg syscall (netbsd-386), const MS_ASYNC = 1
pkg syscall (netbsd-386), const MS_ASYNC ideal-int
pkg syscall (netbsd-386), const MS_INVALIDATE = 2
pkg syscall (netbsd-386), const MS_INVALIDATE ideal-int
pkg syscall (netbsd-386), const MS_SYNC = 4
pkg syscall (netbsd-386), const MS_SYNC ideal-int
pkg syscall (netbsd-386), const PROT_EXEC = 4
pkg syscall (netbsd-386), const PROT_EXEC ideal-int
pkg syscall (netbsd-386), const PROT_NONE = 0
pkg syscall (netbsd-386), const PROT_NONE ideal-int
pkg syscall (netbsd-386), const PROT_READ = 1
pkg syscall (netbsd-386), const PROT_READ ideal-int
pkg syscall (netbsd-386), const PROT_WRITE = 2
pkg syscall (netbsd-386), const PROT_WRITE ideal-int
pkg syscall (netbsd-386-cgo), const CLONE_CSIGNAL = 255
pkg syscall (netbsd-386-cgo), const CLONE_CSIGNAL ideal-int
pkg syscall (netbsd-386-cgo), const CLONE_FILES = 1024
pkg syscall (netbsd-386-cgo), const CLONE_FILES ideal-int
pkg syscall (netbsd-386-cgo), const CLONE_FS = 512
pkg syscall (netbsd-386-cgo), const CLONE_FS ideal-int
pkg syscall (netbsd-386-cgo), const CLONE_PID = 4096
pkg syscall (netbsd-386-cgo), const CLONE_PID ideal-int
pkg syscall (netbsd-386-cgo), const CLONE_PTRACE = 8192
pkg syscall (netbsd-386-cgo), const CLONE_PTRACE ideal-int
pkg syscall (netbsd-386-cgo), const CLONE_SIGHAND = 2048
pkg syscall (netbsd-386-cgo), const CLONE_SIGHAND ideal-int
pkg syscall (netbsd-386-cgo), const CLONE_VFORK = 16384
pkg syscall (netbsd-386-cgo), const CLONE_VFORK ideal-int
pkg syscall (netbsd-386-cgo), const CLONE_VM = 256
pkg syscall (netbsd-386-cgo), const CLONE_VM ideal-int
pkg syscall (netbsd-386-cgo), const MADV_DONTNEED = 4
pkg syscall (netbsd-386-cgo), const MADV_DONTNEED ideal-int
pkg syscall (netbsd-386-cgo), const MADV_FREE = 6
pkg syscall (netbsd-386-cgo), const MADV_FREE ideal-int
pkg syscall (netbsd-386-cgo), const MADV_NORMAL = 0
pkg syscall (netbsd-386-cgo), const MADV_NORMAL ideal-int
pkg syscall (netbsd-386-cgo), const MADV_RANDOM = 1
pkg syscall (netbsd-386-cgo), const MADV_RANDOM ideal-int
pkg syscall (netbsd-386-cgo), const MADV_SEQUENTIAL = 2
pkg syscall (netbsd-386-cgo), const MADV_SEQUENTIAL ideal-int
pkg syscall (netbsd-386-cgo), const MADV_SPACEAVAIL = 5
pkg syscall (netbsd-386-cgo), const MADV_SPACEAVAIL ideal-int
pkg syscall (netbsd-386-cgo), const MADV_WILLNEED = 3
pkg syscall (netbsd-386-cgo), const MADV_WILLNEED ideal-int
pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_16MB = 402653184
pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_16MB ideal-int
pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_1TB = 671088640
pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_1TB ideal-int
pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_256TB = 805306368
pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_256TB ideal-int
pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_4GB = 536870912
pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_4GB ideal-int
pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_64KB = 268435456
pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_64KB ideal-int
pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_64PB = 939524096
pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_64PB ideal-int
pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_MASK = -16777216
pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_MASK ideal-int
pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_SHIFT = 24
pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_SHIFT ideal-int
pkg syscall (netbsd-386-cgo), const MAP_ANON = 4096
pkg syscall (netbsd-386-cgo), const MAP_ANON ideal-int
pkg syscall (netbsd-386-cgo), const MAP_FILE = 0
pkg syscall (netbsd-386-cgo), const MAP_FILE ideal-int
pkg syscall (netbsd-386-cgo), const MAP_FIXED = 16
pkg syscall (netbsd-386-cgo), const MAP_FIXED ideal-int
pkg syscall (netbsd-386-cgo), const MAP_HASSEMAPHORE = 512
pkg syscall (netbsd-386-cgo), const MAP_HASSEMAPHORE ideal-int
pkg syscall (netbsd-386-cgo), const MAP_INHERIT = 128
pkg syscall (netbsd-386-cgo), const MAP_INHERIT ideal-int
pkg syscall (netbsd-386-cgo), const MAP_INHERIT_COPY = 1
pkg syscall (netbsd-386-cgo), const MAP_INHERIT_COPY ideal-int
pkg syscall (netbsd-386-cgo), const MAP_INHERIT_DEFAULT = 1
pkg syscall (netbsd-386-cgo), const MAP_INHERIT_DEFAULT ideal-int
pkg syscall (netbsd-386-cgo), const MAP_INHERIT_DONATE_COPY = 3
pkg syscall (netbsd-386-cgo), const MAP_INHERIT_DONATE_COPY ideal-int
pkg syscall (netbsd-386-cgo), const MAP_INHERIT_NONE = 2
pkg syscall (netbsd-386-cgo), const MAP_INHERIT_NONE ideal-int
pkg syscall (netbsd-386-cgo), const MAP_INHERIT_SHARE = 0
pkg syscall (netbsd-386-cgo), const MAP_INHERIT_SHARE ideal-int
pkg syscall (netbsd-386-cgo), const MAP_NORESERVE = 64
pkg syscall (netbsd-386-cgo), const MAP_NORESERVE ideal-int
pkg syscall (netbsd-386-cgo), const MAP_PRIVATE = 2
pkg syscall (netbsd-386-cgo), const MAP_PRIVATE ideal-int
pkg syscall (netbsd-386-cgo), const MAP_RENAME = 32
pkg syscall (netbsd-386-cgo), const MAP_RENAME ideal-int
pkg syscall (netbsd-386-cgo), const MAP_SHARED = 1
pkg syscall (netbsd-386-cgo), const MAP_SHARED ideal-int
pkg syscall (netbsd-386-cgo), const MAP_STACK = 8192
pkg syscall (netbsd-386-cgo), const MAP_STACK ideal-int
pkg syscall (netbsd-386-cgo), const MAP_TRYFIXED = 1024
pkg syscall (netbsd-386-cgo), const MAP_TRYFIXED ideal-int
pkg syscall (netbsd-386-cgo), const MAP_WIRED = 2048
pkg syscall (netbsd-386-cgo), const MAP_WIRED ideal-int
pkg syscall (netbsd-386-cgo), const MCL_CURRENT = 1
pkg syscall (netbsd-386-cgo), const MCL_CURRENT ideal-int
pkg syscall (netbsd-386-cgo), const MCL_FUTURE = 2
pkg syscall (netbsd-386-cgo), const MCL_FUTURE ideal-int
pkg syscall (netbsd-386-cgo), const MS_ASYNC = 1
pkg syscall (netbsd-386-cgo), const MS_ASYNC ideal-int
pkg syscall (netbsd-386-cgo), const MS_INVALIDATE = 2
pkg syscall (netbsd-386-cgo), const MS_INVALIDATE ideal-int
pkg syscall (netbsd-386-cgo), const MS_SYNC = 4
pkg syscall (netbsd-386-cgo), const MS_SYNC ideal-int
pkg syscall (netbsd-386-cgo), const PROT_EXEC = 4
pkg syscall (netbsd-386-cgo), const PROT_EXEC ideal-int
pkg syscall (netbsd-386-cgo), const PROT_NONE = 0
pkg syscall (netbsd-386-cgo), const PROT_NONE ideal-int
pkg syscall (netbsd-386-cgo), const PROT_READ = 1
pkg syscall (netbsd-386-cgo), const PROT_READ ideal-int
pkg syscall (netbsd-386-cgo), const PROT_WRITE = 2
pkg syscall (netbsd-386-cgo), const PROT_WRITE ideal-int
pkg syscall (netbsd-amd64), const CLONE_CSIGNAL = 255
pkg syscall (netbsd-amd64), const CLONE_CSIGNAL ideal-int
pkg syscall (netbsd-amd64), const CLONE_FILES = 1024
pkg syscall (netbsd-amd64), const CLONE_FILES ideal-int
pkg syscall (netbsd-amd64), const CLONE_FS = 512
pkg syscall (netbsd-amd64), const CLONE_FS ideal-int
pkg syscall (netbsd-amd64), const CLONE_PID = 4096
pkg syscall (netbsd-amd64), const CLONE_PID ideal-int
pkg syscall (netbsd-amd64), const CLONE_PTRACE = 8192
pkg syscall (netbsd-amd64), const CLONE_PTRACE ideal-int
pkg syscall (netbsd-amd64), const CLONE_SIGHAND = 2048
pkg syscall (netbsd-amd64), const CLONE_SIGHAND ideal-int
pkg syscall (netbsd-amd64), const CLONE_VFORK = 16384
pkg syscall (netbsd-amd64), const CLONE_VFORK ideal-int
pkg syscall (netbsd-amd64), const CLONE_VM = 256
pkg syscall (netbsd-amd64), const CLONE_VM ideal-int
pkg syscall (netbsd-amd64), const MADV_DONTNEED = 4
pkg syscall (netbsd-amd64), const MADV_DONTNEED ideal-int
pkg syscall (netbsd-amd64), const MADV_FREE = 6
pkg syscall (netbsd-amd64), const MADV_FREE ideal-int
pkg syscall (netbsd-amd64), const MADV_NORMAL = 0
pkg syscall (netbsd-amd64), const MADV_NORMAL ideal-int
pkg syscall (netbsd-amd64), const MADV_RANDOM = 1
pkg syscall (netbsd-amd64), const MADV_RANDOM ideal-int
pkg syscall (netbsd-amd64), const MADV_SEQUENTIAL = 2
pkg syscall (netbsd-amd64), const MADV_SEQUENTIAL ideal-int
pkg syscall (netbsd-amd64), const MADV_SPACEAVAIL = 5
pkg syscall (netbsd-amd64), const MADV_SPACEAVAIL ideal-int
pkg syscall (netbsd-amd64), const MADV_WILLNEED = 3
pkg syscall (netbsd-amd64), const MADV_WILLNEED ideal-int
pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_16MB = 402653184
pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_16MB ideal-int
pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_1TB = 671088640
pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_1TB ideal-int
pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_256TB = 805306368
pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_256TB ideal-int
pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_4GB = 536870912
pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_4GB ideal-int
pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_64KB = 268435456
pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_64KB ideal-int
pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_64PB = 939524096
pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_64PB ideal-int
pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_MASK = -16777216
pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_MASK ideal-int
pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_SHIFT = 24
pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_SHIFT ideal-int
pkg syscall (netbsd-amd64), const MAP_ANON = 4096
pkg syscall (netbsd-amd64), const MAP_ANON ideal-int
pkg syscall (netbsd-amd64), const MAP_FILE = 0
pkg syscall (netbsd-amd64), const MAP_FILE ideal-int
pkg syscall (netbsd-amd64), const MAP_FIXED = 16
pkg syscall (netbsd-amd64), const MAP_FIXED ideal-int
pkg syscall (netbsd-amd64), const MAP_HASSEMAPHORE = 512
pkg syscall (netbsd-amd64), const MAP_HASSEMAPHORE ideal-int
pkg syscall (netbsd-amd64), const MAP_INHERIT = 128
pkg syscall (netbsd-amd64), const MAP_INHERIT ideal-int
pkg syscall (netbsd-amd64), const MAP_INHERIT_COPY = 1
pkg syscall (netbsd-amd64), const MAP_INHERIT_COPY ideal-int
pkg syscall (netbsd-amd64), const MAP_INHERIT_DEFAULT = 1
pkg syscall (netbsd-amd64), const MAP_INHERIT_DEFAULT ideal-int
pkg syscall (netbsd-amd64), const MAP_INHERIT_DONATE_COPY = 3
pkg syscall (netbsd-amd64), const MAP_INHERIT_DONATE_COPY ideal-int
pkg syscall (netbsd-amd64), const MAP_INHERIT_NONE = 2
pkg syscall (netbsd-amd64), const MAP_INHERIT_NONE ideal-int
pkg syscall (netbsd-amd64), const MAP_INHERIT_SHARE = 0
pkg syscall (netbsd-amd64), const MAP_INHERIT_SHARE ideal-int
pkg syscall (netbsd-amd64), const MAP_NORESERVE = 64
pkg syscall (netbsd-amd64), const MAP_NORESERVE ideal-int
pkg syscall (netbsd-amd64), const MAP_PRIVATE = 2
pkg syscall (netbsd-amd64), const MAP_PRIVATE ideal-int
pkg syscall (netbsd-amd64), const MAP_RENAME = 32
pkg syscall (netbsd-amd64), const MAP_RENAME ideal-int
pkg syscall (netbsd-amd64), const MAP_SHARED = 1
pkg syscall (netbsd-amd64), const MAP_SHARED ideal-int
pkg syscall (netbsd-amd64), const MAP_STACK = 8192
pkg syscall (netbsd-amd64), const MAP_STACK ideal-int
pkg syscall (netbsd-amd64), const MAP_TRYFIXED = 1024
pkg syscall (netbsd-amd64), const MAP_TRYFIXED ideal-int
pkg syscall (netbsd-amd64), const MAP_WIRED = 2048
pkg syscall (netbsd-amd64), const MAP_WIRED ideal-int
pkg syscall (netbsd-amd64), const MCL_CURRENT = 1
pkg syscall (netbsd-amd64), const MCL_CURRENT ideal-int
pkg syscall (netbsd-amd64), const MCL_FUTURE = 2
pkg syscall (netbsd-amd64), const MCL_FUTURE ideal-int
pkg syscall (netbsd-amd64), const MS_ASYNC = 1
pkg syscall (netbsd-amd64), const MS_ASYNC ideal-int
pkg syscall (netbsd-amd64), const MS_INVALIDATE = 2
pkg syscall (netbsd-amd64), const MS_INVALIDATE ideal-int
pkg syscall (netbsd-amd64), const MS_SYNC = 4
pkg syscall (netbsd-amd64), const MS_SYNC ideal-int
pkg syscall (netbsd-amd64), const PROT_EXEC = 4
pkg syscall (netbsd-amd64), const PROT_EXEC ideal-int
pkg syscall (netbsd-amd64), const PROT_NONE = 0
pkg syscall (netbsd-amd64), const PROT_NONE ideal-int
pkg syscall (netbsd-amd64), const PROT_READ = 1
pkg syscall (netbsd-amd64), const PROT_READ ideal-int
pkg syscall (netbsd-amd64), const PROT_WRITE = 2
pkg syscall (netbsd-amd64), const PROT_WRITE ideal-int
pkg syscall (netbsd-amd64-cgo), const CLONE_CSIGNAL = 255
pkg syscall (netbsd-amd64-cgo), const CLONE_CSIGNAL ideal-int
pkg syscall (netbsd-amd64-cgo), const CLONE_FILES = 1024
pkg syscall (netbsd-amd64-cgo), const CLONE_FILES ideal-int
pkg syscall (netbsd-amd64-cgo), const CLONE_FS = 512
pkg syscall (netbsd-amd64-cgo), const CLONE_FS ideal-int
pkg syscall (netbsd-amd64-cgo), const CLONE_PID = 4096
pkg syscall (netbsd-amd64-cgo), const CLONE_PID ideal-int
pkg syscall (netbsd-amd64-cgo), const CLONE_PTRACE = 8192
pkg syscall (netbsd-amd64-cgo), const CLONE_PTRACE ideal-int
pkg syscall (netbsd-amd64-cgo), const CLONE_SIGHAND = 2048
pkg syscall (netbsd-amd64-cgo), const CLONE_SIGHAND ideal-int
pkg syscall (netbsd-amd64-cgo), const CLONE_VFORK = 16384
pkg syscall (netbsd-amd64-cgo), const CLONE_VFORK ideal-int
pkg syscall (netbsd-amd64-cgo), const CLONE_VM = 256
pkg syscall (netbsd-amd64-cgo), const CLONE_VM ideal-int
pkg syscall (netbsd-amd64-cgo), const MADV_DONTNEED = 4
pkg syscall (netbsd-amd64-cgo), const MADV_DONTNEED ideal-int
pkg syscall (netbsd-amd64-cgo), const MADV_FREE = 6
pkg syscall (netbsd-amd64-cgo), const MADV_FREE ideal-int
pkg syscall (netbsd-amd64-cgo), const MADV_NORMAL = 0
pkg syscall (netbsd-amd64-cgo), const MADV_NORMAL ideal-int
pkg syscall (netbsd-amd64-cgo), const MADV_RANDOM = 1
pkg syscall (netbsd-amd64-cgo), const MADV_RANDOM ideal-int
pkg syscall (netbsd-amd64-cgo), const MADV_SEQUENTIAL = 2
pkg syscall (netbsd-amd64-cgo), const MADV_SEQUENTIAL ideal-int
pkg syscall (netbsd-amd64-cgo), const MADV_SPACEAVAIL = 5
pkg syscall (netbsd-amd64-cgo), const MADV_SPACEAVAIL ideal-int
pkg syscall (netbsd-amd64-cgo), const MADV_WILLNEED = 3
pkg syscall (netbsd-amd64-cgo), const MADV_WILLNEED ideal-int
pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_16MB = 402653184
pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_16MB ideal-int
pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_1TB = 671088640
pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_1TB ideal-int
pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_256TB = 805306368
pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_256TB ideal-int
pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_4GB = 536870912
pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_4GB ideal-int
pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_64KB = 268435456
pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_64KB ideal-int
pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_64PB = 939524096
pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_64PB ideal-int
pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_MASK = -16777216
pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_MASK ideal-int
pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_SHIFT = 24
pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_SHIFT ideal-int
pkg syscall (netbsd-amd64-cgo), const MAP_ANON = 4096
pkg syscall (netbsd-amd64-cgo), const MAP_ANON ideal-int
pkg syscall (netbsd-amd64-cgo), const MAP_FILE = 0
pkg syscall (netbsd-amd64-cgo), const MAP_FILE ideal-int
pkg syscall (netbsd-amd64-cgo), const MAP_FIXED = 16
pkg syscall (netbsd-amd64-cgo), const MAP_FIXED ideal-int
pkg syscall (netbsd-amd64-cgo), const MAP_HASSEMAPHORE = 512
pkg syscall (netbsd-amd64-cgo), const MAP_HASSEMAPHORE ideal-int
pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT = 128
pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT ideal-int
pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_COPY = 1
pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_COPY ideal-int
pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_DEFAULT = 1
pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_DEFAULT ideal-int
pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_DONATE_COPY = 3
pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_DONATE_COPY ideal-int
pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_NONE = 2
pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_NONE ideal-int
pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_SHARE = 0
pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_SHARE ideal-int
pkg syscall (netbsd-amd64-cgo), const MAP_NORESERVE = 64
pkg syscall (netbsd-amd64-cgo), const MAP_NORESERVE ideal-int
pkg syscall (netbsd-amd64-cgo), const MAP_PRIVATE = 2
pkg syscall (netbsd-amd64-cgo), const MAP_PRIVATE ideal-int
pkg syscall (netbsd-amd64-cgo), const MAP_RENAME = 32
pkg syscall (netbsd-amd64-cgo), const MAP_RENAME ideal-int
pkg syscall (netbsd-amd64-cgo), const MAP_SHARED = 1
pkg syscall (netbsd-amd64-cgo), const MAP_SHARED ideal-int
pkg syscall (netbsd-amd64-cgo), const MAP_STACK = 8192
pkg syscall (netbsd-amd64-cgo), const MAP_STACK ideal-int
pkg syscall (netbsd-amd64-cgo), const MAP_TRYFIXED = 1024
pkg syscall (netbsd-amd64-cgo), const MAP_TRYFIXED ideal-int
pkg syscall (netbsd-amd64-cgo), const MAP_WIRED = 2048
pkg syscall (netbsd-amd64-cgo), const MAP_WIRED ideal-int
pkg syscall (netbsd-amd64-cgo), const MCL_CURRENT = 1
pkg syscall (netbsd-amd64-cgo), const MCL_CURRENT ideal-int
pkg syscall (netbsd-amd64-cgo), const MCL_FUTURE = 2
pkg syscall (netbsd-amd64-cgo), const MCL_FUTURE ideal-int
pkg syscall (netbsd-amd64-cgo), const MS_ASYNC = 1
pkg syscall (netbsd-amd64-cgo), const MS_ASYNC ideal-int
pkg syscall (netbsd-amd64-cgo), const MS_INVALIDATE = 2
pkg syscall (netbsd-amd64-cgo), const MS_INVALIDATE ideal-int
pkg syscall (netbsd-amd64-cgo), const MS_SYNC = 4
pkg syscall (netbsd-amd64-cgo), const MS_SYNC ideal-int
pkg syscall (netbsd-amd64-cgo), const PROT_EXEC = 4
pkg syscall (netbsd-amd64-cgo), const PROT_EXEC ideal-int
pkg syscall (netbsd-amd64-cgo), const PROT_NONE = 0
pkg syscall (netbsd-amd64-cgo), const PROT_NONE ideal-int
pkg syscall (netbsd-amd64-cgo), const PROT_READ = 1
pkg syscall (netbsd-amd64-cgo), const PROT_READ ideal-int
pkg syscall (netbsd-amd64-cgo), const PROT_WRITE = 2
pkg syscall (netbsd-amd64-cgo), const PROT_WRITE ideal-int
pkg syscall (windows-386), func NewCallbackCDecl(interface{}) uintptr
pkg syscall (windows-amd64), func NewCallbackCDecl(interface{}) uintptr
pkg syscall (openbsd-386), const BIOCGRTIMEOUT = 1074545262
pkg syscall (openbsd-386), const BIOCSRTIMEOUT = 2148287085
pkg syscall (openbsd-386), const IPPROTO_DIVERT_INIT = 2
pkg syscall (openbsd-386), const IPPROTO_DIVERT_INIT ideal-int
pkg syscall (openbsd-386), const IPPROTO_DIVERT_RESP = 1
pkg syscall (openbsd-386), const IPPROTO_DIVERT_RESP ideal-int
pkg syscall (openbsd-386), const IPV6_RECVDSTPORT = 64
pkg syscall (openbsd-386), const IPV6_RECVDSTPORT ideal-int
pkg syscall (openbsd-386), const IP_DIVERTFL = 4130
pkg syscall (openbsd-386), const IP_DIVERTFL ideal-int
pkg syscall (openbsd-386), const RTF_FMASK = 1112072
pkg syscall (openbsd-386), const RTM_VERSION = 5
pkg syscall (openbsd-386), const SIOCBRDGDADDR = 2166909255
pkg syscall (openbsd-386), const SIOCBRDGGPARAM = 3225184600
pkg syscall (openbsd-386), const SIOCBRDGSADDR = 3240651076
pkg syscall (openbsd-386), const SIOCGETVLAN = 3223349648
pkg syscall (openbsd-386), const SIOCGETVLAN ideal-int
pkg syscall (openbsd-386), const SIOCGIFHARDMTU = 3223349669
pkg syscall (openbsd-386), const SIOCGIFHARDMTU ideal-int
pkg syscall (openbsd-386), const SIOCGLIFPHYTTL = 3223349673
pkg syscall (openbsd-386), const SIOCGLIFPHYTTL ideal-int
pkg syscall (openbsd-386), const SIOCGSPPPPARAMS = 3223349652
pkg syscall (openbsd-386), const SIOCGSPPPPARAMS ideal-int
pkg syscall (openbsd-386), const SIOCGVNETID = 3223349671
pkg syscall (openbsd-386), const SIOCGVNETID ideal-int
pkg syscall (openbsd-386), const SIOCSETVLAN = 2149607823
pkg syscall (openbsd-386), const SIOCSETVLAN ideal-int
pkg syscall (openbsd-386), const SIOCSLIFPHYTTL = 2149607848
pkg syscall (openbsd-386), const SIOCSLIFPHYTTL ideal-int
pkg syscall (openbsd-386), const SIOCSSPPPPARAMS = 2149607827
pkg syscall (openbsd-386), const SIOCSSPPPPARAMS ideal-int
pkg syscall (openbsd-386), const SIOCSVNETID = 2149607846
pkg syscall (openbsd-386), const SIOCSVNETID ideal-int
pkg syscall (openbsd-386), const SYS_CLOCK_GETRES = 89
pkg syscall (openbsd-386), const SYS_CLOCK_GETTIME = 87
pkg syscall (openbsd-386), const SYS_CLOCK_SETTIME = 88
pkg syscall (openbsd-386), const SYS_FHSTATFS = 65
pkg syscall (openbsd-386), const SYS_FSTAT = 53
pkg syscall (openbsd-386), const SYS_FSTATAT = 42
pkg syscall (openbsd-386), const SYS_FSTATFS = 64
pkg syscall (openbsd-386), const SYS_FUTIMENS = 85
pkg syscall (openbsd-386), const SYS_FUTIMES = 77
pkg syscall (openbsd-386), const SYS_GETDENTS = 99
pkg syscall (openbsd-386), const SYS_GETDENTS ideal-int
pkg syscall (openbsd-386), const SYS_GETFSSTAT = 62
pkg syscall (openbsd-386), const SYS_GETITIMER = 70
pkg syscall (openbsd-386), const SYS_GETRUSAGE = 19
pkg syscall (openbsd-386), const SYS_GETTIMEOFDAY = 67
pkg syscall (openbsd-386), const SYS_KEVENT = 72
pkg syscall (openbsd-386), const SYS_LSTAT = 40
pkg syscall (openbsd-386), const SYS_NANOSLEEP = 91
pkg syscall (openbsd-386), const SYS_PPOLL = 109
pkg syscall (openbsd-386), const SYS_PPOLL ideal-int
pkg syscall (openbsd-386), const SYS_PSELECT = 110
pkg syscall (openbsd-386), const SYS_PSELECT ideal-int
pkg syscall (openbsd-386), const SYS_SELECT = 71
pkg syscall (openbsd-386), const SYS_SETITIMER = 69
pkg syscall (openbsd-386), const SYS_SETTIMEOFDAY = 68
pkg syscall (openbsd-386), const SYS_STAT = 38
pkg syscall (openbsd-386), const SYS_STATFS = 63
pkg syscall (openbsd-386), const SYS_UTIMENSAT = 84
pkg syscall (openbsd-386), const SYS_UTIMES = 76
pkg syscall (openbsd-386), const SYS_UTRACE = 209
pkg syscall (openbsd-386), const SYS_UTRACE ideal-int
pkg syscall (openbsd-386), const SYS_WAIT4 = 11
pkg syscall (openbsd-386), const SYS___THRSLEEP = 94
pkg syscall (openbsd-386), const SizeofIfData = 212
pkg syscall (openbsd-386), const SizeofIfMsghdr = 236
pkg syscall (openbsd-386), const SizeofRtMetrics = 56
pkg syscall (openbsd-386), const SizeofRtMsghdr = 96
pkg syscall (openbsd-386), const TCP_NOPUSH = 16
pkg syscall (openbsd-386), const TCP_NOPUSH ideal-int
pkg syscall (openbsd-386), const TIOCGTSTAMP = 1074558043
pkg syscall (openbsd-386), type Dirent struct, Fileno uint64
pkg syscall (openbsd-386), type Dirent struct, Off int64
pkg syscall (openbsd-386), type Dirent struct, X__d_padding [4]uint8
pkg syscall (openbsd-386), type FdSet struct, Bits [32]uint32
pkg syscall (openbsd-386), type Kevent_t struct, Data int64
pkg syscall (openbsd-386), type Mclpool struct, Grown int32
pkg syscall (openbsd-386), type RtMetrics struct, Expire int64
pkg syscall (openbsd-386), type RtMetrics struct, Pad uint32
pkg syscall (openbsd-386), type Stat_t struct, Ino uint64
pkg syscall (openbsd-386), type Statfs_t struct, F_ctime uint64
pkg syscall (openbsd-386), type Statfs_t struct, F_mntfromspec [90]int8
pkg syscall (openbsd-386), type Statfs_t struct, Pad_cgo_0 [2]uint8
pkg syscall (openbsd-386), type Timespec struct, Sec int64
pkg syscall (openbsd-386), type Timeval struct, Sec int64
pkg syscall (openbsd-386-cgo), const BIOCGRTIMEOUT = 1074545262
pkg syscall (openbsd-386-cgo), const BIOCSRTIMEOUT = 2148287085
pkg syscall (openbsd-386-cgo), const IPPROTO_DIVERT_INIT = 2
pkg syscall (openbsd-386-cgo), const IPPROTO_DIVERT_INIT ideal-int
pkg syscall (openbsd-386-cgo), const IPPROTO_DIVERT_RESP = 1
pkg syscall (openbsd-386-cgo), const IPPROTO_DIVERT_RESP ideal-int
pkg syscall (openbsd-386-cgo), const IPV6_RECVDSTPORT = 64
pkg syscall (openbsd-386-cgo), const IPV6_RECVDSTPORT ideal-int
pkg syscall (openbsd-386-cgo), const IP_DIVERTFL = 4130
pkg syscall (openbsd-386-cgo), const IP_DIVERTFL ideal-int
pkg syscall (openbsd-386-cgo), const RTF_FMASK = 1112072
pkg syscall (openbsd-386-cgo), const RTM_VERSION = 5
pkg syscall (openbsd-386-cgo), const SIOCBRDGDADDR = 2166909255
pkg syscall (openbsd-386-cgo), const SIOCBRDGGPARAM = 3225184600
pkg syscall (openbsd-386-cgo), const SIOCBRDGSADDR = 3240651076
pkg syscall (openbsd-386-cgo), const SIOCGETVLAN = 3223349648
pkg syscall (openbsd-386-cgo), const SIOCGETVLAN ideal-int
pkg syscall (openbsd-386-cgo), const SIOCGIFHARDMTU = 3223349669
pkg syscall (openbsd-386-cgo), const SIOCGIFHARDMTU ideal-int
pkg syscall (openbsd-386-cgo), const SIOCGLIFPHYTTL = 3223349673
pkg syscall (openbsd-386-cgo), const SIOCGLIFPHYTTL ideal-int
pkg syscall (openbsd-386-cgo), const SIOCGSPPPPARAMS = 3223349652
pkg syscall (openbsd-386-cgo), const SIOCGSPPPPARAMS ideal-int
pkg syscall (openbsd-386-cgo), const SIOCGVNETID = 3223349671
pkg syscall (openbsd-386-cgo), const SIOCGVNETID ideal-int
pkg syscall (openbsd-386-cgo), const SIOCSETVLAN = 2149607823
pkg syscall (openbsd-386-cgo), const SIOCSETVLAN ideal-int
pkg syscall (openbsd-386-cgo), const SIOCSLIFPHYTTL = 2149607848
pkg syscall (openbsd-386-cgo), const SIOCSLIFPHYTTL ideal-int
pkg syscall (openbsd-386-cgo), const SIOCSSPPPPARAMS = 2149607827
pkg syscall (openbsd-386-cgo), const SIOCSSPPPPARAMS ideal-int
pkg syscall (openbsd-386-cgo), const SIOCSVNETID = 2149607846
pkg syscall (openbsd-386-cgo), const SIOCSVNETID ideal-int
pkg syscall (openbsd-386-cgo), const SYS_CLOCK_GETRES = 89
pkg syscall (openbsd-386-cgo), const SYS_CLOCK_GETTIME = 87
pkg syscall (openbsd-386-cgo), const SYS_CLOCK_SETTIME = 88
pkg syscall (openbsd-386-cgo), const SYS_FHSTATFS = 65
pkg syscall (openbsd-386-cgo), const SYS_FSTAT = 53
pkg syscall (openbsd-386-cgo), const SYS_FSTATAT = 42
pkg syscall (openbsd-386-cgo), const SYS_FSTATFS = 64
pkg syscall (openbsd-386-cgo), const SYS_FUTIMENS = 85
pkg syscall (openbsd-386-cgo), const SYS_FUTIMES = 77
pkg syscall (openbsd-386-cgo), const SYS_GETDENTS = 99
pkg syscall (openbsd-386-cgo), const SYS_GETDENTS ideal-int
pkg syscall (openbsd-386-cgo), const SYS_GETFSSTAT = 62
pkg syscall (openbsd-386-cgo), const SYS_GETITIMER = 70
pkg syscall (openbsd-386-cgo), const SYS_GETRUSAGE = 19
pkg syscall (openbsd-386-cgo), const SYS_GETTIMEOFDAY = 67
pkg syscall (openbsd-386-cgo), const SYS_KEVENT = 72
pkg syscall (openbsd-386-cgo), const SYS_LSTAT = 40
pkg syscall (openbsd-386-cgo), const SYS_NANOSLEEP = 91
pkg syscall (openbsd-386-cgo), const SYS_PPOLL = 109
pkg syscall (openbsd-386-cgo), const SYS_PPOLL ideal-int
pkg syscall (openbsd-386-cgo), const SYS_PSELECT = 110
pkg syscall (openbsd-386-cgo), const SYS_PSELECT ideal-int
pkg syscall (openbsd-386-cgo), const SYS_SELECT = 71
pkg syscall (openbsd-386-cgo), const SYS_SETITIMER = 69
pkg syscall (openbsd-386-cgo), const SYS_SETTIMEOFDAY = 68
pkg syscall (openbsd-386-cgo), const SYS_STAT = 38
pkg syscall (openbsd-386-cgo), const SYS_STATFS = 63
pkg syscall (openbsd-386-cgo), const SYS_UTIMENSAT = 84
pkg syscall (openbsd-386-cgo), const SYS_UTIMES = 76
pkg syscall (openbsd-386-cgo), const SYS_UTRACE = 209
pkg syscall (openbsd-386-cgo), const SYS_UTRACE ideal-int
pkg syscall (openbsd-386-cgo), const SYS_WAIT4 = 11
pkg syscall (openbsd-386-cgo), const SYS___THRSLEEP = 94
pkg syscall (openbsd-386-cgo), const SizeofIfData = 212
pkg syscall (openbsd-386-cgo), const SizeofIfMsghdr = 236
pkg syscall (openbsd-386-cgo), const SizeofRtMetrics = 56
pkg syscall (openbsd-386-cgo), const SizeofRtMsghdr = 96
pkg syscall (openbsd-386-cgo), const TCP_NOPUSH = 16
pkg syscall (openbsd-386-cgo), const TCP_NOPUSH ideal-int
pkg syscall (openbsd-386-cgo), const TIOCGTSTAMP = 1074558043
pkg syscall (openbsd-386-cgo), type Dirent struct, Fileno uint64
pkg syscall (openbsd-386-cgo), type Dirent struct, Off int64
pkg syscall (openbsd-386-cgo), type Dirent struct, X__d_padding [4]uint8
pkg syscall (openbsd-386-cgo), type FdSet struct, Bits [32]uint32
pkg syscall (openbsd-386-cgo), type Kevent_t struct, Data int64
pkg syscall (openbsd-386-cgo), type Mclpool struct, Grown int32
pkg syscall (openbsd-386-cgo), type RtMetrics struct, Expire int64
pkg syscall (openbsd-386-cgo), type RtMetrics struct, Pad uint32
pkg syscall (openbsd-386-cgo), type Stat_t struct, Ino uint64
pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_ctime uint64
pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_mntfromspec [90]int8
pkg syscall (openbsd-386-cgo), type Statfs_t struct, Pad_cgo_0 [2]uint8
pkg syscall (openbsd-386-cgo), type Timespec struct, Sec int64
pkg syscall (openbsd-386-cgo), type Timeval struct, Sec int64
pkg syscall (openbsd-amd64), const IPPROTO_DIVERT_INIT = 2
pkg syscall (openbsd-amd64), const IPPROTO_DIVERT_INIT ideal-int
pkg syscall (openbsd-amd64), const IPPROTO_DIVERT_RESP = 1
pkg syscall (openbsd-amd64), const IPPROTO_DIVERT_RESP ideal-int
pkg syscall (openbsd-amd64), const IPV6_RECVDSTPORT = 64
pkg syscall (openbsd-amd64), const IPV6_RECVDSTPORT ideal-int
pkg syscall (openbsd-amd64), const IP_DIVERTFL = 4130
pkg syscall (openbsd-amd64), const IP_DIVERTFL ideal-int
pkg syscall (openbsd-amd64), const RTF_FMASK = 1112072
pkg syscall (openbsd-amd64), const RTM_VERSION = 5
pkg syscall (openbsd-amd64), const SIOCBRDGDADDR = 2166909255
pkg syscall (openbsd-amd64), const SIOCBRDGSADDR = 3240651076
pkg syscall (openbsd-amd64), const SIOCGETVLAN = 3223349648
pkg syscall (openbsd-amd64), const SIOCGETVLAN ideal-int
pkg syscall (openbsd-amd64), const SIOCGIFHARDMTU = 3223349669
pkg syscall (openbsd-amd64), const SIOCGIFHARDMTU ideal-int
pkg syscall (openbsd-amd64), const SIOCGLIFPHYTTL = 3223349673
pkg syscall (openbsd-amd64), const SIOCGLIFPHYTTL ideal-int
pkg syscall (openbsd-amd64), const SIOCGSPPPPARAMS = 3223349652
pkg syscall (openbsd-amd64), const SIOCGSPPPPARAMS ideal-int
pkg syscall (openbsd-amd64), const SIOCGVNETID = 3223349671
pkg syscall (openbsd-amd64), const SIOCGVNETID ideal-int
pkg syscall (openbsd-amd64), const SIOCSETVLAN = 2149607823
pkg syscall (openbsd-amd64), const SIOCSETVLAN ideal-int
pkg syscall (openbsd-amd64), const SIOCSLIFPHYTTL = 2149607848
pkg syscall (openbsd-amd64), const SIOCSLIFPHYTTL ideal-int
pkg syscall (openbsd-amd64), const SIOCSSPPPPARAMS = 2149607827
pkg syscall (openbsd-amd64), const SIOCSSPPPPARAMS ideal-int
pkg syscall (openbsd-amd64), const SIOCSVNETID = 2149607846
pkg syscall (openbsd-amd64), const SIOCSVNETID ideal-int
pkg syscall (openbsd-amd64), const SYS_CLOCK_GETRES = 89
pkg syscall (openbsd-amd64), const SYS_CLOCK_GETTIME = 87
pkg syscall (openbsd-amd64), const SYS_CLOCK_SETTIME = 88
pkg syscall (openbsd-amd64), const SYS_FHSTATFS = 65
pkg syscall (openbsd-amd64), const SYS_FSTAT = 53
pkg syscall (openbsd-amd64), const SYS_FSTATAT = 42
pkg syscall (openbsd-amd64), const SYS_FSTATFS = 64
pkg syscall (openbsd-amd64), const SYS_FUTIMENS = 85
pkg syscall (openbsd-amd64), const SYS_FUTIMES = 77
pkg syscall (openbsd-amd64), const SYS_GETDENTS = 99
pkg syscall (openbsd-amd64), const SYS_GETDENTS ideal-int
pkg syscall (openbsd-amd64), const SYS_GETFSSTAT = 62
pkg syscall (openbsd-amd64), const SYS_GETITIMER = 70
pkg syscall (openbsd-amd64), const SYS_GETRUSAGE = 19
pkg syscall (openbsd-amd64), const SYS_GETTIMEOFDAY = 67
pkg syscall (openbsd-amd64), const SYS_KEVENT = 72
pkg syscall (openbsd-amd64), const SYS_LSTAT = 40
pkg syscall (openbsd-amd64), const SYS_NANOSLEEP = 91
pkg syscall (openbsd-amd64), const SYS_PPOLL = 109
pkg syscall (openbsd-amd64), const SYS_PPOLL ideal-int
pkg syscall (openbsd-amd64), const SYS_PSELECT = 110
pkg syscall (openbsd-amd64), const SYS_PSELECT ideal-int
pkg syscall (openbsd-amd64), const SYS_SELECT = 71
pkg syscall (openbsd-amd64), const SYS_SETITIMER = 69
pkg syscall (openbsd-amd64), const SYS_SETTIMEOFDAY = 68
pkg syscall (openbsd-amd64), const SYS_STAT = 38
pkg syscall (openbsd-amd64), const SYS_STATFS = 63
pkg syscall (openbsd-amd64), const SYS_UTIMENSAT = 84
pkg syscall (openbsd-amd64), const SYS_UTIMES = 76
pkg syscall (openbsd-amd64), const SYS_UTRACE = 209
pkg syscall (openbsd-amd64), const SYS_UTRACE ideal-int
pkg syscall (openbsd-amd64), const SYS_WAIT4 = 11
pkg syscall (openbsd-amd64), const SYS___THRSLEEP = 94
pkg syscall (openbsd-amd64), const SizeofRtMetrics = 56
pkg syscall (openbsd-amd64), const SizeofRtMsghdr = 96
pkg syscall (openbsd-amd64), const TCP_NOPUSH = 16
pkg syscall (openbsd-amd64), const TCP_NOPUSH ideal-int
pkg syscall (openbsd-amd64), const TIOCGSID = 1074033763
pkg syscall (openbsd-amd64), const TIOCGSID ideal-int
pkg syscall (openbsd-amd64), type Dirent struct, Fileno uint64
pkg syscall (openbsd-amd64), type Dirent struct, Off int64
pkg syscall (openbsd-amd64), type Dirent struct, X__d_padding [4]uint8
pkg syscall (openbsd-amd64), type FdSet struct, Bits [32]uint32
pkg syscall (openbsd-amd64), type Kevent_t struct, Data int64
pkg syscall (openbsd-amd64), type Kevent_t struct, Ident uint64
pkg syscall (openbsd-amd64), type Mclpool struct, Grown int32
pkg syscall (openbsd-amd64), type RtMetrics struct, Expire int64
pkg syscall (openbsd-amd64), type RtMetrics struct, Pad uint32
pkg syscall (openbsd-amd64), type Stat_t struct, Ino uint64
pkg syscall (openbsd-amd64), type Stat_t struct, Pad_cgo_0 [4]uint8
pkg syscall (openbsd-amd64), type Statfs_t struct, F_ctime uint64
pkg syscall (openbsd-amd64), type Statfs_t struct, F_mntfromspec [90]int8
pkg syscall (openbsd-amd64), type Statfs_t struct, Pad_cgo_1 [2]uint8
pkg syscall (openbsd-amd64), type Timespec struct, Sec int64
pkg syscall (openbsd-amd64-cgo), const IPPROTO_DIVERT_INIT = 2
pkg syscall (openbsd-amd64-cgo), const IPPROTO_DIVERT_INIT ideal-int
pkg syscall (openbsd-amd64-cgo), const IPPROTO_DIVERT_RESP = 1
pkg syscall (openbsd-amd64-cgo), const IPPROTO_DIVERT_RESP ideal-int
pkg syscall (openbsd-amd64-cgo), const IPV6_RECVDSTPORT = 64
pkg syscall (openbsd-amd64-cgo), const IPV6_RECVDSTPORT ideal-int
pkg syscall (openbsd-amd64-cgo), const IP_DIVERTFL = 4130
pkg syscall (openbsd-amd64-cgo), const IP_DIVERTFL ideal-int
pkg syscall (openbsd-amd64-cgo), const RTF_FMASK = 1112072
pkg syscall (openbsd-amd64-cgo), const RTM_VERSION = 5
pkg syscall (openbsd-amd64-cgo), const SIOCBRDGDADDR = 2166909255
pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSADDR = 3240651076
pkg syscall (openbsd-amd64-cgo), const SIOCGETVLAN = 3223349648
pkg syscall (openbsd-amd64-cgo), const SIOCGETVLAN ideal-int
pkg syscall (openbsd-amd64-cgo), const SIOCGIFHARDMTU = 3223349669
pkg syscall (openbsd-amd64-cgo), const SIOCGIFHARDMTU ideal-int
pkg syscall (openbsd-amd64-cgo), const SIOCGLIFPHYTTL = 3223349673
pkg syscall (openbsd-amd64-cgo), const SIOCGLIFPHYTTL ideal-int
pkg syscall (openbsd-amd64-cgo), const SIOCGSPPPPARAMS = 3223349652
pkg syscall (openbsd-amd64-cgo), const SIOCGSPPPPARAMS ideal-int
pkg syscall (openbsd-amd64-cgo), const SIOCGVNETID = 3223349671
pkg syscall (openbsd-amd64-cgo), const SIOCGVNETID ideal-int
pkg syscall (openbsd-amd64-cgo), const SIOCSETVLAN = 2149607823
pkg syscall (openbsd-amd64-cgo), const SIOCSETVLAN ideal-int
pkg syscall (openbsd-amd64-cgo), const SIOCSLIFPHYTTL = 2149607848
pkg syscall (openbsd-amd64-cgo), const SIOCSLIFPHYTTL ideal-int
pkg syscall (openbsd-amd64-cgo), const SIOCSSPPPPARAMS = 2149607827
pkg syscall (openbsd-amd64-cgo), const SIOCSSPPPPARAMS ideal-int
pkg syscall (openbsd-amd64-cgo), const SIOCSVNETID = 2149607846
pkg syscall (openbsd-amd64-cgo), const SIOCSVNETID ideal-int
pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_GETRES = 89
pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_GETTIME = 87
pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_SETTIME = 88
pkg syscall (openbsd-amd64-cgo), const SYS_FHSTATFS = 65
pkg syscall (openbsd-amd64-cgo), const SYS_FSTAT = 53
pkg syscall (openbsd-amd64-cgo), const SYS_FSTATAT = 42
pkg syscall (openbsd-amd64-cgo), const SYS_FSTATFS = 64
pkg syscall (openbsd-amd64-cgo), const SYS_FUTIMENS = 85
pkg syscall (openbsd-amd64-cgo), const SYS_FUTIMES = 77
pkg syscall (openbsd-amd64-cgo), const SYS_GETDENTS = 99
pkg syscall (openbsd-amd64-cgo), const SYS_GETDENTS ideal-int
pkg syscall (openbsd-amd64-cgo), const SYS_GETFSSTAT = 62
pkg syscall (openbsd-amd64-cgo), const SYS_GETITIMER = 70
pkg syscall (openbsd-amd64-cgo), const SYS_GETRUSAGE = 19
pkg syscall (openbsd-amd64-cgo), const SYS_GETTIMEOFDAY = 67
pkg syscall (openbsd-amd64-cgo), const SYS_KEVENT = 72
pkg syscall (openbsd-amd64-cgo), const SYS_LSTAT = 40
pkg syscall (openbsd-amd64-cgo), const SYS_NANOSLEEP = 91
pkg syscall (openbsd-amd64-cgo), const SYS_PPOLL = 109
pkg syscall (openbsd-amd64-cgo), const SYS_PPOLL ideal-int
pkg syscall (openbsd-amd64-cgo), const SYS_PSELECT = 110
pkg syscall (openbsd-amd64-cgo), const SYS_PSELECT ideal-int
pkg syscall (openbsd-amd64-cgo), const SYS_SELECT = 71
pkg syscall (openbsd-amd64-cgo), const SYS_SETITIMER = 69
pkg syscall (openbsd-amd64-cgo), const SYS_SETTIMEOFDAY = 68
pkg syscall (openbsd-amd64-cgo), const SYS_STAT = 38
pkg syscall (openbsd-amd64-cgo), const SYS_STATFS = 63
pkg syscall (openbsd-amd64-cgo), const SYS_UTIMENSAT = 84
pkg syscall (openbsd-amd64-cgo), const SYS_UTIMES = 76
pkg syscall (openbsd-amd64-cgo), const SYS_UTRACE = 209
pkg syscall (openbsd-amd64-cgo), const SYS_UTRACE ideal-int
pkg syscall (openbsd-amd64-cgo), const SYS_WAIT4 = 11
pkg syscall (openbsd-amd64-cgo), const SYS___THRSLEEP = 94
pkg syscall (openbsd-amd64-cgo), const SizeofRtMetrics = 56
pkg syscall (openbsd-amd64-cgo), const SizeofRtMsghdr = 96
pkg syscall (openbsd-amd64-cgo), const TCP_NOPUSH = 16
pkg syscall (openbsd-amd64-cgo), const TCP_NOPUSH ideal-int
pkg syscall (openbsd-amd64-cgo), const TIOCGSID = 1074033763
pkg syscall (openbsd-amd64-cgo), const TIOCGSID ideal-int
pkg syscall (openbsd-amd64-cgo), type Dirent struct, Fileno uint64
pkg syscall (openbsd-amd64-cgo), type Dirent struct, Off int64
pkg syscall (openbsd-amd64-cgo), type Dirent struct, X__d_padding [4]uint8
pkg syscall (openbsd-amd64-cgo), type FdSet struct, Bits [32]uint32
pkg syscall (openbsd-amd64-cgo), type Kevent_t struct, Data int64
pkg syscall (openbsd-amd64-cgo), type Kevent_t struct, Ident uint64
pkg syscall (openbsd-amd64-cgo), type Mclpool struct, Grown int32
pkg syscall (openbsd-amd64-cgo), type RtMetrics struct, Expire int64
pkg syscall (openbsd-amd64-cgo), type RtMetrics struct, Pad uint32
pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Ino uint64
pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Pad_cgo_0 [4]uint8
pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_ctime uint64
pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_mntfromspec [90]int8
pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, Pad_cgo_1 [2]uint8
pkg syscall (openbsd-amd64-cgo), type Timespec struct, Sec int64