Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 25 for sysUser (0.13 sec)

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

    	{"kern.sominconn", []_C_int{1, 29}},
    	{"kern.splassert", []_C_int{1, 54}},
    	{"kern.stackgap_random", []_C_int{1, 50}},
    	{"kern.sysvipc_info", []_C_int{1, 51}},
    	{"kern.sysvmsg", []_C_int{1, 34}},
    	{"kern.sysvsem", []_C_int{1, 35}},
    	{"kern.sysvshm", []_C_int{1, 36}},
    	{"kern.timecounter.choice", []_C_int{1, 69, 4}},
    	{"kern.timecounter.hardware", []_C_int{1, 69, 3}},
    	{"kern.timecounter.tick", []_C_int{1, 69, 1}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_riscv64.go

    	{"kern.sominconn", []_C_int{1, 29}},
    	{"kern.splassert", []_C_int{1, 54}},
    	{"kern.stackgap_random", []_C_int{1, 50}},
    	{"kern.sysvipc_info", []_C_int{1, 51}},
    	{"kern.sysvmsg", []_C_int{1, 34}},
    	{"kern.sysvsem", []_C_int{1, 35}},
    	{"kern.sysvshm", []_C_int{1, 36}},
    	{"kern.timecounter.choice", []_C_int{1, 69, 4}},
    	{"kern.timecounter.hardware", []_C_int{1, 69, 3}},
    	{"kern.timecounter.tick", []_C_int{1, 69, 1}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_386.go

    	{"kern.sominconn", []_C_int{1, 29}},
    	{"kern.splassert", []_C_int{1, 54}},
    	{"kern.stackgap_random", []_C_int{1, 50}},
    	{"kern.sysvipc_info", []_C_int{1, 51}},
    	{"kern.sysvmsg", []_C_int{1, 34}},
    	{"kern.sysvsem", []_C_int{1, 35}},
    	{"kern.sysvshm", []_C_int{1, 36}},
    	{"kern.timecounter.choice", []_C_int{1, 69, 4}},
    	{"kern.timecounter.hardware", []_C_int{1, 69, 3}},
    	{"kern.timecounter.tick", []_C_int{1, 69, 1}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go

    	{"kern.sominconn", []_C_int{1, 29}},
    	{"kern.splassert", []_C_int{1, 54}},
    	{"kern.stackgap_random", []_C_int{1, 50}},
    	{"kern.sysvipc_info", []_C_int{1, 51}},
    	{"kern.sysvmsg", []_C_int{1, 34}},
    	{"kern.sysvsem", []_C_int{1, 35}},
    	{"kern.sysvshm", []_C_int{1, 36}},
    	{"kern.timecounter.choice", []_C_int{1, 69, 4}},
    	{"kern.timecounter.hardware", []_C_int{1, 69, 3}},
    	{"kern.timecounter.tick", []_C_int{1, 69, 1}},
    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_arm.go

    	{"kern.sominconn", []_C_int{1, 29}},
    	{"kern.splassert", []_C_int{1, 54}},
    	{"kern.stackgap_random", []_C_int{1, 50}},
    	{"kern.sysvipc_info", []_C_int{1, 51}},
    	{"kern.sysvmsg", []_C_int{1, 34}},
    	{"kern.sysvsem", []_C_int{1, 35}},
    	{"kern.sysvshm", []_C_int{1, 36}},
    	{"kern.timecounter.choice", []_C_int{1, 69, 4}},
    	{"kern.timecounter.hardware", []_C_int{1, 69, 3}},
    	{"kern.timecounter.tick", []_C_int{1, 69, 1}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  6. cmd/admin-handlers-users.go

    		if err != nil {
    			writeErrorResponseJSON(ctx, w, toAdminAPIErr(ctx, err), r.URL)
    			return
    		}
    	}
    
    	userType := regUser
    	if globalIAMSys.GetUsersSysType() == LDAPUsersSysType {
    		userType = stsUser
    
    		// Validate that the user or group exists in LDAP and use the normalized
    		// form of the entityName (which will be an LDAP DN).
    		var err error
    		if isGroup {
    			var foundGroupDN *xldap.DNSearchResult
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue May 28 17:19:04 UTC 2024
    - 78.6K bytes
    - Viewed (0)
  7. cmd/site-replication.go

    	userType := IAMUserType(mapping.UserType)
    	isGroup := mapping.IsGroup
    	entityName := mapping.UserOrGroup
    	if globalIAMSys.GetUsersSysType() == LDAPUsersSysType && userType == stsUser {
    
    		// Validate that the user or group exists in LDAP and use the normalized
    		// form of the entityName (which will be an LDAP DN).
    		var err error
    		if isGroup {
    			var foundGroupDN *xldap.DNSearchResult
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
  8. src/runtime/mheap.go

    	// Commit and account for any scavenged memory that the span now owns.
    	nbytes := npages * pageSize
    	if scav != 0 {
    		// sysUsed all the pages that are actually available
    		// in the span since some of them might be scavenged.
    		sysUsed(unsafe.Pointer(base), nbytes, scav)
    		gcController.heapReleased.add(-int64(scav))
    	}
    	// Update stats.
    	gcController.heapFree.add(-int64(nbytes - scav))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 78K bytes
    - Viewed (0)
  9. src/runtime/os_linux.go

    	_CLONE_NEWIPC         = 0x8000000
    
    	// As of QEMU 2.8.0 (5ea2fc84d), user emulation requires all six of these
    	// flags to be set when creating a thread; attempts to share the other
    	// five but leave SYSVSEM unshared will fail with -EINVAL.
    	//
    	// In non-QEMU environments CLONE_SYSVSEM is inconsequential as we do not
    	// use System V semaphores.
    
    	cloneFlags = _CLONE_VM | /* share memory */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 25.9K bytes
    - Viewed (0)
  10. cmd/kubeadm/app/preflight/checks.go

    // Name will return SystemVerification as name for SystemVerificationCheck
    func (SystemVerificationCheck) Name() string {
    	return "SystemVerification"
    }
    
    // Check runs all individual checks
    func (sysver SystemVerificationCheck) Check() (warnings, errorList []error) {
    	klog.V(1).Infoln("running all checks")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 11:20:55 UTC 2024
    - 39.5K bytes
    - Viewed (0)
Back to top