Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for msgsys (0.19 sec)

  1. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go

    	MADDLD:         "maddld",
    	MCRXRX:         "mcrxrx",
    	MFVSRLD:        "mfvsrld",
    	MODSD:          "modsd",
    	MODSW:          "modsw",
    	MODUD:          "modud",
    	MODUW:          "moduw",
    	MSGSYNC:        "msgsync",
    	MTVSRDD:        "mtvsrdd",
    	MTVSRWS:        "mtvsrws",
    	PASTECC:        "paste.",
    	SETB:           "setb",
    	SLBIEG:         "slbieg",
    	SLBSYNC:        "slbsync",
    	STDAT:          "stdat",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 334.7K bytes
    - Viewed (0)
  2. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const SIGPWR Signal
    pkg syscall (netbsd-arm64-cgo), const SIGSTOP = 17
    pkg syscall (netbsd-arm64-cgo), const SIGSTOP Signal
    pkg syscall (netbsd-arm64-cgo), const SIGSYS = 12
    pkg syscall (netbsd-arm64-cgo), const SIGSYS Signal
    pkg syscall (netbsd-arm64-cgo), const SIGTSTP = 18
    pkg syscall (netbsd-arm64-cgo), const SIGTSTP Signal
    pkg syscall (netbsd-arm64-cgo), const SIGTTIN = 21
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  3. api/go1.16.txt

    pkg syscall (darwin-arm64), const SIGPROF Signal
    pkg syscall (darwin-arm64), const SIGSTOP = 17
    pkg syscall (darwin-arm64), const SIGSTOP Signal
    pkg syscall (darwin-arm64), const SIGSYS = 12
    pkg syscall (darwin-arm64), const SIGSYS Signal
    pkg syscall (darwin-arm64), const SIGTSTP = 18
    pkg syscall (darwin-arm64), const SIGTSTP Signal
    pkg syscall (darwin-arm64), const SIGTTIN = 21
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  4. pkg/apis/core/validation/validation.go

    	allNames := sets.Set[string]{}
    	for i, port := range ports {
    		idxPath := fldPath.Index(i)
    		if len(port.Name) > 0 {
    			if msgs := validation.IsValidPortName(port.Name); len(msgs) != 0 {
    				for i = range msgs {
    					allErrs = append(allErrs, field.Invalid(idxPath.Child("name"), port.Name, msgs[i]))
    				}
    			} else if allNames.Has(port.Name) {
    				allErrs = append(allErrs, field.Duplicate(idxPath.Child("name"), port.Name))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (1)
Back to top