Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for BPF_T_NANOTIME_FAST (0.19 sec)

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

    	BPF_T_MICROTIME_MONOTONIC      = 0x200
    	BPF_T_MICROTIME_MONOTONIC_FAST = 0x300
    	BPF_T_MONOTONIC                = 0x200
    	BPF_T_MONOTONIC_FAST           = 0x300
    	BPF_T_NANOTIME                 = 0x1
    	BPF_T_NANOTIME_FAST            = 0x101
    	BPF_T_NANOTIME_MONOTONIC       = 0x201
    	BPF_T_NANOTIME_MONOTONIC_FAST  = 0x301
    	BPF_T_NONE                     = 0x3
    	BPF_T_NORMAL                   = 0x0
    	BPF_W                          = 0x0
    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

    	BPF_T_MICROTIME_MONOTONIC      = 0x200
    	BPF_T_MICROTIME_MONOTONIC_FAST = 0x300
    	BPF_T_MONOTONIC                = 0x200
    	BPF_T_MONOTONIC_FAST           = 0x300
    	BPF_T_NANOTIME                 = 0x1
    	BPF_T_NANOTIME_FAST            = 0x101
    	BPF_T_NANOTIME_MONOTONIC       = 0x201
    	BPF_T_NANOTIME_MONOTONIC_FAST  = 0x301
    	BPF_T_NONE                     = 0x3
    	BPF_T_NORMAL                   = 0x0
    	BPF_W                          = 0x0
    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

    	BPF_T_MICROTIME_MONOTONIC      = 0x200
    	BPF_T_MICROTIME_MONOTONIC_FAST = 0x300
    	BPF_T_MONOTONIC                = 0x200
    	BPF_T_MONOTONIC_FAST           = 0x300
    	BPF_T_NANOTIME                 = 0x1
    	BPF_T_NANOTIME_FAST            = 0x101
    	BPF_T_NANOTIME_MONOTONIC       = 0x201
    	BPF_T_NANOTIME_MONOTONIC_FAST  = 0x301
    	BPF_T_NONE                     = 0x3
    	BPF_T_NORMAL                   = 0x0
    	BPF_W                          = 0x0
    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

    	BPF_T_MICROTIME_MONOTONIC      = 0x200
    	BPF_T_MICROTIME_MONOTONIC_FAST = 0x300
    	BPF_T_MONOTONIC                = 0x200
    	BPF_T_MONOTONIC_FAST           = 0x300
    	BPF_T_NANOTIME                 = 0x1
    	BPF_T_NANOTIME_FAST            = 0x101
    	BPF_T_NANOTIME_MONOTONIC       = 0x201
    	BPF_T_NANOTIME_MONOTONIC_FAST  = 0x301
    	BPF_T_NONE                     = 0x3
    	BPF_T_NORMAL                   = 0x0
    	BPF_W                          = 0x0
    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

    	BPF_T_MICROTIME_MONOTONIC      = 0x200
    	BPF_T_MICROTIME_MONOTONIC_FAST = 0x300
    	BPF_T_MONOTONIC                = 0x200
    	BPF_T_MONOTONIC_FAST           = 0x300
    	BPF_T_NANOTIME                 = 0x1
    	BPF_T_NANOTIME_FAST            = 0x101
    	BPF_T_NANOTIME_MONOTONIC       = 0x201
    	BPF_T_NANOTIME_MONOTONIC_FAST  = 0x301
    	BPF_T_NONE                     = 0x3
    	BPF_T_NORMAL                   = 0x0
    	BPF_W                          = 0x0
    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

    		{"BPF_T_MICROTIME_MONOTONIC", Const, 1},
    		{"BPF_T_MICROTIME_MONOTONIC_FAST", Const, 1},
    		{"BPF_T_MONOTONIC", Const, 1},
    		{"BPF_T_MONOTONIC_FAST", Const, 1},
    		{"BPF_T_NANOTIME", Const, 1},
    		{"BPF_T_NANOTIME_FAST", Const, 1},
    		{"BPF_T_NANOTIME_MONOTONIC", Const, 1},
    		{"BPF_T_NANOTIME_MONOTONIC_FAST", Const, 1},
    		{"BPF_T_NONE", Const, 1},
    		{"BPF_T_NORMAL", Const, 1},
    		{"BPF_W", 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