Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/fhopen.2
| Show All 33 Lines | |||||
| .Dd July 20, 2025 | .Dd July 20, 2025 | ||||
| .Dt FHOPEN 2 | .Dt FHOPEN 2 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm fhopen , | .Nm fhopen , | ||||
| .Nm fhstat , | .Nm fhstat , | ||||
| .Nm fhstatfs | .Nm fhstatfs | ||||
| .Nd access file via file handle | .Nd access file via file handle | ||||
| .Sh LIBRARY | |||||
| .Lb libc | |||||
| .Sh SYNOPSIS | .Sh SYNOPSIS | ||||
| .Lb libc | |||||
| .In sys/param.h | .In sys/param.h | ||||
| .In sys/mount.h | .In sys/mount.h | ||||
| .In sys/stat.h | .In sys/stat.h | ||||
| .Ft int | .Ft int | ||||
| .Fn fhopen "const fhandle_t *fhp" "int flags" | .Fn fhopen "const fhandle_t *fhp" "int flags" | ||||
| .Ft int | .Ft int | ||||
| .Fn fhstat "const fhandle_t *fhp" "struct stat *sb" | .Fn fhstat "const fhandle_t *fhp" "struct stat *sb" | ||||
| .Ft int | .Ft int | ||||
| ▲ Show 20 Lines • Show All 108 Lines • Show Last 20 Lines | |||||