Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 82 for cmsg (0.09 sec)

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

    		if len(p) == 0 {
    			iov.Base = &dummy
    			iov.SetLen(1)
    		}
    		msg.Control = (*byte)(unsafe.Pointer(&oob[0]))
    		msg.SetControllen(len(oob))
    	}
    	msg.Iov = &iov
    	msg.Iovlen = 1
    	if n, err = recvmsg(fd, &msg, flags); err != nil {
    		return
    	}
    	oobn = int(msg.Controllen)
    	recvflags = int(msg.Flags)
    	// source address is only specified if the socket is unconnected
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 84.4K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_zos_s390x.go

    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func Console2(cmsg *ConsMsg2, modstr *byte, concmd *uint32) (err error) {
    	runtime.EnterSyscall()
    	r0, e2, e1 := CallLeFuncWithErr(GetZosLibVec()+SYS___CONSOLE2<<4, uintptr(unsafe.Pointer(cmsg)), uintptr(unsafe.Pointer(modstr)), uintptr(unsafe.Pointer(concmd)))
    	runtime.ExitSyscall()
    	if int64(r0) == -1 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 88.2K bytes
    - Viewed (0)
  3. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/vnd.cirpack.isdn-ext",
    				"application/vnd.claymore",
    				"application/vnd.clonk.c4group",
    				"application/vnd.commerce-battelle",
    				"application/vnd.commonspace",
    				"application/vnd.contact.cmsg",
    				"application/vnd.cosmocaller",
    				"application/vnd.crick.clicker",
    				"application/vnd.crick.clicker.keyboard",
    				"application/vnd.crick.clicker.palette",
    				"application/vnd.crick.clicker.template",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  4. src/crypto/ecdsa/testdata/SigVer.rsp.bz2

    Message changed) Msg = 882669d8b6ebdd3cba35 Qx = 03c78c532b8767784fd4 Qy = 166c7b70e98fa11ac361 R = ff18b493b166d832c9c2 S = bbf4291db484b4e4143c Result = F (2 - R changed) Msg = 6d09ccfbe8d2f193cc86 Qx = 99fab11464484cee96d7 Qy = fe8ec3d660cfa3f3e09e R = 714c48c143cb259408c0 S = 542793d5dbcabcebc83a Result = F (4 - Q changed) Msg = 392bca8a136f925b2875 Qx = 014e8e57388eba32ebdc Qy = d1aa8418f992283c5b6b R = a159b83e80e656f54f61 S = b77b7bc8cf374f012ee1 Result = F (2 - R changed) Msg = 4e4ee24112a40b75ee18...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 93.2K bytes
    - Viewed (0)
  5. src/vendor/golang.org/x/net/dns/dnsmessage/message.go

    	return 0
    }
    
    // pack appends the wire format of the header to msg.
    func (h *header) pack(msg []byte) []byte {
    	msg = packUint16(msg, h.id)
    	msg = packUint16(msg, h.bits)
    	msg = packUint16(msg, h.questions)
    	msg = packUint16(msg, h.answers)
    	msg = packUint16(msg, h.authorities)
    	return packUint16(msg, h.additionals)
    }
    
    func (h *header) unpack(msg []byte, off int) (int, error) {
    	newOff := off
    	var err error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Mar 09 00:09:40 UTC 2024
    - 69K bytes
    - Viewed (0)
  6. pkg/apis/autoscaling/validation/validation_test.go

    			t.Errorf("expected failure for %s", c.msg)
    		} else if !strings.Contains(errs[0].Error(), c.msg) {
    			t.Errorf("unexpected error: %v, expected: %s", errs[0], c.msg)
    		}
    	}
    }
    
    func TestValidateBehavior(t *testing.T) {
    	maxPolicy := autoscaling.MaxPolicySelect
    	minPolicy := autoscaling.MinPolicySelect
    	disabledPolicy := autoscaling.DisabledPolicySelect
    	incorrectPolicy := autoscaling.ScalingPolicySelect("incorrect")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  7. src/regexp/testdata/testregex.c

    	else
    	{
    		printf(" %s: ", comment);
    		if (msg)
    			printf("%s: ", msg);
    	}
    }
    
    static void
    error(regex_t* preg, int code)
    {
    	char*	msg;
    	char	buf[256];
    
    	switch (code)
    	{
    	case REG_EBUS:
    		msg = "bus error";
    		break;
    	case REG_EFAULT:
    		msg = "memory fault";
    		break;
    	case REG_EHUNG:
    		msg = "did not terminate";
    		break;
    	default:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 51.3K bytes
    - Viewed (0)
  8. tests/test_generate_unique_id_function.py

                        },
                    },
                    "ValidationError": {
                        "title": "ValidationError",
                        "required": ["loc", "msg", "type"],
                        "type": "object",
                        "properties": {
                            "loc": {
                                "title": "Location",
                                "type": "array",
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Jan 13 15:10:26 UTC 2024
    - 66.7K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/syntax/parser.go

    	}
    
    	// add punctuation etc. as needed to msg
    	switch {
    	case msg == "":
    		// nothing to do
    	case strings.HasPrefix(msg, "in "), strings.HasPrefix(msg, "at "), strings.HasPrefix(msg, "after "):
    		msg = " " + msg
    	case strings.HasPrefix(msg, "expected "):
    		msg = ", " + msg
    	default:
    		// plain error - we don't care about current token
    		p.errorAt(pos, "syntax error: "+msg)
    		return
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 62.9K bytes
    - Viewed (0)
  10. cmd/xl-storage-format-v2.go

    	Type             VersionType           `json:"Type" msg:"Type"`
    	ObjectV1         *xlMetaV1Object       `json:"V1Obj,omitempty" msg:"V1Obj,omitempty"`
    	ObjectV2         *xlMetaV2Object       `json:"V2Obj,omitempty" msg:"V2Obj,omitempty"`
    	DeleteMarker     *xlMetaV2DeleteMarker `json:"DelObj,omitempty" msg:"DelObj,omitempty"`
    	WrittenByVersion uint64                `msg:"v"` // Tracks written by MinIO version
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 29 19:14:09 UTC 2024
    - 63.6K bytes
    - Viewed (0)
Back to top