Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for MAP_RESERVED0100 (0.26 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go

    	MAP_PREFAULT_READ              = 0x40000
    	MAP_PRIVATE                    = 0x2
    	MAP_RESERVED0020               = 0x20
    	MAP_RESERVED0040               = 0x40
    	MAP_RESERVED0080               = 0x80
    	MAP_RESERVED0100               = 0x100
    	MAP_SHARED                     = 0x1
    	MAP_STACK                      = 0x400
    	MCAST_BLOCK_SOURCE             = 0x54
    	MCAST_EXCLUDE                  = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.2K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go

    	MAP_PREFAULT_READ              = 0x40000
    	MAP_PRIVATE                    = 0x2
    	MAP_RESERVED0020               = 0x20
    	MAP_RESERVED0040               = 0x40
    	MAP_RESERVED0080               = 0x80
    	MAP_RESERVED0100               = 0x100
    	MAP_SHARED                     = 0x1
    	MAP_STACK                      = 0x400
    	MCAST_BLOCK_SOURCE             = 0x54
    	MCAST_EXCLUDE                  = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.2K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go

    	MAP_PREFAULT_READ              = 0x40000
    	MAP_PRIVATE                    = 0x2
    	MAP_RESERVED0020               = 0x20
    	MAP_RESERVED0040               = 0x40
    	MAP_RESERVED0080               = 0x80
    	MAP_RESERVED0100               = 0x100
    	MAP_SHARED                     = 0x1
    	MAP_STACK                      = 0x400
    	MCAST_BLOCK_SOURCE             = 0x54
    	MCAST_EXCLUDE                  = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_riscv64.go

    	MAP_PREFAULT_READ              = 0x40000
    	MAP_PRIVATE                    = 0x2
    	MAP_RESERVED0020               = 0x20
    	MAP_RESERVED0040               = 0x40
    	MAP_RESERVED0080               = 0x80
    	MAP_RESERVED0100               = 0x100
    	MAP_SHARED                     = 0x1
    	MAP_STACK                      = 0x400
    	MCAST_BLOCK_SOURCE             = 0x54
    	MCAST_EXCLUDE                  = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 83.7K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go

    	MAP_PREFAULT_READ              = 0x40000
    	MAP_PRIVATE                    = 0x2
    	MAP_RESERVED0020               = 0x20
    	MAP_RESERVED0040               = 0x40
    	MAP_RESERVED0080               = 0x80
    	MAP_RESERVED0100               = 0x100
    	MAP_SHARED                     = 0x1
    	MAP_STACK                      = 0x400
    	MCAST_BLOCK_SOURCE             = 0x54
    	MCAST_EXCLUDE                  = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.6K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"MAP_NOSYNC", Const, 1},
    		{"MAP_POPULATE", Const, 0},
    		{"MAP_PREFAULT_READ", Const, 1},
    		{"MAP_PRIVATE", Const, 0},
    		{"MAP_RENAME", Const, 0},
    		{"MAP_RESERVED0080", Const, 0},
    		{"MAP_RESERVED0100", Const, 1},
    		{"MAP_SHARED", Const, 0},
    		{"MAP_STACK", Const, 0},
    		{"MAP_TRYFIXED", Const, 3},
    		{"MAP_TYPE", Const, 0},
    		{"MAP_WIRED", Const, 3},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top