Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/copy_file_range.2
| Show All 24 Lines | |||||
| .\" | .\" | ||||
| .Dd August 16, 2025 | .Dd August 16, 2025 | ||||
| .Dt COPY_FILE_RANGE 2 | .Dt COPY_FILE_RANGE 2 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm copy_file_range | .Nm copy_file_range | ||||
| .Nd kernel copy of a byte range from one regular file to another | .Nd kernel copy of a byte range from one regular file to another | ||||
| or within one regular file | or within one regular file | ||||
| .Sh LIBRARY | |||||
| .Lb libc | |||||
| .Sh SYNOPSIS | .Sh SYNOPSIS | ||||
| .Lb libc | |||||
| .In sys/types.h | .In sys/types.h | ||||
| .In unistd.h | .In unistd.h | ||||
| .Ft ssize_t | .Ft ssize_t | ||||
| .Fo copy_file_range | .Fo copy_file_range | ||||
| .Fa "int infd" | .Fa "int infd" | ||||
| .Fa "off_t *inoffp" | .Fa "off_t *inoffp" | ||||
| .Fa "int outfd" | .Fa "int outfd" | ||||
| .Fa "off_t *outoffp" | .Fa "off_t *outoffp" | ||||
| ▲ Show 20 Lines • Show All 202 Lines • Show Last 20 Lines | |||||