Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for F_SETSIZE (0.19 sec)

  1. src/syscall/zerrors_darwin_arm64.go

    	F_SETLKW                          = 0x9
    	F_SETLKWTIMEOUT                   = 0xa
    	F_SETNOSIGPIPE                    = 0x49
    	F_SETOWN                          = 0x6
    	F_SETPROTECTIONCLASS              = 0x40
    	F_SETSIZE                         = 0x2b
    	F_SINGLE_WRITER                   = 0x4c
    	F_THAW_FS                         = 0x36
    	F_TRANSCODEKEY                    = 0x4b
    	F_UNLCK                           = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.8K bytes
    - Viewed (0)
  2. src/syscall/zerrors_darwin_amd64.go

    	F_SETLK                           = 0x8
    	F_SETLKW                          = 0x9
    	F_SETNOSIGPIPE                    = 0x49
    	F_SETOWN                          = 0x6
    	F_SETPROTECTIONCLASS              = 0x40
    	F_SETSIZE                         = 0x2b
    	F_THAW_FS                         = 0x36
    	F_UNLCK                           = 0x2
    	F_VOLPOSMODE                      = 0x4
    	F_WRITEBOOTSTRAP                  = 0x2f
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.3K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go

    	F_SETLKWTIMEOUT                         = 0xa
    	F_SETNOSIGPIPE                          = 0x49
    	F_SETOWN                                = 0x6
    	F_SETPROTECTIONCLASS                    = 0x40
    	F_SETSIZE                               = 0x2b
    	F_SINGLE_WRITER                         = 0x4c
    	F_SPECULATIVE_READ                      = 0x65
    	F_THAW_FS                               = 0x36
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go

    	F_SETLKWTIMEOUT                         = 0xa
    	F_SETNOSIGPIPE                          = 0x49
    	F_SETOWN                                = 0x6
    	F_SETPROTECTIONCLASS                    = 0x40
    	F_SETSIZE                               = 0x2b
    	F_SINGLE_WRITER                         = 0x4c
    	F_SPECULATIVE_READ                      = 0x65
    	F_THAW_FS                               = 0x36
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  5. api/go1.16.txt

    pkg syscall (darwin-arm64), const F_SETPROTECTIONCLASS = 64
    pkg syscall (darwin-arm64), const F_SETPROTECTIONCLASS ideal-int
    pkg syscall (darwin-arm64), const F_SETSIZE = 43
    pkg syscall (darwin-arm64), const F_SETSIZE ideal-int
    pkg syscall (darwin-arm64), const F_SINGLE_WRITER = 76
    pkg syscall (darwin-arm64), const F_SINGLE_WRITER ideal-int
    pkg syscall (darwin-arm64), const F_THAW_FS = 54
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"F_SETNOSIGPIPE", Const, 0},
    		{"F_SETOWN", Const, 0},
    		{"F_SETOWN_EX", Const, 0},
    		{"F_SETPIPE_SZ", Const, 0},
    		{"F_SETPROTECTIONCLASS", Const, 0},
    		{"F_SETSIG", Const, 0},
    		{"F_SETSIZE", Const, 0},
    		{"F_SHLCK", Const, 0},
    		{"F_SINGLE_WRITER", Const, 16},
    		{"F_TEST", Const, 0},
    		{"F_THAW_FS", Const, 0},
    		{"F_TLOCK", Const, 0},
    		{"F_TRANSCODEKEY", Const, 16},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  7. api/go1.txt

    pkg syscall (darwin-386), const F_SETNOSIGPIPE ideal-int
    pkg syscall (darwin-386), const F_SETOWN ideal-int
    pkg syscall (darwin-386), const F_SETPROTECTIONCLASS ideal-int
    pkg syscall (darwin-386), const F_SETSIZE ideal-int
    pkg syscall (darwin-386), const F_THAW_FS ideal-int
    pkg syscall (darwin-386), const F_UNLCK ideal-int
    pkg syscall (darwin-386), const F_VOLPOSMODE ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  8. api/go1.1.txt

    pkg syscall (darwin-386), const F_SETNOSIGPIPE = 73
    pkg syscall (darwin-386), const F_SETOWN = 6
    pkg syscall (darwin-386), const F_SETPROTECTIONCLASS = 64
    pkg syscall (darwin-386), const F_SETSIZE = 43
    pkg syscall (darwin-386), const F_THAW_FS = 54
    pkg syscall (darwin-386), const F_UNLCK = 2
    pkg syscall (darwin-386), const F_VOLPOSMODE = 4
    pkg syscall (darwin-386), const F_WRITEBOOTSTRAP = 47
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top