Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 30 for SYS_SENDFILE64 (0.4 sec)

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

    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {
    	r0, _, e1 := Syscall6(SYS_SENDFILE64, uintptr(outfd), uintptr(infd), uintptr(unsafe.Pointer(offset)), uintptr(count), 0, 0)
    	written = int(r0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 16.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_linux_mips.go

    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {
    	r0, _, e1 := Syscall6(SYS_SENDFILE64, uintptr(outfd), uintptr(infd), uintptr(unsafe.Pointer(offset)), uintptr(count), 0, 0)
    	written = int(r0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 16.8K bytes
    - Viewed (0)
  3. src/syscall/zsyscall_linux_386.go

    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {
    	r0, _, e1 := Syscall6(SYS_SENDFILE64, uintptr(outfd), uintptr(infd), uintptr(unsafe.Pointer(offset)), uintptr(count), 0, 0)
    	written = int(r0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 34.7K bytes
    - Viewed (0)
  4. src/syscall/zsyscall_linux_arm.go

    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {
    	r0, _, e1 := Syscall6(SYS_SENDFILE64, uintptr(outfd), uintptr(infd), uintptr(unsafe.Pointer(offset)), uintptr(count), 0, 0)
    	written = int(r0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 38.9K bytes
    - Viewed (0)
  5. src/syscall/zsyscall_linux_mipsle.go

    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {
    	r0, _, e1 := Syscall6(SYS_SENDFILE64, uintptr(outfd), uintptr(infd), uintptr(unsafe.Pointer(offset)), uintptr(count), 0, 0)
    	written = int(r0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 40.3K bytes
    - Viewed (0)
  6. src/syscall/zsyscall_linux_mips.go

    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {
    	r0, _, e1 := Syscall6(SYS_SENDFILE64, uintptr(outfd), uintptr(infd), uintptr(unsafe.Pointer(offset)), uintptr(count), 0, 0)
    	written = int(r0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 40.3K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"SYS_SEM_TRYWAIT", Const, 0},
    		{"SYS_SEM_UNLINK", Const, 0},
    		{"SYS_SEM_WAIT", Const, 0},
    		{"SYS_SEM_WAIT_NOCANCEL", Const, 0},
    		{"SYS_SEND", Const, 0},
    		{"SYS_SENDFILE", Const, 0},
    		{"SYS_SENDFILE64", Const, 0},
    		{"SYS_SENDMMSG", Const, 0},
    		{"SYS_SENDMSG", Const, 0},
    		{"SYS_SENDMSG_NOCANCEL", Const, 0},
    		{"SYS_SENDTO", Const, 0},
    		{"SYS_SENDTO_NOCANCEL", Const, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  8. api/go1.txt

    pkg syscall (linux-386), const SYS_SCHED_YIELD ideal-int
    pkg syscall (linux-386), const SYS_SELECT ideal-int
    pkg syscall (linux-386), const SYS_SENDFILE ideal-int
    pkg syscall (linux-386), const SYS_SENDFILE64 ideal-int
    pkg syscall (linux-386), const SYS_SETDOMAINNAME ideal-int
    pkg syscall (linux-386), const SYS_SETFSGID ideal-int
    pkg syscall (linux-386), const SYS_SETFSGID32 ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  9. api/go1.1.txt

    pkg syscall (linux-386), const SYS_SCHED_YIELD = 158
    pkg syscall (linux-386), const SYS_SELECT = 82
    pkg syscall (linux-386), const SYS_SENDFILE = 187
    pkg syscall (linux-386), const SYS_SENDFILE64 = 239
    pkg syscall (linux-386), const SYS_SETDOMAINNAME = 121
    pkg syscall (linux-386), const SYS_SETFSGID = 139
    pkg syscall (linux-386), const SYS_SETFSGID32 = 216
    pkg syscall (linux-386), const SYS_SETFSUID = 138
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  10. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const SYS_SEMTIMEDOP ideal-int
    pkg syscall (linux-arm-cgo), const SYS_SEND ideal-int
    pkg syscall (linux-arm-cgo), const SYS_SENDFILE ideal-int
    pkg syscall (linux-arm-cgo), const SYS_SENDFILE64 ideal-int
    pkg syscall (linux-arm-cgo), const SYS_SENDMMSG ideal-int
    pkg syscall (linux-arm-cgo), const SYS_SENDMSG ideal-int
    pkg syscall (linux-arm-cgo), const SYS_SENDTO ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
Back to top