Home
last modified time | relevance | path

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

1234567

/src/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
/src/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
/src/tools/test/stress2/misc/
H A Dfdescfs2.sh18 kldstat | grep -q fdescfs.ko && { kldunload fdescfs.ko && wasloaded=1; }
32 kldstat | grep -q fdescfs.ko &&
35 kldstat | grep -q fdescfs.ko ||
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 Dsystrace2.sh44 kldstat | grep -q dtraceall.ko && kldunload dtraceall.ko
47 kldstat | grep -q tmpfs && kldunload tmpfs.ko
H A Dsystrace.sh57 kldstat | grep -q dtraceall.ko && kldunload dtraceall.ko
61 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
/src/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
/src/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
H A Dif_gif.sh39 if ! kldstat -q -m if_gif; then
83 if ! kldstat -q -m if_gif; then
127 if ! kldstat -q -m if_gif; then
171 if ! kldstat -q -m if_gif; then
217 if ! kldstat -q -m if_gif; then
293 if ! kldstat -q -m if_gif; then
/src/sbin/kldstat/
H A DMakefile29 PROG= kldstat
30 MAN= kldstat.8
/src/sys/modules/dtrace/
H A DMakefile.inc12 kldstat
23 kldstat
/src/tests/sys/netipsec/tunnel/
H A Daesni_aes_gcm_128.sh14 kldstat -q -n aesni || kldload aesni
34 kldstat -q -n aesni || kldload aesni
H A Daesni_aes_gcm_256.sh14 kldstat -q -n aesni || kldload aesni
34 kldstat -q -n aesni || kldload aesni
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_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_256_hmac_sha2_256.sh14 kldstat -q -n aesni || kldload aesni
34 kldstat -q -n aesni || kldload aesni
H A Daes_cbc_128_hmac_sha1.sh14 kldstat -q -n aesni && kldunload aesni
34 kldstat -q -n aesni && kldunload aesni
/src/tests/sys/netpfil/common/
H A Dutils.subr88 if ! kldstat -q -m ipfw; then
98 if ! kldstat -q -m ipfilter; then
102 if ! kldstat -q -m ipfilter; then
115 if ! kldstat -q -m dummynet; then
133 if ! kldstat -q -m ipfw_nat; then
/src/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
/src/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…

1234567