Home
last modified time | relevance | path

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

12

/dragonfly/sbin/kldstat/
H A DMakefile29 PROG= kldstat
30 MAN= kldstat.8
/dragonfly/usr.sbin/asf/
H A Dasf.c177 FILE *kldstat; in main() local
189 kldstat = stdin; in main()
193 if (!(kldstat = popen("kldstat", "r"))) { in main()
244 while (fgets(buf, MAXLINE, kldstat)) { in main()
/dragonfly/etc/rc.d/
H A Dpf31 kldstat -qm pf || kldload -n pf || exit 1
76 if ! kldstat -q -m "pf"; then
H A Dsyscons167 for i in `kldstat | awk '$5 ~ "^splash_.*$" { print $5 }'`; do
170 kldstat -qm ${saver}_saver || kldload -n ${saver}_saver
H A Dnfsserver19 kldstat -qm nfs || kldload -n nfs || return 1
H A Dvknetd18 kldstat -qm if_tap || kldload -n if_tap || exit 1
H A Daddswap26 kldstat -qm vn || kldload -n vn || exit 1
H A Dip6fw22 kldstat -qm ip6fw || kldload -n ip6fw || return 1
H A Dnfsclient21 kldstat -qm nfs || kldload -n nfs || return 1
H A Dmountcritremote31 kldstat -qm nfs || kldload -n nfs || return 1
H A Dpflog28 kldstat -qm pf || kldload -n pf || exit 1
H A Dipfw22 kldstat -qm ipfw || kldload -n ipfw || return 1
/dragonfly/share/examples/kld/cdev/test/
H A DMakefile73 MODSTAT= /sbin/kldstat
/dragonfly/test/stress/stress2/misc/
H A Dpmc.sh37 kldstat -v | grep -q hwpmc || kldload hwpmc
H A Dzfs.sh37 kldstat -v | grep -q zfs.ko || kldload zfs.ko
H A Dzfs2.sh37 kldstat -v | grep -q zfs.ko || kldload zfs.ko
H A Dzfs5.sh37 kldstat -v | grep -q zfs.ko || kldload zfs.ko
H A Dzfs3.sh39 kldstat -v | grep -q zfs.ko || kldload zfs.ko
H A Dfpclone2.sh67 kldstat
H A Dzfs4.sh37 kldstat -v | grep -q zfs.ko || kldload zfs.ko
/dragonfly/test/testcases/libnvmm/
H A DMakefile8 kldstat -qm nvmm || kldload -n nvmm
/dragonfly/share/misc/
H A Dgdbinit48 define kldstat
198 document kldstat
199 Output list of loaded kernel modules in kldstat(1) style.
/dragonfly/sbin/kldunload/
H A Dkldunload.c94 if (kldstat(fileid, &stat) < 0) in main()
/dragonfly/sbin/
H A DMakefile44 kldstat \
/dragonfly/share/examples/netgraph/
H A Dether.bridge73 if kldstat -v | grep -qw ${KLD}; then

12