Home
last modified time | relevance | path

Searched refs:modstat (Results 1 – 10 of 10) sorted by relevance

/dragonfly/sbin/kldstat/
HDkldstat.c51 if (modstat(modid, &stat) < 0) in printmod()
155 if (modstat(modid, &stat) < 0) in main()
/dragonfly/share/examples/kld/syscall/test/
HDcall.c54 modstat(modfind("syscall"), &stat); in main()
/dragonfly/sys/sys/
HDmodule.h192 int modstat(int, struct module_stat *);
HDsyscall.mk167 modstat.o \
HDsysunion.h173 struct modstat_args modstat; member
/dragonfly/lib/libc/sys/
HDMakefile.inc81 modfind.2 modnext.2 modstat.2 \
HDSymbol.map169 modstat;
/dragonfly/usr.bin/crunch/examples/
HDreally-big.conf47 progs mkstr modstat more msgs netstat newsyslog nfsstat nice nm nohup
/dragonfly/sbin/ifconfig/
HDifconfig.c1432 if (modstat(modid, &mstat) < 0) in ifmaybeload()
/dragonfly/usr.sbin/moused/
HDmoused.c867 if (modstat(modid, &mstat) < 0) in usbmodule()