Searched refs:kldstat (Results 1 – 25 of 68) sorted by relevance
123
32 kldstat -n kqemu || kldload kqemu33 kldstat -n aio || kldload aio34 kldstat -n if_tap || kldload if_tap35 kldstat -n if_bridge || kldload if_bridge
85 if ! kldstat -q -m sdt; then92 if ! kldstat -q -m g_multipath; then99 if ! kldstat -q -m g_nop; then
85 if ! kldstat -q -m ipfw; then93 if ! kldstat -q -m ipfilter; then97 if ! kldstat -q -m ipfilter; then110 if ! kldstat -q -m dummynet; then125 if ! kldstat -q -m ipfw_nat; then
30 PROG= kldstat31 MAN= kldstat.8
14 kldstat25 kldstat
15 kldstat -q -n aesni || kldload aesni35 kldstat -q -n aesni || kldload aesni
15 kldstat -q -n aesni && kldunload aesni35 kldstat -q -n aesni && kldunload aesni
40 if ! kldstat -q -m if_stf; then43 if ! kldstat -q -m if_gif; then
40 if ! kldstat -q -m if_gif; then
69 # script to call kldstat and pass the info on to asf(8). This won't72 # "kldstat", which extracts the information from the "dump". The94 kldstat103 Display kldstat information for the target machine and invite user to paste it back in. This cause…
178 if ! kldstat -q -m g_part; then185 if ! kldstat -q -m g_nop; then
6 CRUNCH_PROGS_sbin+= kldload kldunload kldstat
44 if ! kldstat -q -m pfsync; then51 if ! kldstat -q -m pflog; then
75 MODSTAT= /sbin/kldstat
74 kldstat -q -n ${m} || \
54 if ! kldstat -q -m g_${class}; then
63 if ! kldstat -q -m $required_module; then
50 if (kldstat(fid, &fstat) != 0) in kld_isloaded()
104 if (kldstat(fileid, &stat) < 0) in main()