Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/kldfind.2
| Show All 23 Lines | |||||
| .\" SUCH DAMAGE. | .\" SUCH DAMAGE. | ||||
| .\" | .\" | ||||
| .Dd March 3, 1999 | .Dd March 3, 1999 | ||||
| .Dt KLDFIND 2 | .Dt KLDFIND 2 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm kldfind | .Nm kldfind | ||||
| .Nd returns the fileid of a kld file | .Nd returns the fileid of a kld file | ||||
| .Sh LIBRARY | |||||
| .Lb libc | |||||
| .Sh SYNOPSIS | .Sh SYNOPSIS | ||||
| .Lb libc | |||||
| .In sys/linker.h | .In sys/linker.h | ||||
| .Ft int | .Ft int | ||||
| .Fn kldfind "const char *file" | .Fn kldfind "const char *file" | ||||
| .Sh DESCRIPTION | .Sh DESCRIPTION | ||||
| The | The | ||||
| .Fn kldfind | .Fn kldfind | ||||
| system call | system call | ||||
| returns the fileid of the kld file referenced by | returns the fileid of the kld file referenced by | ||||
| ▲ Show 20 Lines • Show All 41 Lines • Show Last 20 Lines | |||||