Searched refs:kldload (Results 1 – 25 of 201) sorted by relevance
123456789
5 -kldload dtrace7 -kldload sdt8 -kldload fbt9 -kldload prototype11 -kldload profile12 -kldload systrace
31 kldstat -n kqemu || kldload kqemu32 kldstat -n aio || kldload aio33 kldstat -n if_tap || kldload if_tap34 kldstat -n if_bridge || kldload if_bridge
29 PROG= kldload30 MAN= kldload.8
14 kldstat -q -n aesni || kldload aesni34 kldstat -q -n aesni || kldload aesni
49 kldload smrstress.ko55 rm -f kldload.core $mod
57 kldstat -v | grep -q sysvmsg || $stress2tools/kldload.sh sysvmsg58 kldstat -v | grep -q sysvsem || $stress2tools/kldload.sh sysvsem59 kldstat -v | grep -q sysvshm || $stress2tools/kldload.sh sysvshm60 kldstat -v | grep -q aio || $stress2tools/kldload.sh aio61 kldstat -v | grep -q mqueuefs || $stress2tools/kldload.sh mqueuefs
37 kldload linux.ko41 [ `uname -m` = amd64 ] && kldload linux64.ko
65 kldload smrstress.ko79 rm -f kldload.core $mod
35 [ -c /dev/fuse ] || kldload fusefs.ko39 [ -c /dev/fuse ] || kldload fusefs.ko
38 kldstat -v | grep -q pty || { kldload pty || exit 0; }56 kldload $dir/fpclone.ko
39 kldload fusefs.ko
32 kldstat -v | grep -qw aesni || { kldload aesni.ko; loaded=1; }
40 kldstat | grep -q pty.ko || kldload pty.ko
34 kldstat | grep -q hwpmc || { kldload hwpmc.ko; loaded=1; }
35 kldstat -v | grep -q hwpmc || { kldload hwpmc; loaded=1; }
8 kldstat -v | grep -q hwpmc || { kldload hwpmc; loaded=1; }
35 kldload $1 2>/dev/null && exit 066 [ -s $tmpkld ] && kldload $tmpkld; ec=$?
44 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"109 kldload -n netmap || atf_skip "This test requires netmap and could not load it"200 kldload -n if_wg || atf_skip "This test requires if_wg and could not load it"241 kldload -n if_wg || atf_skip "This test requires if_wg and could not load it"293 kldload -n if_wg
128 kldstat -q -n ng_ether || kldload ng_ether129 kldstat -q -n ng_iface || kldload ng_iface130 kldstat -q -n ng_vlan || kldload ng_vlan
31 def kldload(self, kld_name: str) -> int: member in LibCWrapper32 if self._libc.kldload(bytes(kld_name, encoding="ascii")) == -1:
5 CRUNCH_PROGS_sbin+= kldload kldunload kldstat
6 # kldload redzone