Searched refs:mod (Results 176 - 200 of 552) sorted by relevance

1234567891011>>

/freebsd-current/cddl/usr.sbin/dtrace/tests/common/profile-n/
H A DMakefile18 tst.mod.ksh \
/freebsd-current/contrib/ofed/infiniband-diags/src/
H A Dibdiag_sa.c98 uint16_t attr, uint32_t mod, uint64_t comp_mask,
110 rpc.attr.mod = mod;
97 sa_query(struct sa_handle * h, uint8_t method, uint16_t attr, uint32_t mod, uint64_t comp_mask, uint64_t sm_key, void *data, size_t datasz, struct sa_query_result *result) argument
H A Dibroute.c146 uint32_t mod; local
214 mod = (block - IB_MIN_MCAST_LID / IB_MLIDS_IN_BLOCK)
217 DEBUG("reading block %x chunk %d mod %x", block, j,
218 mod);
220 (mft + j, portid, IB_ATTR_MULTICASTFORWTBL, mod, 0,
224 status, mod);
H A Ddump_fts.c121 uint32_t mod; local
190 mod = (block - IB_MIN_MCAST_LID / IB_MLIDS_IN_BLOCK)
193 DEBUG("reading block %x chunk %d mod %x", block, j,
194 mod);
196 (mft + j, portid, IB_ATTR_MULTICASTFORWTBL, mod, 0,
204 status, mod);
/freebsd-current/sys/sys/
H A Diconv.h199 static int fsname ## _iconv_mod_handler(module_t mod, \
202 fsname ## _iconv_mod_handler(module_t mod, int type, void *d) \
240 int iconv_converter_handler(module_t mod, int type, void *data);
/freebsd-current/usr.bin/factor/
H A Dfactor.c349 BN_ULONG mod; local
351 mod = *a % b;
353 return mod;
/freebsd-current/stand/efi/gptboot/
H A Dproto.c224 const boot_module_t *mod = &ufs_module; local
264 if (mod->load(fn, bootdev, &loaderbuf, &loadersize) !=
270 try_boot(mod, bootdev, loaderbuf, loadersize);
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DPDB.cpp153 pdb::DbiModuleDescriptorBuilder &mod);
1430 StringRef path, pdb::DbiModuleDescriptorBuilder &mod) {
1457 mod.addSymbol(codeview::SymbolSerializer::writeOneSymbol(
1459 mod.addSymbol(codeview::SymbolSerializer::writeOneSymbol(
1461 mod.addSymbol(codeview::SymbolSerializer::writeOneSymbol(
1466 pdb::DbiModuleDescriptorBuilder &mod,
1487 mod.addSymbol(codeview::SymbolSerializer::writeOneSymbol(
1491 static void addLinkerModuleSectionSymbol(pdb::DbiModuleDescriptorBuilder &mod, argument
1500 mod.addSymbol(codeview::SymbolSerializer::writeOneSymbol(
1510 addLinkerModuleCoffGroup(sec, mod, o
1429 addCommonLinkerModuleSymbols( StringRef path, pdb::DbiModuleDescriptorBuilder &mod) argument
1465 addLinkerModuleCoffGroup(PartialSection *sec, pdb::DbiModuleDescriptorBuilder &mod, OutputSection &os) argument
1534 llvm::pdb::DbiModuleDescriptorBuilder *&mod = dllToModuleDbi[dll]; local
[all...]
/freebsd-current/sys/dev/usb/gadget/
H A Dg_modem.c375 int mod; local
401 mod = sc->sc_pattern_len;
402 max = sc->sc_tx_interval ? mod : G_MODEM_BUFSIZE;
404 if (mod == 0) {
409 sc->sc_data_buf[x] = sc->sc_pattern[x % mod];
H A Dg_keyboard.c284 int mod = sc->sc_pattern_len; local
286 if (mod == 0)
289 index %= mod;
/freebsd-current/contrib/ofed/libibverbs/examples/
H A Dxsrq_pingpong.c140 struct ibv_qp_attr mod; local
157 mod.qp_state = IBV_QPS_INIT;
158 mod.pkey_index = 0;
159 mod.port_num = ctx.ib_port;
160 mod.qp_access_flags = IBV_ACCESS_REMOTE_WRITE | IBV_ACCESS_REMOTE_READ;
162 if (ibv_modify_qp(ctx.recv_qp[i], &mod,
184 mod.qp_state = IBV_QPS_INIT;
185 mod.pkey_index = 0;
186 mod.port_num = ctx.ib_port;
187 mod
[all...]
/freebsd-current/sys/cddl/dev/kinst/amd64/
H A Dkinst_isa.c70 _MATCH_REG( 4, rsp); /* SIB when mod != 3 */
404 uint8_t mod, rm, sib; local
409 mod = KINST_MODRM_MOD(modrm);
411 if (mod == 0 && rm == 5) {
418 havesib = (mod != 3 && rm == 4);
420 if (mod == 1)
422 else if (mod == 2)
424 else if (mod == 3)
/freebsd-current/crypto/openssl/crypto/modes/asm/
H A Dghash-parisc.pl645 my ($mod,$args) = @_;
646 my $orig = "ldd$mod\t$args";
655 $opcode|=(1<<5) if ($mod =~ /^,m/);
656 $opcode|=(1<<13) if ($mod =~ /^,mb/);
663 my ($mod,$args) = @_;
664 my $orig = "std$mod\t$args";
674 my ($mod,$args) = @_;
675 my $orig = "extrd$mod\t$args";
689 $opcode |= (1<<13) if ($mod =~ /,\**=/);
696 my ($mod,
[all...]
/freebsd-current/sys/dev/usb/serial/
H A Duchcom.c578 uint32_t mod; local
605 mod = (UCHCOM_BPS_MOD_BASE / rate) + UCHCOM_BPS_MOD_BASE_OFS;
606 mod = mod + (mod / 2);
608 dp->dv_mod = (mod + 0xFF) / 0x100;
/freebsd-current/contrib/ofed/libibmad/
H A Dmad.h254 unsigned mod; member in struct:__anon5602
1474 unsigned mod; member in struct:ib_sa_call
1487 unsigned mod; member in struct:ib_vendor_call
1496 unsigned mod; member in struct:ib_bm_call
1675 unsigned mod, unsigned timeout) DEPRECATED;
1677 unsigned mod, unsigned timeout) DEPRECATED;
1681 unsigned mod, unsigned timeout,
1684 unsigned mod, unsigned timeout,
1687 unsigned attrid, unsigned mod,
1691 unsigned attrid, unsigned mod,
[all...]
/freebsd-current/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.c87 #define FASTTRAP_MODRM(mod, reg, rm) (((mod) << 6) | ((reg) << 3) | (rm))
393 uint_t mod = FASTTRAP_MODRM_MOD(instr[start + 1]); local
405 if (mod == 3)
417 if (mod != 3 && rm == 4) {
427 tp->ftt_base = (mod == 0 && base == 5) ?
432 sz = mod == 1 ? 1 : 4;
435 * In 64-bit mode, mod == 0 and r/m == 5
440 if (mod == 0 && rm == 5) {
453 sz = mod
592 uint_t mod = FASTTRAP_MODRM_MOD(instr[rmindex]); local
[all...]
/freebsd-current/usr.sbin/bsnmpd/modules/snmp_lm75/
H A Dsnmp_lm75.c79 static int lm75_init(struct lmodule *mod, int argc, char *argv[]);
94 lm75_init(struct lmodule *mod, int argc __unused, char *argv[] __unused) argument
97 module = mod;
/freebsd-current/contrib/ofed/libibnetdisc/
H A Dinternal.h118 unsigned attrid, unsigned mod, smp_comp_cb_t cb, void *cb_data);
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_scalar.c103 iv_t mod; member in struct:__anon158
108 .mod = 0x1d1d1d1d1d1d1d1dULL,
112 .mod = 0x1d1d1d1dULL,
127 (a).e = (a).e ^ (_mask & scalar_mul2_consts.mod); \
/freebsd-current/sys/security/mac_veriexec/
H A Dmac_veriexec.h172 int mac_veriexec_fingerprint_modevent(module_t mod, int type, void *data);
/freebsd-current/share/examples/kld/dyn_sysctl/
H A Ddyn_sysctl.c56 load(module_t mod, int cmd, void *arg) argument
/freebsd-current/sys/dev/ipmi/
H A Dipmi_linux.c80 ipmi_linux_modevent(module_t mod, int type, void *data) argument
/freebsd-current/sys/dev/nvram/
H A Dnvram.c151 nvram_modevent(module_t mod __unused, int type, void *data __unused)
/freebsd-current/sys/nfs/
H A Dnfs_nfssvc.c119 nfssvc_modevent(module_t mod, int type, void *data) argument
/freebsd-current/sys/netpfil/ipfw/
H A Ddn_sched.h202 int dn_sched_modevent(module_t mod, int cmd, void *arg);

Completed in 818 milliseconds

1234567891011>>