1997-05-07 14:19:54 -04:00
|
|
|
.\"
|
|
|
|
|
.\" Copyright (c) 1997 Doug Rabson
|
|
|
|
|
.\" All rights reserved.
|
|
|
|
|
.\"
|
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
|
.\" are met:
|
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
|
|
|
.\"
|
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
|
|
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
|
.\" SUCH DAMAGE.
|
|
|
|
|
.\"
|
1999-08-27 20:22:10 -04:00
|
|
|
.\" $FreeBSD$
|
1997-05-07 14:19:54 -04:00
|
|
|
.\"
|
2016-01-23 07:10:16 -05:00
|
|
|
.Dd January 19, 2016
|
1997-05-07 14:19:54 -04:00
|
|
|
.Dt KLDSTAT 8
|
|
|
|
|
.Os
|
|
|
|
|
.Sh NAME
|
|
|
|
|
.Nm kldstat
|
|
|
|
|
.Nd display status of dynamic kernel linker
|
|
|
|
|
.Sh SYNOPSIS
|
2000-11-20 11:52:27 -05:00
|
|
|
.Nm
|
2016-01-23 07:10:16 -05:00
|
|
|
.Op Fl h
|
2014-01-22 12:15:17 -05:00
|
|
|
.Op Fl q
|
1997-05-07 14:19:54 -04:00
|
|
|
.Op Fl v
|
2016-03-18 10:49:11 -04:00
|
|
|
.Op Fl d
|
1997-05-07 14:19:54 -04:00
|
|
|
.Op Fl i Ar id
|
2005-05-04 08:46:43 -04:00
|
|
|
.Op Fl n Ar filename
|
|
|
|
|
.Nm
|
2005-09-23 19:52:26 -04:00
|
|
|
.Op Fl q
|
2016-03-18 10:49:11 -04:00
|
|
|
.Op Fl d
|
2005-05-04 08:46:43 -04:00
|
|
|
.Op Fl m Ar modname
|
1997-05-07 14:19:54 -04:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
|
The
|
|
|
|
|
.Nm
|
2000-07-01 03:57:28 -04:00
|
|
|
utility displays the status of any files dynamically linked into the
|
|
|
|
|
kernel.
|
1997-05-07 14:19:54 -04:00
|
|
|
.Pp
|
1998-01-05 02:10:42 -05:00
|
|
|
The following options are available:
|
1998-11-12 06:10:26 -05:00
|
|
|
.Bl -tag -width indentXX
|
2016-01-23 07:10:16 -05:00
|
|
|
.It Fl h
|
|
|
|
|
Display the size field in a human-readable form, using unit suffixes
|
|
|
|
|
instead of hex values.
|
1997-05-07 14:19:54 -04:00
|
|
|
.It Fl v
|
2000-07-01 03:57:28 -04:00
|
|
|
Be more verbose.
|
2016-03-18 10:49:11 -04:00
|
|
|
.It Fl d
|
|
|
|
|
Show the module specific data (as int, unsigned int and unsigned long)
|
1997-05-07 14:19:54 -04:00
|
|
|
.It Fl i Ar id
|
|
|
|
|
Display the status of only the file with this ID.
|
2005-05-04 08:46:43 -04:00
|
|
|
.It Fl n Ar filename
|
|
|
|
|
Display the status of only the file with this filename.
|
2005-09-23 19:52:26 -04:00
|
|
|
.It Fl q
|
|
|
|
|
Only check if module is loaded or compiled into the kernel.
|
2005-05-04 08:46:43 -04:00
|
|
|
.It Fl m Ar modname
|
|
|
|
|
Display the status of only the module with this modname.
|
1997-05-07 14:19:54 -04:00
|
|
|
.El
|
2005-01-17 02:44:44 -05:00
|
|
|
.Sh EXIT STATUS
|
|
|
|
|
.Ex -std
|
1997-05-07 14:19:54 -04:00
|
|
|
.Sh SEE ALSO
|
1999-09-03 12:40:24 -04:00
|
|
|
.Xr kldstat 2 ,
|
1997-05-07 14:19:54 -04:00
|
|
|
.Xr kldload 8 ,
|
|
|
|
|
.Xr kldunload 8
|
1997-10-21 05:59:26 -04:00
|
|
|
.Sh HISTORY
|
|
|
|
|
The
|
|
|
|
|
.Nm
|
2002-07-06 15:34:18 -04:00
|
|
|
utility first appeared in
|
1998-11-12 06:10:26 -05:00
|
|
|
.Fx 3.0 ,
|
|
|
|
|
replacing the
|
2007-02-13 12:06:15 -05:00
|
|
|
.Nm lkm
|
1998-11-12 06:10:26 -05:00
|
|
|
interface.
|
1998-03-19 02:46:04 -05:00
|
|
|
.Sh AUTHORS
|
2014-06-20 05:40:43 -04:00
|
|
|
.An Doug Rabson Aq Mt dfr@FreeBSD.org
|