Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
KLDXREF(8)		     System Manager's Manual		      KLDXREF(8)

NAME
     kldxref -- generate hints for the kernel loader

SYNOPSIS
     kldxref [-Rdv] [-f hintsfile] path ...

DESCRIPTION
     The  kldxref  utility  is	used  to generate hint files which list modules,
     their version numbers, and the files that contain them.   These  hints  are
     used  by the kernel loader to determine where to find a particular KLD mod-
     ule.

     A separate hint file is generated for each directory listed on the  command
     line that contains modules.  If no hint records are generated for a partic-
     ular  directory, no hint file is created, and the preexisting hint file (if
     there was one in that directory) is removed.

     kldxref only processes files that either have no dots in  their  name  like
     kernel or that end in ".ko" like foo.ko.

     The following options are available:

     -R      Recurse into subdirectories.

     -d      Do  not generate a hint file, but print module metadata on standard
	     output.

     -f hintsfile
	     Specify a different name for the hints files than linker.hints.

     -v      Operate in verbose mode.

EXAMPLES
     To build hint files for both standard and add-on modules:

	   kldxref /boot/kernel /boot/modules

     To build hint files for all installed kernels:

	   kldxref -R /boot

SEE ALSO
     kld(4), kldconfig(8), kldload(8), kldstat(8), kldunload(8)

HISTORY
     The kldxref utility first appeared in FreeBSD 5.0.

AUTHORS
     The kldxref utility was implemented by Boris Popov <bp@FreeBSD.org>.   This
     manual  page  was	written  by  Boris Popov <bp@FreeBSD.org> and Dag-Erling
     Smorgrav <des@FreeBSD.org>.

FreeBSD ports 15.quarterly	February 25, 2023		      KLDXREF(8)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=kldxref&sektion=8&manpath=FreeBSD+15.1-RELEASE+and+Ports.quarterly>

home | help