Searched refs:imod (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/conf/
H A Dconf_mod.c58 static void module_finish(CONF_IMODULE *imod);
295 CONF_IMODULE *imod = NULL; local
298 imod = OPENSSL_malloc(sizeof(*imod));
299 if (imod == NULL)
302 imod->pmod = pmod;
303 imod->name = OPENSSL_strdup(name);
304 imod->value = OPENSSL_strdup(value);
305 imod->usr_data = NULL;
307 if (!imod
392 CONF_IMODULE *imod; local
403 module_finish(CONF_IMODULE *imod) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp2351 unsigned imod = fieldFromInstruction(Insn, 18, 2); local
2365 // imod == '01' --> UNPREDICTABLE
2367 // return failure here. The '01' imod value is unprintable, so there's
2370 if (imod == 1) return MCDisassembler::Fail;
2372 if (imod && M) {
2374 Inst.addOperand(MCOperand::createImm(imod));
2377 } else if (imod && !M) {
2379 Inst.addOperand(MCOperand::createImm(imod));
2382 } else if (!imod && M) {
2387 // imod
2398 unsigned imod = fieldFromInstruction(Insn, 9, 2); local
4431 unsigned imod = fieldFromInstruction(Insn, 4, 1) | 0x2; local
[all...]
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_xhci.c217 uint32_t imod; /* interrupter moderation */ member in struct:pci_xhci_rtsregs::__anon16470
2046 rts->intrreg.imod = value;
2994 SNAPSHOT_VAR_OR_LEAVE(sc->rtsregs.intrreg.imod, meta, ret, done);

Completed in 135 milliseconds