Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 32 of 32 for strerror (0.1 sec)

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

    	SO_CLUSTERCONNTYPE_NONE         = 1
    	SO_CLUSTERCONNTYPE_SAME_CLUSTER = 2
    	SO_CLUSTERCONNTYPE_SAME_IMAGE   = 4
    	SO_DEBUG                        = 0x0001
    	SO_DONTROUTE                    = 0x0010
    	SO_ERROR                        = 0x1007
    	SO_IGNOREINCOMINGPUSH           = 0x1
    	SO_IGNORESOURCEVIPA             = 0x0002
    	SO_KEEPALIVE                    = 0x0008
    	SO_LINGER                       = 0x0080
    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. cmd/notification.go

    	reqInfo := (&logger.ReqInfo{}).AppendTags("remotePeer", addr)
    	ctx := logger.SetReqInfo(GlobalContext, reqInfo)
    	peersLogOnceIf(ctx, err, "add-node-err-"+addr)
    	nodeInfo.SetAddr(addr)
    	nodeInfo.SetError(err.Error())
    }
    
    // GetSysErrors - Memory information
    func (sys *NotificationSys) GetSysErrors(ctx context.Context) []madmin.SysErrors {
    	reply := make([]madmin.SysErrors, len(sys.peerClients))
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 44.9K bytes
    - Viewed (0)
Back to top