Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 55 for dev2 (0.04 sec)

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

    // using the HCI protocol.
    type SockaddrHCI struct {
    	Dev     uint16
    	Channel uint16
    	raw     RawSockaddrHCI
    }
    
    func (sa *SockaddrHCI) sockaddr() (unsafe.Pointer, _Socklen, error) {
    	sa.raw.Family = AF_BLUETOOTH
    	sa.raw.Dev = sa.Dev
    	sa.raw.Channel = sa.Channel
    	return unsafe.Pointer(&sa.raw), SizeofSockaddrHCI, nil
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 05:26:45 UTC 2024
    - 77.5K bytes
    - Viewed (0)
  2. src/cmd/dist/build.go

    	os.Setenv("GOPPC64", goppc64)
    	os.Setenv("GORISCV64", goriscv64)
    	os.Setenv("GOROOT", goroot)
    
    	// Set GOBIN to GOROOT/bin. The meaning of GOBIN has drifted over time
    	// (see https://go.dev/issue/3269, https://go.dev/cl/183058,
    	// https://go.dev/issue/31576). Since we want binaries installed by 'dist' to
    	// always go to GOROOT/bin anyway.
    	os.Setenv("GOBIN", gorootBin)
    
    	// Make the environment more predictable.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:34:40 UTC 2024
    - 54K bytes
    - Viewed (0)
  3. docs/en/data/people.yml

      avatarUrl: https://avatars.githubusercontent.com/u/58374462?u=5736576e586429abc97a803b8bcd4a6d828b8a2f&v=4
      url: https://github.com/pprunty
    - login: angely-dev
      count: 2
      avatarUrl: https://avatars.githubusercontent.com/u/4362224?v=4
      url: https://github.com/angely-dev
    - login: mastizada
      count: 2
      avatarUrl: https://avatars.githubusercontent.com/u/1975818?u=0751a06d7271c8bf17cb73b1b845644ab4d2c6dc&v=4
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Jun 03 01:09:53 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  4. pilot/pkg/model/telemetry_logging_test.go

    		Name: "stderr",
    		Provider: &meshconfig.MeshConfig_ExtensionProvider_EnvoyFileAccessLog{
    			EnvoyFileAccessLog: &meshconfig.MeshConfig_ExtensionProvider_EnvoyFileAccessLogProvider{
    				Path: "/dev/stderr",
    			},
    		},
    	}
    
    	fakeFilterStateObjects := []string{"fake-filter-state-object1", "fake-filter-state-object1"}
    	grpcHTTPCfg := &meshconfig.MeshConfig_ExtensionProvider{
    		Name: "grpc-http-als",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 54K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_zos_s390x.go

    var Mknodat = enter_Mknodat
    
    func enter_Mknodat(dirfd int, path string, mode uint32, dev int) (err error) {
    	funcref := get_MknodatAddr()
    	if funcptrtest(GetZosLibVec()+SYS___MKNODAT_A<<4, "") == 0 {
    		*funcref = impl_Mknodat
    	} else {
    		*funcref = error_Mknodat
    	}
    	return (*funcref)(dirfd, path, mode, dev)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 88.2K bytes
    - Viewed (0)
  6. src/testing/testing.go

    		// Neither humans nor cmd/test2json can parse those easily.
    		// (See https://go.dev/issue/40771.)
    		//
    		// If test2json is used, we never flush to parent tests,
    		// so that the json stream shows subtests as they finish.
    		// (See https://go.dev/issue/29811.)
    		c.chatty.Updatef(testName, format, args...)
    	} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  7. src/cmd/dist/test.go

    		// packages without tests so that 'dist test' finds if any of
    		// them don't build, have a problem reported by high-confidence
    		// vet checks that come with 'go test', and anything else it
    		// may check in the future. See go.dev/issue/60463.
    		cmd := exec.Command(gorootBinGo, "list")
    		if t.short {
    			// In short test mode, use a format string to only
    			// list packages and commands that have tests.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 16:01:35 UTC 2024
    - 50K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.go

    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func Mknod(path string, mode uint32, dev int) (err error) {
    	var _p0 *byte
    	_p0, err = BytePtrFromString(path)
    	if err != nil {
    		return
    	}
    	_, _, e1 := syscall_syscall(libc_mknod_trampoline_addr, uintptr(unsafe.Pointer(_p0)), uintptr(mode), uintptr(dev))
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 57.5K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_openbsd_riscv64.go

    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func Mknod(path string, mode uint32, dev int) (err error) {
    	var _p0 *byte
    	_p0, err = BytePtrFromString(path)
    	if err != nil {
    		return
    	}
    	_, _, e1 := syscall_syscall(libc_mknod_trampoline_addr, uintptr(unsafe.Pointer(_p0)), uintptr(mode), uintptr(dev))
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 57.5K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_openbsd_ppc64.go

    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func Mknod(path string, mode uint32, dev int) (err error) {
    	var _p0 *byte
    	_p0, err = BytePtrFromString(path)
    	if err != nil {
    		return
    	}
    	_, _, e1 := syscall_syscall(libc_mknod_trampoline_addr, uintptr(unsafe.Pointer(_p0)), uintptr(mode), uintptr(dev))
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 57.5K bytes
    - Viewed (0)
Back to top