Searched refs:kldstat (Results 1 – 25 of 166) sorted by relevance
1234567
25 cat >./kldstat.gdb <<'__EOF__'47 atf_check -o save:kldstat kldstat48 atf_check diff kldstat out
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
84 if ! kldstat -q -m sdt; then91 if ! kldstat -q -m g_multipath; then98 if ! kldstat -q -m g_nop; then
39 if ! kldstat -q -m if_stf; then42 if ! kldstat -q -m if_gif; then92 if ! kldstat -q -m if_stf; then95 if ! kldstat -q -m if_gif; then145 if ! kldstat -q -m if_stf; then
29 PROG= kldstat30 MAN= kldstat.8
34 kldstat | grep -q hwpmc || { kldload hwpmc.ko; loaded=1; }36 num=`kldstat -d -m hwpmc | awk -F ',' '/hwpmc/ {print $2}'`
57 kldstat | grep -q dtraceall.ko && kldunload dtraceall.ko61 kldstat | grep -q tmpfs && kldunload tmpfs.ko
44 kldstat | grep -q dtraceall.ko && kldunload dtraceall.ko47 kldstat | grep -q tmpfs && kldunload tmpfs.ko
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
34 kldstat | grep -q linux.ko && exit 048 kldstat | grep -q tmpfs.ko && kldunload tmpfs.ko
38 kldstat -v | grep -q pty || { kldload pty || exit 0; }69 kldstat
87 if ! kldstat -q -m ipfw; then95 if ! kldstat -q -m ipfilter; then99 if ! kldstat -q -m ipfilter; then112 if ! kldstat -q -m dummynet; then130 if ! kldstat -q -m ipfw_nat; then
12 kldstat23 kldstat
14 kldstat -q -n aesni && kldunload aesni34 kldstat -q -n aesni && kldunload aesni
14 kldstat -q -n aesni || kldload aesni34 kldstat -q -n aesni || kldload aesni
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
68 # script to call kldstat and pass the info on to asf(8). This won't71 # "kldstat", which extracts the information from the "dump". The93 kldstat102 Display kldstat information for the target machine and invite user to paste it back in. This cause…
177 if ! kldstat -q -m g_part; then184 if ! kldstat -q -m g_nop; then
18 if kldstat -q -n if_${type}.ko; then52 if ! kldstat -q -m if_bridge; then