Home
last modified time | relevance | path

Searched refs:kldstat (Results 1 – 7 of 7) sorted by relevance

/f-stack/tools/libutil/
H A Dkld.c50 if (kldstat(fid, &fstat) != 0) in kld_isloaded()
/f-stack/tools/compat/include/sys/
H A Dlinker.h346 int kldstat(int _fileid, struct kld_file_stat* _stat);
/f-stack/freebsd/sys/
H A Dlinker.h369 int kldstat(int _fileid, struct kld_file_stat* _stat);
H A Dsyscall.mk189 kldstat.o \
/f-stack/dpdk/doc/guides/freebsd_gsg/
H A Dbuild_dpdk.rst151 Currently loaded modules can be seen by using the ``kldstat`` command and a module
/f-stack/dpdk/doc/guides/nics/
H A Dcxgbe.rst699 kldstat | grep "contigmem"
/f-stack/freebsd/kern/
H A Dkern_linker.c1314 DB_COMMAND(kldstat, db_kldstat) in DB_COMMAND() argument