Query: kldxref
OS: freebsd
Section: 8
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
KLDXREF(8) BSD System Manager's Manual KLDXREF(8)NAMEkldxref -- generate hints for the kernel loaderSYNOPSISkldxref [-Rdv] [-f hintsfile] path ...DESCRIPTIONThe 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 module. 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 particular directory, no hint file is created, and the preexisting hint file (if there was one in that directory) is removed. 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.EXAMPLESTo 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 /bootSEE ALSOkld(4), kldconfig(8), kldload(8), kldstat(8), kldunload(8)HISTORYThe kldxref utility first appeared in FreeBSD 5.0.AUTHORSThe 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>.BSDOctober 9, 2001 BSD
Related Man Pages |
---|
snd_ad1816(4) - debian |
snd_ad1816(4) - freebsd |
tpm(4) - freebsd |
kldconfig(8) - freebsd |
cx(4) - centos |
Similar Topics in the Unix Linux Community |
---|
How do I find where line 468 is? |
Installing FreeBSD |
lsof |
Advertising |
Kernel sources/module building |