Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/getfh.2
| Show All 28 Lines | |||||
| .Dd November 30, 2022 | .Dd November 30, 2022 | ||||
| .Dt GETFH 2 | .Dt GETFH 2 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm getfh , | .Nm getfh , | ||||
| .Nm lgetfh , | .Nm lgetfh , | ||||
| .Nm getfhat | .Nm getfhat | ||||
| .Nd get file handle | .Nd get 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 | ||||
| .Ft int | .Ft int | ||||
| .Fn getfh "const char *path" "fhandle_t *fhp" | .Fn getfh "const char *path" "fhandle_t *fhp" | ||||
| .Ft int | .Ft int | ||||
| .Fn lgetfh "const char *path" "fhandle_t *fhp" | .Fn lgetfh "const char *path" "fhandle_t *fhp" | ||||
| .Ft int | .Ft int | ||||
| .Fn getfhat "int fd" "const char *path" "fhandle_t *fhp" "int flag" | .Fn getfhat "int fd" "const char *path" "fhandle_t *fhp" "int flag" | ||||
| ▲ Show 20 Lines • Show All 185 Lines • Show Last 20 Lines | |||||