Searched refs:modid (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/sbin/kldstat/
H A Dkldstat.c42 printmod(int modid) argument
47 if (modstat(modid, &stat) < 0)
48 warn("can't stat module id %d", modid);
57 int modid; local
71 for (modid = kldfirstmod(fileid); modid > 0;
72 modid = modfnext(modid))
73 printmod(modid);
126 int modid; local
[all...]
/freebsd-9.3-release/sys/kern/
H A Dkern_module.c234 module_lookupbyid(int modid) argument
241 if (mod->id == modid)
321 if (uap->modid == 0) {
329 mod = module_lookupbyid(uap->modid);
352 mod = module_lookupbyid(uap->modid);
384 mod = module_lookupbyid(uap->modid);
481 mod = module_lookupbyid(uap->modid);
H A Dsystrace_args.c1525 iarg[0] = p->modid; /* int */
1532 iarg[0] = p->modid; /* int */
1540 iarg[0] = p->modid; /* int */
/freebsd-9.3-release/sbin/ifconfig/
H A Difconfig.c1086 int fileid, modid; local
1111 for (modid = kldfirstmod(fileid); modid > 0;
1112 modid = modfnext(modid)) {
1113 if (modstat(modid, &mstat) < 0)
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_sys.c81 int fileid, modid; local
89 for (modid = kldfirstmod(fileid); modid > 0;
90 modid = modfnext(modid)) {
92 if (modstat(modid, &mstat) < 0)
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c123 int fileid, modid; local
128 for (modid = kldfirstmod(fileid); modid > 0;
129 modid = modfnext(modid)) {
130 if (modstat(modid, &mstat) < 0)
/freebsd-9.3-release/sys/compat/freebsd32/
H A Dfreebsd32_systrace_args.c1428 iarg[0] = p->modid; /* int */
1435 iarg[0] = p->modid; /* int */
1443 iarg[0] = p->modid; /* int */
H A Dfreebsd32_proto.h267 char modid_l_[PADL_(int)]; int modid; char modid_r_[PADR_(int)]; member in struct:freebsd32_modstat_args
/freebsd-9.3-release/sys/sys/
H A Dsysproto.h817 char modid_l_[PADL_(int)]; int modid; char modid_r_[PADR_(int)]; member in struct:modnext_args
820 char modid_l_[PADL_(int)]; int modid; char modid_r_[PADR_(int)]; member in struct:modstat_args
824 char modid_l_[PADL_(int)]; int modid; char modid_r_[PADR_(int)]; member in struct:modfnext_args

Completed in 163 milliseconds