Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 24 of 24 for O_DIRECT (0.22 sec)

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

    	O_ACCMODE                       = 0x03
    	O_APPEND                        = 0x08
    	O_ASYNCSIG                      = 0x0200
    	O_CREAT                         = 0x80
    	O_DIRECT                        = 0x00002000
    	O_NOFOLLOW                      = 0x00004000
    	O_DIRECTORY                     = 0x00008000
    	O_PATH                          = 0x00080000
    	O_CLOEXEC                       = 0x00001000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go

    	OTPSELECT                        = 0x40044d0d
    	O_APPEND                         = 0x400
    	O_ASYNC                          = 0x2000
    	O_CLOEXEC                        = 0x80000
    	O_CREAT                          = 0x40
    	O_DIRECT                         = 0x20000
    	O_DIRECTORY                      = 0x4000
    	O_DSYNC                          = 0x1000
    	O_EXCL                           = 0x80
    	O_FSYNC                          = 0x101000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go

    	OTPSELECT                        = 0x80044d0d
    	O_APPEND                         = 0x400
    	O_ASYNC                          = 0x2000
    	O_CLOEXEC                        = 0x80000
    	O_CREAT                          = 0x40
    	O_DIRECT                         = 0x4000
    	O_DIRECTORY                      = 0x10000
    	O_DSYNC                          = 0x1000
    	O_EXCL                           = 0x80
    	O_FSYNC                          = 0x101000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"O_ACCMODE", Const, 0},
    		{"O_ALERT", Const, 0},
    		{"O_ALT_IO", Const, 1},
    		{"O_APPEND", Const, 0},
    		{"O_ASYNC", Const, 0},
    		{"O_CLOEXEC", Const, 0},
    		{"O_CREAT", Const, 0},
    		{"O_DIRECT", Const, 0},
    		{"O_DIRECTORY", Const, 0},
    		{"O_DP_GETRAWENCRYPTED", Const, 16},
    		{"O_DSYNC", Const, 0},
    		{"O_EVTONLY", Const, 0},
    		{"O_EXCL", Const, 0},
    		{"O_EXEC", 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