Searched refs:mod (Results 101 - 125 of 410) sorted by relevance

1234567891011>>

/freebsd-10.0-release/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-10.0-release/sys/dev/usb/gadget/
H A Dg_modem.c377 int mod; local
404 mod = sc->sc_pattern_len;
405 max = sc->sc_tx_interval ? mod : G_MODEM_BUFSIZE;
407 if (mod == 0) {
412 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-10.0-release/crypto/openssl/crypto/modes/asm/
H A Dghash-armv4.pl308 my ($Hhi, $Hlo, $Zo, $T, $xi, $mod) = map("d$_",(0..7));
330 vmov.i32 $mod,#0xe1 @ our irreducible polynomial
332 vshr.u64 $mod,#32
353 vmov.i32 $mod,#0xe1 @ our irreducible polynomial
355 vshr.u64 $mod,#32
391 vmull.p8 $R,$Zo,$mod @ "carry"�0xe1
402 vand $Zo,$mod @ suffices to mask the bit
H A Dghash-parisc.pl635 my ($mod,$args) = @_;
636 my $orig = "ldd$mod\t$args";
645 $opcode|=(1<<5) if ($mod =~ /^,m/);
646 $opcode|=(1<<13) if ($mod =~ /^,mb/);
653 my ($mod,$args) = @_;
654 my $orig = "std$mod\t$args";
664 my ($mod,$args) = @_;
665 my $orig = "extrd$mod\t$args";
679 $opcode |= (1<<13) if ($mod =~ /,\**=/);
686 my ($mod,
[all...]
/freebsd-10.0-release/sbin/fsck_msdosfs/
H A Dfat.c654 int mod = FSOK; local
668 mod |= ret = reconnect(dosfs, boot, fat, head);
669 if (mod & FSFATAL)
673 mod |= FSFATMOD;
689 mod |= writefsinfo(dosfs, boot);
692 return mod;
/freebsd-10.0-release/sys/dev/usb/serial/
H A Duchcom.c574 uint32_t mod; local
601 mod = (UCHCOM_BPS_MOD_BASE / rate) + UCHCOM_BPS_MOD_BASE_OFS;
602 mod = mod + (mod / 2);
604 dp->dv_mod = (mod + 0xFF) / 0x100;
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.c140 #define FASTTRAP_MODRM(mod, reg, rm) (((mod) << 6) | ((reg) << 3) | (rm))
435 uint_t mod = FASTTRAP_MODRM_MOD(instr[start + 1]); local
447 if (mod == 3)
459 if (mod != 3 && rm == 4) {
469 tp->ftt_base = (mod == 0 && base == 5) ?
474 sz = mod == 1 ? 1 : 4;
477 * In 64-bit mode, mod == 0 and r/m == 5
482 if (mod == 0 && rm == 5) {
495 sz = mod
634 uint_t mod = FASTTRAP_MODRM_MOD(instr[rmindex]); local
[all...]
/freebsd-10.0-release/contrib/ofed/management/infiniband-diags/src/
H A Dibroute.c151 uint32_t mod; local
204 mod = (block - IB_MIN_MCAST_LID/IB_MLIDS_IN_BLOCK) | (j << 28);
206 DEBUG("reading block %x chunk %d mod %x", block, j, mod);
207 if (!smp_query(mft + j, portid, IB_ATTR_MULTICASTFORWTBL, mod, 0))
/freebsd-10.0-release/share/examples/kld/dyn_sysctl/
H A Ddyn_sysctl.c56 load(module_t mod, int cmd, void *arg) argument
/freebsd-10.0-release/sys/cam/ctl/
H A Dctl_backend.h88 static int name ## _modevent(module_t mod, int type, void *data) \
203 CTL_BE_FLAG_INTERNAL = 0x02 /* don't inc mod refcount */
/freebsd-10.0-release/sys/cddl/dev/
H A Dprototype.c109 prototype_modevent(module_t mod __unused, int type, void *data __unused)
/freebsd-10.0-release/sys/compat/freebsd32/
H A Dfreebsd32_util.h103 int syscall32_module_handler(struct module *mod, int what, void *arg);
/freebsd-10.0-release/sys/dev/bktr/
H A Dbktr_mem.c69 bktr_mem_modevent(module_t mod, int type, void *unused){ argument
/freebsd-10.0-release/sys/dev/ipmi/
H A Dipmi_linux.c80 ipmi_linux_modevent(module_t mod, int type, void *data) argument
/freebsd-10.0-release/sys/dev/null/
H A Dnull.c153 null_modevent(module_t mod __unused, int type, void *data __unused)
/freebsd-10.0-release/sys/dev/nvram/
H A Dnvram.c151 nvram_modevent(module_t mod __unused, int type, void *data __unused)
/freebsd-10.0-release/sys/dev/pty/
H A Dpty.c139 pty_modevent(module_t mod, int type, void *data) argument
/freebsd-10.0-release/sys/geom/sched/
H A Dgs_scheduler.h224 int g_gsched_modevent(module_t mod, int cmd, void *arg);
/freebsd-10.0-release/sys/i386/ibcs2/
H A Dibcs2_sysvec.c106 ibcs2_modevent(module_t mod, int type, void *unused) argument
/freebsd-10.0-release/sys/nfs/
H A Dnfs_nfssvc.c118 nfssvc_modevent(module_t mod, int type, void *data) argument
/freebsd-10.0-release/tools/regression/kthread/kld/
H A Dkthrdlk.c178 kthrdlk_handler(module_t mod, int /*modeventtype_t*/ what, argument
/freebsd-10.0-release/tools/regression/redzone9/
H A Dredzone.c124 redzone_modevent(module_t mod, int type, void *data) argument
/freebsd-10.0-release/contrib/binutils/opcodes/
H A Di386-dis.c1466 int mod; member in struct:__anon686
1473 /* If we are accessing mod/rm/reg without need_modrm set, then the
3813 modrm.mod = (*codep >> 6) & 3;
3820 modrm.mod = (*codep >> 6) & 3;
4287 if (modrm.mod != 3)
4297 /* Skip mod/rm byte. */
4391 if (modrm.mod != 3 || (sizeflag & SUFFIX_ALWAYS))
4416 if (modrm.mod == 3)
4557 if (modrm.mod != 3 || (sizeflag & SUFFIX_ALWAYS))
4566 if (modrm.mod !
[all...]
/freebsd-10.0-release/contrib/groff/src/preproc/tbl/
H A Dtable.cpp151 const entry_modifier *mod; member in class:table_entry
196 set_inline_modifier(mod);
198 restore_inline_modifier(mod);
332 start_row(-1), end_row(-1), start_col(-1), end_col(-1), mod(m)
403 switch (mod->vertical_alignment) {
467 set_inline_modifier(mod);
472 restore_inline_modifier(mod);
554 set_inline_modifier(mod);
557 restore_inline_modifier(mod);
569 set_inline_modifier(mod);
[all...]

Completed in 354 milliseconds

1234567891011>>