Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for __errno2 (0.13 sec)

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

    				ZosConsolePrintf("%s: %s (errno2=0x%x)\n", name, e.Error(), e2)
    			} else {
    				fmt.Fprintf(ZosTracefile, "From %s:%d\n", file, line)
    				fmt.Fprintf(ZosTracefile, "%s: %s (errno2=0x%x)\n", name, e.Error(), e2)
    			}
    		} else {
    			if ZosTracefile == nil {
    				ZosConsolePrintf("%s (errno2=0x%x)\n", e.Error(), e2)
    			} else {
    				fmt.Fprintf(ZosTracefile, "%s (errno2=0x%x)\n", e.Error(), e2)
    			}
    		}
    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/asm_zos_s390x.s

    	// Get library control area (LCA).
    	MOVW PSALAA, R8
    	MOVD LCA64(R8), R8
    
    	// Get __errno FuncDesc.
    	MOVD CAA(R8), R9
    	MOVD EDCHPXV(R9), R9
    	ADD  $(__errno), R9
    	LMG  0(R9), R5, R6
    
    	// Switch to saved LE stack.
    	MOVD SAVSTACK_ASYNC(R8), R9
    	MOVD 0(R9), R4
    	MOVD $0, 0(R9)
    
    	// Call __errno function.
    	LE_CALL
    	NOPH
    
    	// Switch back to Go stack.
    	XOR  R0, R0    // Restore R0 to $0.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  3. src/runtime/race/race_darwin_amd64.go

    //go:cgo_import_dynamic _NSGetArgv _NSGetArgv ""
    //go:cgo_import_dynamic _NSGetEnviron _NSGetEnviron ""
    //go:cgo_import_dynamic _NSGetExecutablePath _NSGetExecutablePath ""
    //go:cgo_import_dynamic __bzero __bzero ""
    //go:cgo_import_dynamic __error __error ""
    //go:cgo_import_dynamic __fork __fork ""
    //go:cgo_import_dynamic __mmap __mmap ""
    //go:cgo_import_dynamic __munmap __munmap ""
    //go:cgo_import_dynamic __stack_chk_fail __stack_chk_fail ""
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 16 19:29:22 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  4. src/runtime/race/race_darwin_arm64.go

    //go:cgo_import_dynamic _NSGetArgv _NSGetArgv ""
    //go:cgo_import_dynamic _NSGetEnviron _NSGetEnviron ""
    //go:cgo_import_dynamic _NSGetExecutablePath _NSGetExecutablePath ""
    //go:cgo_import_dynamic __error __error ""
    //go:cgo_import_dynamic __fork __fork ""
    //go:cgo_import_dynamic __mmap __mmap ""
    //go:cgo_import_dynamic __munmap __munmap ""
    //go:cgo_import_dynamic __stack_chk_fail __stack_chk_fail ""
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 16 19:29:22 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  5. src/runtime/defs1_netbsd_386.go

    	_EVFILT_WRITE = 0x1
    	_EVFILT_USER  = 0x8
    
    	_NOTE_TRIGGER = 0x1000000
    )
    
    type sigset struct {
    	__bits [4]uint32
    }
    
    type siginfo struct {
    	_signo  int32
    	_code   int32
    	_errno  int32
    	_reason [20]byte
    }
    
    type stackt struct {
    	ss_sp    uintptr
    	ss_size  uintptr
    	ss_flags int32
    }
    
    type timespec struct {
    	tv_sec  int64
    	tv_nsec int32
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 3K bytes
    - Viewed (0)
  6. src/runtime/defs1_netbsd_amd64.go

    	_EVFILT_WRITE = 0x1
    	_EVFILT_USER  = 0x8
    
    	_NOTE_TRIGGER = 0x1000000
    )
    
    type sigset struct {
    	__bits [4]uint32
    }
    
    type siginfo struct {
    	_signo  int32
    	_code   int32
    	_errno  int32
    	_pad    int32
    	_reason [24]byte
    }
    
    type stackt struct {
    	ss_sp     uintptr
    	ss_size   uintptr
    	ss_flags  int32
    	pad_cgo_0 [4]byte
    }
    
    type timespec struct {
    	tv_sec  int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  7. src/runtime/defs1_netbsd_arm.go

    	_EVFILT_WRITE = 0x1
    	_EVFILT_USER  = 0x8
    
    	_NOTE_TRIGGER = 0x1000000
    )
    
    type sigset struct {
    	__bits [4]uint32
    }
    
    type siginfo struct {
    	_signo   int32
    	_code    int32
    	_errno   int32
    	_reason  uintptr
    	_reasonx [16]byte
    }
    
    type stackt struct {
    	ss_sp    uintptr
    	ss_size  uintptr
    	ss_flags int32
    }
    
    type timespec struct {
    	tv_sec  int64
    	tv_nsec int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  8. src/runtime/defs1_netbsd_arm64.go

    	_EVFILT_WRITE = 0x1
    	_EVFILT_USER  = 0x8
    
    	_NOTE_TRIGGER = 0x1000000
    )
    
    type sigset struct {
    	__bits [4]uint32
    }
    
    type siginfo struct {
    	_signo   int32
    	_code    int32
    	_errno   int32
    	_reason  uintptr
    	_reasonx [16]byte
    }
    
    type stackt struct {
    	ss_sp    uintptr
    	ss_size  uintptr
    	ss_flags int32
    }
    
    type timespec struct {
    	tv_sec  int64
    	tv_nsec int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  9. src/runtime/sys_openbsd2.go

    	return
    }
    func issetugid_trampoline()
    
    // Tell the linker that the libc_* functions are to be found
    // in a system library, with the libc_ prefix missing.
    
    //go:cgo_import_dynamic libc_errno __errno "libc.so"
    //go:cgo_import_dynamic libc_exit exit "libc.so"
    //go:cgo_import_dynamic libc_getthrid getthrid "libc.so"
    //go:cgo_import_dynamic libc_sched_yield sched_yield "libc.so"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  10. src/runtime/sys_solaris_amd64.s

    //
    
    #include "go_asm.h"
    #include "go_tls.h"
    #include "textflag.h"
    
    // This is needed by asm_amd64.s
    TEXT runtime·settls(SB),NOSPLIT,$8
    	RET
    
    // void libc_miniterrno(void *(*___errno)(void));
    //
    // Set the TLS errno pointer in M.
    //
    // Called using runtime·asmcgocall from os_solaris.c:/minit.
    // NOT USING GO CALLING CONVENTION.
    TEXT runtime·miniterrno(SB),NOSPLIT,$0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 19:29:00 UTC 2023
    - 6.4K bytes
    - Viewed (0)
Back to top