tag | line | file | source code |
v | 160 | arch/i386/math-emu/fpu_emu.h | asmlinkage unsigned shrxs(void *v, unsigned x); |
v | 12 | arch/ppc/kernel/mmu.h | unsigned long v:1; /* Entry is valid */ |
v | 109 | arch/ppc/kernel/mmu.h | unsigned long v:1; /* Entry is valid */ |
v | 601 | arch/ppc/mm/init.c | if (_pte->v && _pte->vsid == vsid && _pte->h == _h && _pte->api == api) |
v | 607 | arch/ppc/mm/init.c | if ((empty == (PTE *)NULL) && !_pte->v) |
v | 627 | arch/ppc/mm/init.c | printk(" V: %d, VSID: %05x, H: %d, RPN: %04x, R: %d, C: %d, PP: %x\n", _pte->v, _pte->vsid, _pte->h, _pte->rpn, _pte->r, _pte->c, _pte->pp); |
v | 633 | arch/ppc/mm/init.c | printk(" V: %d, VSID: %05x, H: %d, RPN: %04x, R: %d, C: %d, PP: %x\n", _pte->v, _pte->vsid, _pte->h, _pte->rpn, _pte->r, _pte->c, _pte->pp); |
v | 657 | arch/ppc/mm/init.c | slot->v = 1; |
v | 713 | arch/ppc/mm/init.c | slot->v = 0; |
v | 12 | arch/ppc/mm/mmu.h | unsigned long v:1; /* Entry is valid */ |
v | 109 | arch/ppc/mm/mmu.h | unsigned long v:1; /* Entry is valid */ |
v | 228 | drivers/cdrom/sjcd.c | int u, v; |
v | 230 | drivers/cdrom/sjcd.c | u = bin % 10; v = bin / 10; |
v | 231 | drivers/cdrom/sjcd.c | return( u | ( v << 4 ) ); |
v | 197 | drivers/char/console.c | #define serial_echo_outb(v,a) outb((v),(a)+serial_echo_port) |
v | 105 | drivers/char/selection.c | static inline unsigned short limit(const unsigned short v, const unsigned short u) |
v | 108 | drivers/char/selection.c | if (v > u) |
v | 110 | drivers/char/selection.c | return v; |
v | 178 | drivers/char/tga.c | #define TGA_WRITE_REG(v,r) \ |
v | 179 | drivers/char/tga.c | { writel((v), tga_regs_base+(r)); mb(); } |
v | 183 | drivers/char/tga.c | #define BT485_WRITE(v,r) \ |
v | 185 | drivers/char/tga.c | TGA_WRITE_REG(((v)&0xff)|((r)<<8),TGA_RAMDAC_REG); |
v | 193 | drivers/char/tga.c | #define BT463_WRITE(m,a,v) \ |
v | 196 | drivers/char/tga.c | TGA_WRITE_REG(((m)<<10)|((v)&0xff),TGA_RAMDAC_REG); |
v | 425 | drivers/char/vt.c | u_short v, ov; |
v | 436 | drivers/char/vt.c | v = get_user(&a->kb_value); |
v | 437 | drivers/char/vt.c | if (!i && v == K_NOSUCHMAP) { |
v | 450 | drivers/char/vt.c | if (KTYP(v) < NR_TYPES) { |
v | 451 | drivers/char/vt.c | if (KVAL(v) > max_vals[KTYP(v)]) |
v | 478 | drivers/char/vt.c | if (v == ov) |
v | 484 | drivers/char/vt.c | if (((ov == K_SAK) || (v == K_SAK)) && !suser()) |
v | 486 | drivers/char/vt.c | key_map[i] = U(v); |
v | 487 | drivers/char/vt.c | if (!s && (KTYP(ov) == KT_SHIFT || KTYP(v) == KT_SHIFT)) |
v | 618 | drivers/net/bsd_comp.c | #define PUTBYTE(v) \ |
v | 623 | drivers/net/bsd_comp.c | *wptr++ = (unsigned char) (v); \ |
v | 204 | drivers/net/i82586.h | #define AC_CFG_BYTE_CNT(v) (((v) & 0xF) << 0) |
v | 206 | drivers/net/i82586.h | #define AC_CFG_FIFOLIM(v) (((v) & 0xF) << 0) |
v | 208 | drivers/net/i82586.h | #define AC_CFG_SAV_BF(v) (((v) & 0x1) << 7) /* Save rxd bad frames */ |
v | 209 | drivers/net/i82586.h | #define AC_CFG_SRDY(v) (((v) & 0x1) << 6) /* SRDY/ARDY pin means */ |
v | 212 | drivers/net/i82586.h | #define AC_CFG_ELPBCK(v) (((v) & 0x1) << 7) /* External loopback */ |
v | 213 | drivers/net/i82586.h | #define AC_CFG_ILPBCK(v) (((v) & 0x1) << 6) /* Internal loopback */ |
v | 214 | drivers/net/i82586.h | #define AC_CFG_PRELEN(v) (((v) & 0x3) << 4) /* Preamble length */ |
v | 219 | drivers/net/i82586.h | #define AC_CFG_ALOC(v) (((v) & 0x1) << 3) /* Addr/len data is */ |
v | 221 | drivers/net/i82586.h | #define AC_CFG_ADDRLEN(v) (((v) & 0x7) << 0) /* Bytes per address */ |
v | 223 | drivers/net/i82586.h | #define AC_CFG_BOFMET(v) (((v) & 0x1) << 7) /* Use alternate expo. */ |
v | 225 | drivers/net/i82586.h | #define AC_CFG_ACR(v) (((v) & 0x7) << 4) /* Accelerated cont. res. */ |
v | 226 | drivers/net/i82586.h | #define AC_CFG_LINPRIO(v) (((v) & 0x7) << 0) /* Linear priority */ |
v | 230 | drivers/net/i82586.h | #define AC_CFG_RETRYNUM(v) (((v) & 0xF) << 4) /* Max. collision retry */ |
v | 231 | drivers/net/i82586.h | #define AC_CFG_SLTTMHI(v) (((v) & 0x7) << 0) /* Slot time (high bits) */ |
v | 233 | drivers/net/i82586.h | #define AC_CFG_FLGPAD(v) (((v) & 0x1) << 7) /* Pad with HDLC flags */ |
v | 234 | drivers/net/i82586.h | #define AC_CFG_BTSTF(v) (((v) & 0x1) << 6) /* Do HDLC bitstuffing */ |
v | 235 | drivers/net/i82586.h | #define AC_CFG_CRC16(v) (((v) & 0x1) << 5) /* 16 bit CCITT CRC */ |
v | 236 | drivers/net/i82586.h | #define AC_CFG_NCRC(v) (((v) & 0x1) << 4) /* Insert no CRC */ |
v | 237 | drivers/net/i82586.h | #define AC_CFG_TNCRS(v) (((v) & 0x1) << 3) /* Tx even if no carrier */ |
v | 238 | drivers/net/i82586.h | #define AC_CFG_MANCH(v) (((v) & 0x1) << 2) /* Manchester coding */ |
v | 239 | drivers/net/i82586.h | #define AC_CFG_BCDIS(v) (((v) & 0x1) << 1) /* Disable broadcast */ |
v | 240 | drivers/net/i82586.h | #define AC_CFG_PRM(v) (((v) & 0x1) << 0) /* Promiscuous mode */ |
v | 242 | drivers/net/i82586.h | #define AC_CFG_ICDS(v) (((v) & 0x1) << 7) /* Internal collision */ |
v | 244 | drivers/net/i82586.h | #define AC_CFG_CDTF(v) (((v) & 0x7) << 4) /* Collision detect */ |
v | 246 | drivers/net/i82586.h | #define AC_CFG_ICSS(v) (((v) & 0x1) << 3) /* Internal carrier */ |
v | 248 | drivers/net/i82586.h | #define AC_CFG_CSTF(v) (((v) & 0x7) << 0) /* Carrier sense */ |
v | 251 | drivers/net/i82586.h | #define AC_CFG_MNFRM(v) (((v) & 0xFF) << 0) /* Min. bytes/frame (<= 255) */ |
v | 919 | drivers/net/slip.c | unsigned short v = 0; |
v | 935 | drivers/net/slip.c | v = (v << 8) | s[i]; |
v | 939 | drivers/net/slip.c | c = 0x30 + ((v >> bits) & 0x3F); |
v | 944 | drivers/net/slip.c | c = 0x30 + ((v << (6 - bits)) & 0x3F); |
v | 2072 | drivers/net/wavelan.c | unsigned char v; |
v | 2080 | drivers/net/wavelan.c | v = (unsigned char)1; |
v | 2081 | drivers/net/wavelan.c | mmc_write(dev->base_addr, mmwoff(0, mmw_freeze), &v, sizeof(v)); |
v | 2092 | drivers/net/wavelan.c | v = (unsigned char)0; |
v | 2093 | drivers/net/wavelan.c | mmc_write(dev->base_addr, mmwoff(0, mmw_freeze), &v, sizeof(v)); |
v | 73 | drivers/sound/sound_switch.c | int l, v; |
v | 86 | drivers/sound/sound_switch.c | v = val % radix; |
v | 89 | drivers/sound/sound_switch.c | buf[9 - l] = hx[v]; |
v | 486 | fs/hpfs/hpfs.h | unsigned *v = (void *) ea_value (ea); |
v | 487 | fs/hpfs/hpfs.h | return v[0]; |
v | 492 | fs/hpfs/hpfs.h | unsigned *v = (void *) ea_value (ea); |
v | 493 | fs/hpfs/hpfs.h | return v[1]; |
v | 33 | fs/msdos/msbuffer.h | #define mark_buffer_dirty(b,v) msdos_mark_buffer_dirty(sb,b,v) |
v | 324 | include/asm-alpha/apecs.h | #define writel(v,a) __writel((v),(unsigned long)(a)) |
v | 171 | include/asm-alpha/io.h | # define writeb(v,a) _writeb((v),(unsigned long)(a)) |
v | 174 | include/asm-alpha/io.h | # define writew(v,a) _writew((v),(unsigned long)(a)) |
v | 177 | include/asm-alpha/io.h | # define writel(v,a) _writel((v),(unsigned long)(a)) |
v | 306 | include/asm-alpha/lca.h | #define writel(v,a) __writel((v),(unsigned long)(a)) |
v | 209 | include/asm-i386/smp.h | extern __inline void apic_write(unsigned long reg, unsigned long v) |
v | 211 | include/asm-i386/smp.h | *((unsigned long *)(apic_reg+reg))=v; |
v | 12 | include/asm-ppc/mmu.h | unsigned long v:1; /* Entry is valid */ |
v | 49 | include/linux/coff.h | #define COFF_LONG(v) COFF_LONG_L(v) |
v | 50 | include/linux/coff.h | #define COFF_SHORT(v) COFF_SHORT_L(v) |
v | 43 | include/linux/keyboard.h | #define K(t,v) (((t)<<8)|(v)) |
v | 66 | include/linux/msdos_fs.h | #define CF_LE_W(v) (v) |
v | 67 | include/linux/msdos_fs.h | #define CF_LE_L(v) (v) |
v | 68 | include/linux/msdos_fs.h | #define CT_LE_W(v) (v) |
v | 69 | include/linux/msdos_fs.h | #define CT_LE_L(v) (v) |
v | 65 | include/linux/notifier.h | extern __inline__ int notifier_call_chain(struct notifier_block **n, unsigned long val, void *v) |
v | 71 | include/linux/notifier.h | ret=nb->notifier_call(nb,val,v); |
v | 166 | include/linux/ppp-comp.h | #define BSD_MAKE_OPT(v, n) (((v) << 5) | (n)) |
v | 122 | include/linux/socket.h | extern void memcpy_toiovec(struct iovec *v, unsigned char *kdata, int len); |
v | 130 | lib/inflate.c | } v; |
v | 295 | lib/inflate.c | unsigned v[N_MAX]; /* values in order of bit length */ |
v | 363 | lib/inflate.c | v[x[j]++] = i; |
v | 370 | lib/inflate.c | p = v; /* grab values in bit order */ |
v | 422 | lib/inflate.c | *(t = &(q->v.t)) = (struct huft *)NULL; |
v | 432 | lib/inflate.c | r.v.t = q; /* pointer to this table */ |
v | 442 | lib/inflate.c | if (p >= v + n) |
v | 447 | lib/inflate.c | r.v.n = (ush)(*p); /* simple code is just the value */ |
v | 453 | lib/inflate.c | r.v.n = d[*p++ - s]; |
v | 499 | lib/inflate.c | q = (--p)->v.t; |
v | 540 | lib/inflate.c | } while ((e = (t = t->v.t + ((unsigned)b & mask_bits[e]))->e) > 16); |
v | 544 | lib/inflate.c | slide[w++] = (uch)t->v.n; |
v | 560 | lib/inflate.c | n = t->v.n + ((unsigned)b & mask_bits[e]); |
v | 572 | lib/inflate.c | } while ((e = (t = t->v.t + ((unsigned)b & mask_bits[e]))->e) > 16); |
v | 575 | lib/inflate.c | d = w - t->v.n - ((unsigned)b & mask_bits[e]); |
v | 807 | lib/inflate.c | j = td->v.n; |
v | 66 | net/ipv4/ipmr.c | static void vif_delete(struct vif_device *v) |
v | 68 | net/ipv4/ipmr.c | if(!(v->flags&VIFF_TUNNEL)) |
v | 70 | net/ipv4/ipmr.c | v->dev->flags&=~IFF_ALLMULTI; |
v | 71 | net/ipv4/ipmr.c | dev_mc_upload(v->dev); |
v | 73 | net/ipv4/ipmr.c | v->dev=NULL; |
v | 82 | net/ipv4/ipmr.c | struct vif_device *v=&vif_table[0]; |
v | 84 | net/ipv4/ipmr.c | for(ct=0;ct<MAXVIFS;ct++,v++) |
v | 86 | net/ipv4/ipmr.c | if(v->dev==dev) |
v | 469 | net/ipv4/ipmr.c | struct vif_device *v=&vif_table[vif.vifc_vifi]; |
v | 504 | net/ipv4/ipmr.c | v->rate_limit=vif.vifc_rate_limit; |
v | 505 | net/ipv4/ipmr.c | v->local=vif.vifc_lcl_addr.s_addr; |
v | 506 | net/ipv4/ipmr.c | v->remote=vif.vifc_rmt_addr.s_addr; |
v | 507 | net/ipv4/ipmr.c | v->flags=vif.vifc_flags; |
v | 508 | net/ipv4/ipmr.c | v->threshold=vif.vifc_threshold; |
v | 509 | net/ipv4/ipmr.c | v->dev=dev; |
v | 510 | net/ipv4/ipmr.c | v->bytes_in = 0; |
v | 511 | net/ipv4/ipmr.c | v->bytes_out = 0; |
v | 512 | net/ipv4/ipmr.c | v->pkt_in = 0; |
v | 513 | net/ipv4/ipmr.c | v->pkt_out = 0; |
v | 523 | net/ipv4/ipmr.c | struct vif_device *v=&vif_table[vif.vifc_vifi]; |
v | 526 | net/ipv4/ipmr.c | vif_delete(v); |
v | 641 | net/ipv4/ipmr.c | struct vif_device *v=&vif_table[0]; |
v | 651 | net/ipv4/ipmr.c | if(!(v->flags&VIFF_TUNNEL)) |
v | 653 | net/ipv4/ipmr.c | v->dev->flags&=~IFF_ALLMULTI; |
v | 654 | net/ipv4/ipmr.c | dev_mc_upload(v->dev); |
v | 657 | net/ipv4/ipmr.c | v++; |
v | 673 | net/ipv4/ipmr.c | struct vif_device *v; |
v | 677 | net/ipv4/ipmr.c | v=&vif_table[0]; |
v | 680 | net/ipv4/ipmr.c | if((vifc_map&(1<<ct)) && v->dev==ptr) |
v | 682 | net/ipv4/ipmr.c | vif_delete(v); |
v | 685 | net/ipv4/ipmr.c | v++; |