Home
last modified time | relevance | path

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

123

/freebsd-12-stable/tools/tools/nanobsd/pcengines/
Dtest.sh32 kldstat -n kqemu || kldload kqemu
33 kldstat -n aio || kldload aio
34 kldstat -n if_tap || kldload if_tap
35 kldstat -n if_bridge || kldload if_bridge
/freebsd-12-stable/tests/sys/geom/class/multipath/
Dconf.sh85 if ! kldstat -q -m sdt; then
92 if ! kldstat -q -m g_multipath; then
99 if ! kldstat -q -m g_nop; then
/freebsd-12-stable/tests/sys/netpfil/common/
Dutils.subr85 if ! kldstat -q -m ipfw; then
93 if ! kldstat -q -m ipfilter; then
97 if ! kldstat -q -m ipfilter; then
110 if ! kldstat -q -m dummynet; then
125 if ! kldstat -q -m ipfw_nat; then
/freebsd-12-stable/sbin/kldstat/
DMakefile30 PROG= kldstat
31 MAN= kldstat.8
/freebsd-12-stable/sys/modules/dtrace/
DMakefile.inc14 kldstat
25 kldstat
/freebsd-12-stable/tests/sys/netipsec/tunnel/
Daesni_aes_gcm_128.sh15 kldstat -q -n aesni || kldload aesni
35 kldstat -q -n aesni || kldload aesni
Daes_gcm_128.sh15 kldstat -q -n aesni && kldunload aesni
35 kldstat -q -n aesni && kldunload aesni
Daesni_aes_gcm_256.sh15 kldstat -q -n aesni || kldload aesni
35 kldstat -q -n aesni || kldload aesni
Daes_gcm_256.sh15 kldstat -q -n aesni && kldunload aesni
35 kldstat -q -n aesni && kldunload aesni
Daesni_aes_cbc_128_hmac_sha1.sh15 kldstat -q -n aesni || kldload aesni
35 kldstat -q -n aesni || kldload aesni
Daesni_aes_cbc_256_hmac_sha2_256.sh15 kldstat -q -n aesni && kldunload aesni
35 kldstat -q -n aesni && kldunload aesni
Daes_cbc_256_hmac_sha2_256.sh15 kldstat -q -n aesni || kldload aesni
35 kldstat -q -n aesni || kldload aesni
Daes_cbc_128_hmac_sha1.sh15 kldstat -q -n aesni && kldunload aesni
35 kldstat -q -n aesni && kldunload aesni
/freebsd-12-stable/tests/sys/net/
Dif_stf.sh40 if ! kldstat -q -m if_stf; then
43 if ! kldstat -q -m if_gif; then
Dif_gif.sh40 if ! kldstat -q -m if_gif; then
/freebsd-12-stable/tools/debugscripts/
Ddot.gdbinit69 # script to call kldstat and pass the info on to asf(8). This won't
72 # "kldstat", which extracts the information from the "dump". The
94 kldstat
103 Display kldstat information for the target machine and invite user to paste it back in. This cause…
/freebsd-12-stable/tests/sys/geom/class/part/
Dmisc.sh178 if ! kldstat -q -m g_part; then
185 if ! kldstat -q -m g_nop; then
/freebsd-12-stable/tools/bsdbox/
DMakefile.kld6 CRUNCH_PROGS_sbin+= kldload kldunload kldstat
/freebsd-12-stable/tests/sys/netpfil/pf/
Dutils.subr44 if ! kldstat -q -m pfsync; then
51 if ! kldstat -q -m pflog; then
/freebsd-12-stable/share/examples/kld/cdev/test/
DMakefile75 MODSTAT= /sbin/kldstat
/freebsd-12-stable/libexec/rc/rc.d/
Ddevmatch74 kldstat -q -n ${m} || \
/freebsd-12-stable/tests/sys/geom/class/
Dgeom_subr.sh54 if ! kldstat -q -m g_${class}; then
/freebsd-12-stable/tests/sys/opencrypto/
Druntests.sh63 if ! kldstat -q -m $required_module; then
/freebsd-12-stable/lib/libutil/
Dkld.c50 if (kldstat(fid, &fstat) != 0) in kld_isloaded()
/freebsd-12-stable/sbin/kldunload/
Dkldunload.c104 if (kldstat(fileid, &stat) < 0) in main()

123