Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/kldstat.2
| Show All 23 Lines | |||||
| .\" SUCH DAMAGE. | .\" SUCH DAMAGE. | ||||
| .\" | .\" | ||||
| .Dd March 28, 2012 | .Dd March 28, 2012 | ||||
| .Dt KLDSTAT 2 | .Dt KLDSTAT 2 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm kldstat | .Nm kldstat | ||||
| .Nd get status of kld file | .Nd get status of 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 kldstat "int fileid" "struct kld_file_stat *stat" | .Fn kldstat "int fileid" "struct kld_file_stat *stat" | ||||
| .Sh DESCRIPTION | .Sh DESCRIPTION | ||||
| The | The | ||||
| .Fn kldstat | .Fn kldstat | ||||
| system call writes the info for the file referred to by | system call writes the info for the file referred to by | ||||
| .Fa fileid | .Fa fileid | ||||
| ▲ Show 20 Lines • Show All 88 Lines • Show Last 20 Lines | |||||