man.bsd.lv manual page server

Manual Page Search Parameters

KLDSTAT(8) System Manager's Manual KLDSTAT(8)

kldstatdisplay status of dynamic kernel linker

kldstat [-h] [-q] [-v] [-d] [-i id] [-n filename]

kldstat [-q] [-d] [-m modname]

The kldstat utility displays the status of any files dynamically linked into the kernel.

The following options are available:

Display the size field in a human-readable form, using unit suffixes instead of hex values.
Be more verbose.
Show the module specific data (as int, unsigned int and unsigned long)
id
Display the status of only the file with this ID.
filename
Display the status of only the file with this filename.
Only check if module is loaded or compiled into the kernel.
modname
Display the status of only the module with this modname.

The kldstat utility exits 0 on success, and >0 if an error occurs.

kldstat(2), kldload(8), kldunload(8)

The kldstat utility first appeared in FreeBSD 3.0, replacing the lkm interface.

Doug Rabson <dfr@FreeBSD.org>

January 19, 2016 FreeBSD-12.0