Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for syscall9Internal (0.11 sec)

  1. src/syscall/syscall_openbsd_libc.go

    	return 0, 0, ENOSYS
    }
    
    func rawSyscall6Internal(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err Errno) {
    	return 0, 0, ENOSYS
    }
    
    func syscall9Internal(trap, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 uintptr, err Errno) {
    	return 0, 0, ENOSYS
    }
    
    // Implemented in the runtime package (runtime/sys_openbsd3.go)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 04 07:51:20 UTC 2024
    - 3.7K bytes
    - Viewed (0)
Back to top