Searched refs:mod (Results 251 - 275 of 551) sorted by relevance

<<11121314151617181920>>

/freebsd-current/sys/sys/
H A Dsysent.h304 int syscall_module_handler(struct module *mod, int what, void *arg);
313 struct module *mod, int what, void *arg);
/freebsd-current/sys/dev/nvmf/
H A Dnvmf_transport.c226 nvmf_transport_module_handler(struct module *mod, int what, void *arg) argument
321 nvmf_transport_modevent(module_t mod __unused, int what, void *arg __unused)
/freebsd-current/contrib/bsnmp/snmpd/
H A Dconfig.c750 parse_section(const struct lmodule *mod) argument
756 if (mod != NULL)
763 if (mod == NULL) {
768 ignore = (strcmp(strval, mod->section) != 0);
1212 parse_file(const struct lmodule *mod) argument
1222 parse_section(mod);
/freebsd-current/sbin/fsck_msdosfs/
H A Dfat.c1248 int mod = FSOK; local
1280 mod |= ret = reconnect(fat, head,
1283 if (mod & FSFATAL)
1287 mod |= FSFATMOD;
1322 mod |= writefsinfo(dosfs, boot);
1325 return mod;
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Drsaz-x86_64.pl91 ($out, $inp, $mod) = ("%rdi", "%rsi", "%rbp"); # common internal API
93 my ($out,$inp,$mod,$n0,$times) = ("%rdi","%rsi","%rdx","%rcx","%r8d");
121 movq $mod, %xmm1 # common off-load
809 my ($out,$ap,$bp,$mod,$n0) = ("%rdi","%rsi","%rdx","%rcx","%r8");
833 movq $mod, %xmm1
922 my ($out,$ap,$bp,$mod,$n0,$pwr) = ("%rdi","%rsi","%rdx","%rcx","%r8","%r9d");
1025 movq $mod, 128+16(%rsp)
1211 mov $mod, 128+16(%rsp)
1391 my ($out,$ap,$mod,$n0,$tbl,$pwr) = ("%rdi","%rsi","%rdx","%rcx","%r8","%r9d");
1417 movq $mod,
[all...]
/freebsd-current/sys/dev/cxgb/
H A Dcxgb_main.c1261 int mod = pi->phy.modtype; local
1263 if (mod != pi->media.ifm_cur->ifm_data)
1266 if (mod == phy_modtype_none)
1269 KASSERT(mod < ARRAY_SIZE(mod_str),
1270 ("invalid PHY module type %d", mod)); local
1271 if_printf(pi->ifp, "%s PHY module inserted\n", mod_str[mod]);
2069 cxgb_ifm_type(int mod) argument
2071 switch (mod) {
2088 KASSERT(0, ("%s: modtype %d unknown", __func__, mod));
2100 int mod local
3550 cxgbc_mod_event(module_t mod, int cmd, void *arg) argument
[all...]
/freebsd-current/contrib/bc/src/
H A Dnum.c812 size_t mod = n->scale % BC_BASE_DIGS, revdig; local
814 // We want mod to be in the range [1, BC_BASE_DIGS], not
816 mod = mod ? mod : BC_BASE_DIGS;
822 if (mod + revdig > BC_BASE_DIGS) places_rdx = 1;
2384 size_t len, i, temp, mod; local
2433 mod = n->scale % BC_BASE_DIGS;
2434 i = mod ? BC_BASE_DIGS - mod
2843 size_t places, mod, nrdx = BC_NUM_RDX_VAL(n); local
4458 int mod = scale % BC_BASE_DIGS; local
[all...]
/freebsd-current/sys/dev/dpaa/
H A Dfman.c270 uint32_t tmp, mod; local
296 mod = tmp % 1000000;
298 if (mod >= 500000)
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp612 auto mod = module_list.GetModuleAtIndex(i); local
613 if (IsModuleObjCLibrary(mod)) {
614 ReadObjCLibrary(mod);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libcdep.cpp88 auto *mod = FindModuleForAddress(addr); local
89 if (!mod)
92 res->info.FillModuleInfo(*mod);
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-sysv.mk248 . for mod in ${from:N''}=${to:N''}
249 !=1>&2 printf '%-24s %-24s "%s"\n' ''${word:Q} ''${mod:Q} ''${word:N'':${mod}:Q}
/freebsd-current/contrib/unbound/contrib/
H A Dunbound_munin_112 ABBREV="-e s/total/t/ -e s/thread/t/ -e s/num/n/ -e s/query/q/ -e s/answer/a/ -e s/unwanted/u/ -e s/requestlist/ql/ -e s/type/t/ -e s/class/c/ -e s/opcode/o/ -e s/rcode/r/ -e s/edns/e/ -e s/mem/m/ -e s/cache/c/ -e s/mod/m/"
285 p_config "mem.mod.iterator" "Iterator module memory" "GAUGE"
286 p_config "mem.mod.validator" "Validator module and key cache memory" "GAUGE"
471 for x in mem.cache.rrset mem.cache.message mem.mod.iterator \
472 mem.mod.validator msg.cache.count rrset.cache.count \
/freebsd-current/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_device_tbl.c503 start_device_tbl(struct lmodule *mod) argument
507 devd_fd = fd_select(devd_sock, devd_socket_callback, NULL, mod);
/freebsd-current/sys/libkern/
H A Diconv.c102 iconv_mod_handler(module_t mod, int type, void *data) argument
478 iconv_converter_handler(module_t mod, int type, void *data) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp588 Module *mod = module.get(); local
594 mod->GetObjectName().AsCString(""), link_map, tp, modid, tls_block);
/freebsd-current/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c169 LDAPMod *mod; local
180 mod = (*modlist)[cMods];
181 mod->mod_op = modop;
182 mod->mod_type = ber_strdup(attribute);
183 if (mod->mod_type == NULL) {
184 ber_memfree(mod);
190 mod->mod_bvalues = NULL;
192 mod->mod_values = NULL;
/freebsd-current/usr.sbin/mixer/
H A Dmixer.c179 cp->mod(cp->parent_dev, p);
195 cp->mod(cp->parent_dev, valstr);
/freebsd-current/contrib/unbound/daemon/
H A Dworker.c145 mods.mod[i]->get_mem));
146 if(strcmp(worker->env.mesh->mods.mod[i]->name, "validator")==0)
147 val += (*worker->env.mesh->mods.mod[i]->get_mem)
150 else if(strcmp(worker->env.mesh->mods.mod[i]->name,
152 subnet += (*worker->env.mesh->mods.mod[i]->get_mem)
155 else iter += (*worker->env.mesh->mods.mod[i]->get_mem)
204 mods.mod[i]->get_mem));
205 if(strcmp(worker->env.mesh->mods.mod[i]->name, "validator")==0)
206 val += (*worker->env.mesh->mods.mod[i]->get_mem)
209 else if(strcmp(worker->env.mesh->mods.mod[
[all...]
/freebsd-current/contrib/ofed/infiniband-diags/src/
H A Dibping.c123 call.mod = 0;
/freebsd-current/contrib/ofed/libibmad/
H A Dmad.c128 mad_set_field(buf, 0, IB_MAD_ATTRMOD_F, rpc->attr.mod);
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_coroutine.lua293 __mod = function(a,b) coroutine.yield(nil, "mod"); return a.x % b.x end,
337 assert(run(function () return a % b end, {"mod"}) == 10)
/freebsd-current/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_main.c311 mlx4en_evhand(module_t mod, int event, void *arg) argument
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_rpcb_pxy.c408 int mod; local
411 mod = 0;
489 mod = 1;
502 return (mod);
/freebsd-current/sys/security/mac_veriexec/
H A Dveriexec_fingerprint.c417 * @param mod module information
425 mac_veriexec_fingerprint_modevent(module_t mod, int type, void *data) argument
/freebsd-current/sys/cddl/dev/kinst/
H A Dkinst.c304 kinst_modevent(module_t mod __unused, int type, void *data __unused)

Completed in 401 milliseconds

<<11121314151617181920>>