Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for MAP_RENAME (0.17 sec)

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

    	MAP_HUGETLB                      = 0x80000
    	MAP_LOCKED                       = 0x8000
    	MAP_NONBLOCK                     = 0x20000
    	MAP_NORESERVE                    = 0x400
    	MAP_POPULATE                     = 0x10000
    	MAP_RENAME                       = 0x800
    	MAP_STACK                        = 0x40000
    	MCL_CURRENT                      = 0x1
    	MCL_FUTURE                       = 0x2
    	MCL_ONFAULT                      = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go

    	MAP_HUGETLB                      = 0x80000
    	MAP_LOCKED                       = 0x8000
    	MAP_NONBLOCK                     = 0x20000
    	MAP_NORESERVE                    = 0x400
    	MAP_POPULATE                     = 0x10000
    	MAP_RENAME                       = 0x800
    	MAP_STACK                        = 0x40000
    	MCL_CURRENT                      = 0x1
    	MCL_FUTURE                       = 0x2
    	MCL_ONFAULT                      = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go

    	MAP_HUGETLB                      = 0x80000
    	MAP_LOCKED                       = 0x8000
    	MAP_NONBLOCK                     = 0x20000
    	MAP_NORESERVE                    = 0x400
    	MAP_POPULATE                     = 0x10000
    	MAP_RENAME                       = 0x800
    	MAP_STACK                        = 0x40000
    	MCL_CURRENT                      = 0x1
    	MCL_FUTURE                       = 0x2
    	MCL_ONFAULT                      = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go

    	MAP_HUGETLB                      = 0x80000
    	MAP_LOCKED                       = 0x8000
    	MAP_NONBLOCK                     = 0x20000
    	MAP_NORESERVE                    = 0x400
    	MAP_POPULATE                     = 0x10000
    	MAP_RENAME                       = 0x800
    	MAP_STACK                        = 0x40000
    	MCL_CURRENT                      = 0x1
    	MCL_FUTURE                       = 0x2
    	MCL_ONFAULT                      = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go

    	MAP_HUGETLB                      = 0x40000
    	MAP_LOCKED                       = 0x100
    	MAP_NONBLOCK                     = 0x10000
    	MAP_NORESERVE                    = 0x40
    	MAP_POPULATE                     = 0x8000
    	MAP_RENAME                       = 0x20
    	MAP_STACK                        = 0x20000
    	MAP_SYNC                         = 0x80000
    	MCL_CURRENT                      = 0x2000
    	MCL_FUTURE                       = 0x4000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 38.7K bytes
    - Viewed (0)
  6. src/syscall/zerrors_solaris_amd64.go

    	MAP_FILE                      = 0x0
    	MAP_FIXED                     = 0x10
    	MAP_INITDATA                  = 0x800
    	MAP_NORESERVE                 = 0x40
    	MAP_PRIVATE                   = 0x2
    	MAP_RENAME                    = 0x20
    	MAP_SHARED                    = 0x1
    	MAP_TEXT                      = 0x400
    	MAP_TYPE                      = 0xf
    	MCL_CURRENT                   = 0x1
    	MCL_FUTURE                    = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"MAP_NONBLOCK", Const, 0},
    		{"MAP_NORESERVE", Const, 0},
    		{"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},
    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