Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for Syscall12 (0.1 sec)

  1. src/runtime/sys_openbsd_riscv64.s

    	MOV	$-1, X5
    	BNE	X5, X10, ok
    
    	// Get error code from libc.
    	CALL	libc_errno(SB)
    	MOVW	(X10), X10
    	MOV	X10, (9*8)(X9)		// err
    
    ok:
    	RET
    
    // syscall10 calls a function in libc on behalf of the syscall package.
    // syscall10 takes a pointer to a struct like:
    // struct {
    //	fn    uintptr
    //	a1    uintptr
    //	a2    uintptr
    //	a3    uintptr
    //	a4    uintptr
    //	a5    uintptr
    //	a6    uintptr
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 02:55:17 UTC 2023
    - 16.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"SysProcIDMap", Type, 4},
    		{"SysProcIDMap.ContainerID", Field, 4},
    		{"SysProcIDMap.HostID", Field, 4},
    		{"SysProcIDMap.Size", Field, 4},
    		{"Syscall", Func, 0},
    		{"Syscall12", Func, 0},
    		{"Syscall15", Func, 0},
    		{"Syscall18", Func, 12},
    		{"Syscall6", Func, 0},
    		{"Syscall9", Func, 0},
    		{"SyscallN", Func, 18},
    		{"Sysctl", Func, 0},
    		{"SysctlUint32", Func, 0},
    		{"Sysctlnode", Type, 2},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top