Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for setInfo (0.11 sec)

  1. cluster/gce/windows/testonly/install-ssh.psm1

          #
          # - if the username already exists:
          #
          #   Create-NewProfile : Exception calling "SetInfo" with "0" argument(s):
          #   "The account already exists."
          #
          # - if the username is invalid (e.g. gke-29bd5e8d9ea0446f829d)
          #
          #   Create-NewProfile : Exception calling "SetInfo" with "0" argument(s): "The specified username is invalid.
          #
          # Just catch them and ignore them.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 09 05:09:18 UTC 2021
    - 11.6K bytes
    - Viewed (0)
  2. src/syscall/security_windows.go

    		return 0, e
    	}
    	return t, nil
    }
    
    // Close releases access to access token.
    func (t Token) Close() error {
    	return CloseHandle(Handle(t))
    }
    
    // getInfo retrieves a specified type of information about an access token.
    func (t Token) getInfo(class uint32, initSize int) (unsafe.Pointer, error) {
    	n := uint32(initSize)
    	for {
    		b := make([]byte, n)
    		e := GetTokenInformation(t, class, &b[0], uint32(len(b)), &n)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 12 16:42:41 UTC 2023
    - 10K bytes
    - Viewed (0)
  3. pkg/kubelet/cm/devicemanager/plugin/v1beta1/stub.go

    		case err := <-m.kubeletRestartWatcher.Errors:
    			klog.ErrorS(err, "inotify error")
    		}
    	}
    }
    
    // GetInfo is the RPC which return pluginInfo
    func (m *Stub) GetInfo(ctx context.Context, req *watcherapi.InfoRequest) (*watcherapi.PluginInfo, error) {
    	klog.InfoS("GetInfo")
    	return &watcherapi.PluginInfo{
    		Type:              watcherapi.DevicePlugin,
    		Name:              m.resourceName,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 17 11:19:10 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_ppc64.go

    	{"kern.posix1version", []_C_int{1, 17}},
    	{"kern.proc", []_C_int{1, 66}},
    	{"kern.rawpartition", []_C_int{1, 24}},
    	{"kern.saved_ids", []_C_int{1, 20}},
    	{"kern.securelevel", []_C_int{1, 9}},
    	{"kern.seminfo", []_C_int{1, 61}},
    	{"kern.shminfo", []_C_int{1, 62}},
    	{"kern.somaxconn", []_C_int{1, 28}},
    	{"kern.sominconn", []_C_int{1, 29}},
    	{"kern.splassert", []_C_int{1, 54}},
    	{"kern.stackgap_random", []_C_int{1, 50}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_riscv64.go

    	{"kern.posix1version", []_C_int{1, 17}},
    	{"kern.proc", []_C_int{1, 66}},
    	{"kern.rawpartition", []_C_int{1, 24}},
    	{"kern.saved_ids", []_C_int{1, 20}},
    	{"kern.securelevel", []_C_int{1, 9}},
    	{"kern.seminfo", []_C_int{1, 61}},
    	{"kern.shminfo", []_C_int{1, 62}},
    	{"kern.somaxconn", []_C_int{1, 28}},
    	{"kern.sominconn", []_C_int{1, 29}},
    	{"kern.splassert", []_C_int{1, 54}},
    	{"kern.stackgap_random", []_C_int{1, 50}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm64.go

    	{"kern.posix1version", []_C_int{1, 17}},
    	{"kern.proc", []_C_int{1, 66}},
    	{"kern.rawpartition", []_C_int{1, 24}},
    	{"kern.saved_ids", []_C_int{1, 20}},
    	{"kern.securelevel", []_C_int{1, 9}},
    	{"kern.seminfo", []_C_int{1, 61}},
    	{"kern.shminfo", []_C_int{1, 62}},
    	{"kern.somaxconn", []_C_int{1, 28}},
    	{"kern.sominconn", []_C_int{1, 29}},
    	{"kern.splassert", []_C_int{1, 54}},
    	{"kern.stackgap_random", []_C_int{1, 50}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go

    	{"kern.posix1version", []_C_int{1, 17}},
    	{"kern.proc", []_C_int{1, 66}},
    	{"kern.rawpartition", []_C_int{1, 24}},
    	{"kern.saved_ids", []_C_int{1, 20}},
    	{"kern.securelevel", []_C_int{1, 9}},
    	{"kern.seminfo", []_C_int{1, 61}},
    	{"kern.shminfo", []_C_int{1, 62}},
    	{"kern.somaxconn", []_C_int{1, 28}},
    	{"kern.sominconn", []_C_int{1, 29}},
    	{"kern.splassert", []_C_int{1, 54}},
    	{"kern.stackgap_random", []_C_int{1, 50}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go

    	{"kern.posix1version", []_C_int{1, 17}},
    	{"kern.proc", []_C_int{1, 66}},
    	{"kern.rawpartition", []_C_int{1, 24}},
    	{"kern.saved_ids", []_C_int{1, 20}},
    	{"kern.securelevel", []_C_int{1, 9}},
    	{"kern.seminfo", []_C_int{1, 61}},
    	{"kern.shminfo", []_C_int{1, 62}},
    	{"kern.somaxconn", []_C_int{1, 28}},
    	{"kern.sominconn", []_C_int{1, 29}},
    	{"kern.splassert", []_C_int{1, 54}},
    	{"kern.stackgap_random", []_C_int{1, 50}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_mips64.go

    	{"kern.posix1version", []_C_int{1, 17}},
    	{"kern.proc", []_C_int{1, 66}},
    	{"kern.rawpartition", []_C_int{1, 24}},
    	{"kern.saved_ids", []_C_int{1, 20}},
    	{"kern.securelevel", []_C_int{1, 9}},
    	{"kern.seminfo", []_C_int{1, 61}},
    	{"kern.shminfo", []_C_int{1, 62}},
    	{"kern.somaxconn", []_C_int{1, 28}},
    	{"kern.sominconn", []_C_int{1, 29}},
    	{"kern.splassert", []_C_int{1, 54}},
    	{"kern.stackgap_random", []_C_int{1, 50}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  10. src/syscall/zsysctl_openbsd.go

    	{"kern.posix1version", []_C_int{1, 17}},
    	{"kern.proc", []_C_int{1, 66}},
    	{"kern.rawpartition", []_C_int{1, 24}},
    	{"kern.saved_ids", []_C_int{1, 20}},
    	{"kern.securelevel", []_C_int{1, 9}},
    	{"kern.seminfo", []_C_int{1, 61}},
    	{"kern.shminfo", []_C_int{1, 62}},
    	{"kern.somaxconn", []_C_int{1, 28}},
    	{"kern.sominconn", []_C_int{1, 29}},
    	{"kern.splassert", []_C_int{1, 54}},
    	{"kern.stackgap_random", []_C_int{1, 50}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 11.4K bytes
    - Viewed (0)
Back to top