Home
last modified time | relevance | path

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

1234567

/freebsd/sbin/savecore/tests/
H A Dlivedump_test.sh25 cat >./kldstat.gdb <<'__EOF__'
47 atf_check -o save:kldstat kldstat
48 atf_check diff kldstat out
/freebsd/tools/tools/nanobsd/pcengines/
H A Dtest.sh31 kldstat -n kqemu || kldload kqemu
32 kldstat -n aio || kldload aio
33 kldstat -n if_tap || kldload if_tap
34 kldstat -n if_bridge || kldload if_bridge
/freebsd/tests/sys/geom/class/multipath/
H A Dconf.sh84 if ! kldstat -q -m sdt; then
91 if ! kldstat -q -m g_multipath; then
98 if ! kldstat -q -m g_nop; then
/freebsd/tests/sys/net/
H A Dif_stf.sh39 if ! kldstat -q -m if_stf; then
42 if ! kldstat -q -m if_gif; then
92 if ! kldstat -q -m if_stf; then
95 if ! kldstat -q -m if_gif; then
145 if ! kldstat -q -m if_stf; then
/freebsd/sbin/kldstat/
H A DMakefile29 PROG= kldstat
30 MAN= kldstat.8
/freebsd/tools/test/stress2/misc/
H A Dpmc3.sh34 kldstat | grep -q hwpmc || { kldload hwpmc.ko; loaded=1; }
36 num=`kldstat -d -m hwpmc | awk -F ',' '/hwpmc/ {print $2}'`
H A Dsystrace.sh57 kldstat | grep -q dtraceall.ko && kldunload dtraceall.ko
61 kldstat | grep -q tmpfs && kldunload tmpfs.ko
H A Dsystrace2.sh44 kldstat | grep -q dtraceall.ko && kldunload dtraceall.ko
47 kldstat | grep -q tmpfs && kldunload tmpfs.ko
H A Dsyscall4.sh57 kldstat -v | grep -q sysvmsg || $stress2tools/kldload.sh sysvmsg
58 kldstat -v | grep -q sysvsem || $stress2tools/kldload.sh sysvsem
59 kldstat -v | grep -q sysvshm || $stress2tools/kldload.sh sysvshm
60 kldstat -v | grep -q aio || $stress2tools/kldload.sh aio
61 kldstat -v | grep -q mqueuefs || $stress2tools/kldload.sh mqueuefs
H A Dlinux.sh34 kldstat | grep -q linux.ko && exit 0
48 kldstat | grep -q tmpfs.ko && kldunload tmpfs.ko
H A Dfpclone.sh38 kldstat -v | grep -q pty || { kldload pty || exit 0; }
69 kldstat
/freebsd/tests/sys/netpfil/common/
H A Dutils.subr87 if ! kldstat -q -m ipfw; then
95 if ! kldstat -q -m ipfilter; then
99 if ! kldstat -q -m ipfilter; then
112 if ! kldstat -q -m dummynet; then
130 if ! kldstat -q -m ipfw_nat; then
/freebsd/sys/modules/dtrace/
H A DMakefile.inc12 kldstat
23 kldstat
/freebsd/tests/sys/netipsec/tunnel/
H A Daes_gcm_128.sh14 kldstat -q -n aesni && kldunload aesni
34 kldstat -q -n aesni && kldunload aesni
H A Daes_gcm_256.sh14 kldstat -q -n aesni && kldunload aesni
34 kldstat -q -n aesni && kldunload aesni
H A Daesni_aes_gcm_256.sh14 kldstat -q -n aesni || kldload aesni
34 kldstat -q -n aesni || kldload aesni
H A Daesni_aes_gcm_128.sh14 kldstat -q -n aesni || kldload aesni
34 kldstat -q -n aesni || kldload aesni
H A Daes_cbc_256_hmac_sha2_256.sh14 kldstat -q -n aesni || kldload aesni
34 kldstat -q -n aesni || kldload aesni
H A Daesni_aes_cbc_128_hmac_sha1.sh14 kldstat -q -n aesni || kldload aesni
34 kldstat -q -n aesni || kldload aesni
H A Daesni_aes_cbc_256_hmac_sha2_256.sh14 kldstat -q -n aesni && kldunload aesni
34 kldstat -q -n aesni && kldunload aesni
H A Daes_cbc_128_hmac_sha1.sh14 kldstat -q -n aesni && kldunload aesni
34 kldstat -q -n aesni && kldunload aesni
/freebsd/sbin/dhclient/tests/
H A Dpcp.sh128 kldstat -q -n ng_ether || kldload ng_ether
129 kldstat -q -n ng_iface || kldload ng_iface
130 kldstat -q -n ng_vlan || kldload ng_vlan
/freebsd/tools/debugscripts/
H A Ddot.gdbinit68 # script to call kldstat and pass the info on to asf(8). This won't
71 # "kldstat", which extracts the information from the "dump". The
93 kldstat
102 Display kldstat information for the target machine and invite user to paste it back in. This cause…
/freebsd/tests/sys/geom/class/part/
H A Dmisc.sh177 if ! kldstat -q -m g_part; then
184 if ! kldstat -q -m g_nop; then
/freebsd/tests/sys/common/
H A Dvnet.subr18 if kldstat -q -n if_${type}.ko; then
52 if ! kldstat -q -m if_bridge; then

1234567