Home
last modified time | relevance | path

Searched refs:kldload (Results 1 – 25 of 205) sorted by relevance

123456789

/freebsd/sys/modules/dtrace/
H A DMakefile.inc4 -kldload dtrace
6 -kldload sdt
7 -kldload fbt
8 -kldload prototype
10 -kldload profile
11 -kldload systrace
/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/sbin/kldload/
H A DMakefile29 PROG= kldload
30 MAN= kldload.8
/freebsd/tests/sys/netipsec/tunnel/
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
/freebsd/tools/test/stress2/misc/
H A Dsmrstress.sh49 kldload smrstress.ko
55 rm -f kldload.core $mod
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.sh37 kldload linux.ko
41 [ `uname -m` = amd64 ] && kldload linux64.ko
H A Dsmrstress2.sh65 kldload smrstress.ko
79 rm -f kldload.core $mod
H A Dfuse2.sh35 [ -c /dev/fuse ] || kldload fusefs.ko
39 [ -c /dev/fuse ] || kldload fusefs.ko
H A Dfpclone.sh38 kldstat -v | grep -q pty || { kldload pty || exit 0; }
56 kldload $dir/fpclone.ko
H A Dfuse3.sh39 kldload fusefs.ko
H A Daesni.sh37 kldstat -v | grep -qw aesni || { kldload aesni.ko; loaded=1; }
H A Dwrite2.sh40 kldstat | grep -q pty.ko || kldload pty.ko
H A Dpmc3.sh34 kldstat | grep -q hwpmc || { kldload hwpmc.ko; loaded=1; }
H A Dpmc6.sh35 kldstat -v | grep -q hwpmc || { kldload hwpmc; loaded=1; }
/freebsd/tools/test/stress2/tools/
H A Dkldload.sh35 kldload $1 2>/dev/null && exit 0
66 [ -s $tmpkld ] && kldload $tmpkld; ec=$?
/freebsd/tests/sys/net/
H A Dif_wg.sh44 kldload -n if_wg || atf_skip "This test requires if_wg and could not load it"
108 kldload -n if_wg || atf_skip "This test requires if_wg and could not load it"
186 kldload -n if_wg || atf_skip "This test requires if_wg and could not load it"
187 kldload -n netmap || atf_skip "This test requires netmap and could not load it"
278 kldload -n if_wg || atf_skip "This test requires if_wg and could not load it"
319 kldload -n if_wg || atf_skip "This test requires if_wg and could not load it"
371 kldload -n if_wg
/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/libexec/flua/libfreebsd/sys/linker/
H A Dlinker.c27 ret = kldload(name); in lua_kldload()
70 REG_SIMPLE(kldload),
/freebsd/tests/atf_python/
H A Dutils.py31 def kldload(self, kld_name: str) -> int: member in LibCWrapper
32 if self._libc.kldload(bytes(kld_name, encoding="ascii")) == -1:
/freebsd/tools/bsdbox/
H A DMakefile.kld5 CRUNCH_PROGS_sbin+= kldload kldunload kldstat
/freebsd/tools/regression/redzone9/
H A DREADME6 # kldload redzone

123456789