LEFT | RIGHT |
(no file at all) | |
1 // mkerrors.sh -m64 | 1 // mkerrors.sh -m64 |
2 // MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT | 2 // MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT |
3 | 3 |
4 // Created by cgo -godefs - DO NOT EDIT | 4 // Created by cgo -godefs - DO NOT EDIT |
5 // cgo -godefs -- -m64 _const.go | 5 // cgo -godefs -- -m64 _const.go |
6 | 6 |
7 //line _const.go:1 | 7 //line _const.go:1 |
8 package syscall | 8 package syscall |
9 | 9 |
10 //line _const.go:51 | 10 //line _const.go:51 |
(...skipping 640 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
651 PACKET_LOOPBACK = 0x5 | 651 PACKET_LOOPBACK = 0x5 |
652 PACKET_MR_ALLMULTI = 0x2 | 652 PACKET_MR_ALLMULTI = 0x2 |
653 PACKET_MR_MULTICAST = 0x0 | 653 PACKET_MR_MULTICAST = 0x0 |
654 PACKET_MR_PROMISC = 0x1 | 654 PACKET_MR_PROMISC = 0x1 |
655 PACKET_MULTICAST = 0x2 | 655 PACKET_MULTICAST = 0x2 |
656 PACKET_OTHERHOST = 0x3 | 656 PACKET_OTHERHOST = 0x3 |
657 PACKET_OUTGOING = 0x4 | 657 PACKET_OUTGOING = 0x4 |
658 PACKET_RECV_OUTPUT = 0x3 | 658 PACKET_RECV_OUTPUT = 0x3 |
659 PACKET_RX_RING = 0x5 | 659 PACKET_RX_RING = 0x5 |
660 PACKET_STATISTICS = 0x6 | 660 PACKET_STATISTICS = 0x6 |
| 661 PRIO_PGRP = 0x1 |
| 662 PRIO_PROCESS = 0x0 |
| 663 PRIO_USER = 0x2 |
661 PROT_EXEC = 0x4 | 664 PROT_EXEC = 0x4 |
662 PROT_GROWSDOWN = 0x1000000 | 665 PROT_GROWSDOWN = 0x1000000 |
663 PROT_GROWSUP = 0x2000000 | 666 PROT_GROWSUP = 0x2000000 |
664 PROT_NONE = 0x0 | 667 PROT_NONE = 0x0 |
665 PROT_READ = 0x1 | 668 PROT_READ = 0x1 |
666 PROT_WRITE = 0x2 | 669 PROT_WRITE = 0x2 |
667 PR_CAPBSET_DROP = 0x18 | 670 PR_CAPBSET_DROP = 0x18 |
668 PR_CAPBSET_READ = 0x17 | 671 PR_CAPBSET_READ = 0x17 |
669 PR_ENDIAN_BIG = 0x0 | 672 PR_ENDIAN_BIG = 0x0 |
670 PR_ENDIAN_LITTLE = 0x1 | 673 PR_ENDIAN_LITTLE = 0x1 |
(...skipping 841 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1512 23: "urgent I/O condition", | 1515 23: "urgent I/O condition", |
1513 24: "CPU time limit exceeded", | 1516 24: "CPU time limit exceeded", |
1514 25: "file size limit exceeded", | 1517 25: "file size limit exceeded", |
1515 26: "virtual timer expired", | 1518 26: "virtual timer expired", |
1516 27: "profiling timer expired", | 1519 27: "profiling timer expired", |
1517 28: "window changed", | 1520 28: "window changed", |
1518 29: "I/O possible", | 1521 29: "I/O possible", |
1519 30: "power failure", | 1522 30: "power failure", |
1520 31: "bad system call", | 1523 31: "bad system call", |
1521 } | 1524 } |
LEFT | RIGHT |