| tag | line | file | source code |
| val | 57 | arch/alpha/kernel/bios32.c | #define ALIGN(val,align) (((val) + ((align) - 1)) & ~((align) - 1)) |
| val | 184 | arch/alpha/mm/init.c | void si_meminfo(struct sysinfo *val) |
| val | 189 | arch/alpha/mm/init.c | val->totalram = 0; |
| val | 190 | arch/alpha/mm/init.c | val->sharedram = 0; |
| val | 191 | arch/alpha/mm/init.c | val->freeram = nr_free_pages << PAGE_SHIFT; |
| val | 192 | arch/alpha/mm/init.c | val->bufferram = buffermem; |
| val | 196 | arch/alpha/mm/init.c | val->totalram++; |
| val | 199 | arch/alpha/mm/init.c | val->sharedram += mem_map[i]-1; |
| val | 201 | arch/alpha/mm/init.c | val->totalram <<= PAGE_SHIFT; |
| val | 202 | arch/alpha/mm/init.c | val->sharedram <<= PAGE_SHIFT; |
| val | 233 | arch/i386/kernel/vm86.c | #define pushb(base, ptr, val) \ |
| val | 238 | arch/i386/kernel/vm86.c | : "r" (base), "q" (val), "0" (ptr)) |
| val | 240 | arch/i386/kernel/vm86.c | #define pushw(base, ptr, val) \ |
| val | 247 | arch/i386/kernel/vm86.c | : "r" (base), "q" (val), "0" (ptr)) |
| val | 249 | arch/i386/kernel/vm86.c | #define pushl(base, ptr, val) \ |
| val | 262 | arch/i386/kernel/vm86.c | : "r" (base), "q" (val), "0" (ptr)) |
| val | 242 | arch/i386/mm/init.c | void si_meminfo(struct sysinfo *val) |
| val | 247 | arch/i386/mm/init.c | val->totalram = 0; |
| val | 248 | arch/i386/mm/init.c | val->sharedram = 0; |
| val | 249 | arch/i386/mm/init.c | val->freeram = nr_free_pages << PAGE_SHIFT; |
| val | 250 | arch/i386/mm/init.c | val->bufferram = buffermem; |
| val | 254 | arch/i386/mm/init.c | val->totalram++; |
| val | 257 | arch/i386/mm/init.c | val->sharedram += mem_map[i]-1; |
| val | 259 | arch/i386/mm/init.c | val->totalram <<= PAGE_SHIFT; |
| val | 260 | arch/i386/mm/init.c | val->sharedram <<= PAGE_SHIFT; |
| val | 236 | arch/mips/mm/init.c | void si_meminfo(struct sysinfo *val) |
| val | 241 | arch/mips/mm/init.c | val->totalram = 0; |
| val | 242 | arch/mips/mm/init.c | val->sharedram = 0; |
| val | 243 | arch/mips/mm/init.c | val->freeram = nr_free_pages << PAGE_SHIFT; |
| val | 244 | arch/mips/mm/init.c | val->bufferram = buffermem; |
| val | 248 | arch/mips/mm/init.c | val->totalram++; |
| val | 251 | arch/mips/mm/init.c | val->sharedram += mem_map[i]-1; |
| val | 253 | arch/mips/mm/init.c | val->totalram <<= PAGE_SHIFT; |
| val | 254 | arch/mips/mm/init.c | val->sharedram <<= PAGE_SHIFT; |
| val | 245 | arch/sparc/mm/init.c | void si_meminfo(struct sysinfo *val) |
| val | 250 | arch/sparc/mm/init.c | val->totalram = 0; |
| val | 251 | arch/sparc/mm/init.c | val->sharedram = 0; |
| val | 252 | arch/sparc/mm/init.c | val->freeram = nr_free_pages << PAGE_SHIFT; |
| val | 253 | arch/sparc/mm/init.c | val->bufferram = buffermem; |
| val | 257 | arch/sparc/mm/init.c | val->totalram++; |
| val | 260 | arch/sparc/mm/init.c | val->sharedram += mem_map[i]-1; |
| val | 262 | arch/sparc/mm/init.c | val->totalram <<= PAGE_SHIFT; |
| val | 263 | arch/sparc/mm/init.c | val->sharedram <<= PAGE_SHIFT; |
| val | 520 | drivers/block/cdu31a.c | unsigned char val; |
| val | 530 | drivers/block/cdu31a.c | val = read_result_register(); |
| val | 538 | drivers/block/cdu31a.c | val = read_data_register(); |
| val | 920 | drivers/block/cdu31a.c | volatile int val; |
| val | 927 | drivers/block/cdu31a.c | val = read_result_register(); |
| val | 934 | drivers/block/cdu31a.c | val = read_data_register(); |
| val | 995 | drivers/block/cdu31a.c | int_to_bcd(unsigned int val) |
| val | 1000 | drivers/block/cdu31a.c | retval = (val / 10) << 4; |
| val | 1001 | drivers/block/cdu31a.c | retval = retval | val % 10; |
| val | 1143 | drivers/block/cdu31a.c | volatile int val; |
| val | 1155 | drivers/block/cdu31a.c | val = read_result_register(); |
| val | 1162 | drivers/block/cdu31a.c | val = read_data_register(); |
| val | 1202 | drivers/block/cdu31a.c | volatile unsigned char val; |
| val | 1211 | drivers/block/cdu31a.c | val = read_data_register(); |
| val | 1250 | drivers/block/cdu31a.c | val = read_data_register(); |
| val | 204 | drivers/block/sonycd535.c | static inline unsigned int int_to_bcd(unsigned int val); |
| val | 742 | drivers/block/sonycd535.c | int_to_bcd(unsigned int val) |
| val | 746 | drivers/block/sonycd535.c | retval = (val / 10) << 4; |
| val | 747 | drivers/block/sonycd535.c | retval = retval | val % 10; |
| val | 965 | drivers/char/keyboard.c | int i, j, k, sym, val; |
| val | 978 | drivers/char/keyboard.c | val = KVAL(sym); |
| val | 979 | drivers/char/keyboard.c | if (val == KVAL(K_CAPSSHIFT)) |
| val | 980 | drivers/char/keyboard.c | val = KVAL(K_SHIFT); |
| val | 981 | drivers/char/keyboard.c | k_down[val]++; |
| val | 982 | drivers/char/keyboard.c | shift_state |= (1<<val); |
| val | 128 | drivers/char/psaux.c | static void aux_write_dev(int val) |
| val | 133 | drivers/char/psaux.c | outb_p(val,AUX_OUTPUT_PORT); /* write data */ |
| val | 141 | drivers/char/psaux.c | static int aux_write_ack(int val) |
| val | 148 | drivers/char/psaux.c | outb_p(val,AUX_OUTPUT_PORT); |
| val | 163 | drivers/char/psaux.c | static void aux_write_cmd(int val) |
| val | 168 | drivers/char/psaux.c | outb_p(val,AUX_OUTPUT_PORT); |
| val | 173 | drivers/char/scc.c | OutReg(register io_port port, register unsigned char reg, register unsigned char val) |
| val | 177 | drivers/char/scc.c | Outb(port, val); udelay(5); |
| val | 180 | drivers/char/scc.c | Outb(port, val); |
| val | 185 | drivers/char/scc.c | wr(register struct scc_channel *scc, register unsigned char reg, register unsigned char val) |
| val | 187 | drivers/char/scc.c | OutReg(scc->ctrl, reg, (scc->wreg[reg] = val)); |
| val | 191 | drivers/char/scc.c | or(register struct scc_channel *scc, register unsigned char reg, register unsigned char val) |
| val | 193 | drivers/char/scc.c | OutReg(scc->ctrl, reg, (scc->wreg[reg] |= val)); |
| val | 197 | drivers/char/scc.c | cl(register struct scc_channel *scc, register unsigned char reg, register unsigned char val) |
| val | 199 | drivers/char/scc.c | OutReg(scc->ctrl, reg, (scc->wreg[reg] &= ~val)); |
| val | 1271 | drivers/char/scc.c | kiss_set_param(struct scc_channel *scc,char cmd, unsigned int val) |
| val | 1274 | drivers/char/scc.c | #define VAL val=val*TPS/100 |
| val | 1275 | drivers/char/scc.c | #define SVAL val? val:TIMER_STOPPED |
| val | 1281 | drivers/char/scc.c | scc->kiss.persist = val; break; |
| val | 1287 | drivers/char/scc.c | scc->kiss.fulldup = val; break; |
| val | 1295 | drivers/char/scc.c | scc->kiss.idletime = val; break; |
| val | 1299 | drivers/char/scc.c | scc->kiss.group = val; break; |
| val | 1301 | drivers/char/scc.c | scc->kiss.tx_inhibit = val; |
| val | 1303 | drivers/char/scc.c | scc->kiss.softdcd = val; |
| val | 39 | drivers/char/selection.h | static inline void scr_writeb(unsigned char val, unsigned char * addr) |
| val | 42 | drivers/char/selection.h | *addr = val; |
| val | 44 | drivers/char/selection.h | writeb(val, (unsigned long) addr); |
| val | 54 | drivers/char/selection.h | static inline void scr_writew(unsigned short val, unsigned short * addr) |
| val | 57 | drivers/char/selection.h | *addr = val; |
| val | 59 | drivers/char/selection.h | writew(val, (unsigned long) addr); |
| val | 71 | drivers/char/selection.h | static inline void scr_writeb(unsigned char val, unsigned char * addr) |
| val | 73 | drivers/char/selection.h | *addr = val; |
| val | 81 | drivers/char/selection.h | static inline void scr_writew(unsigned short val, unsigned short * addr) |
| val | 83 | drivers/char/selection.h | *addr = val; |
| val | 395 | drivers/char/vt.c | ushort *key_map, val; |
| val | 407 | drivers/char/vt.c | val = U(key_map[i]); |
| val | 408 | drivers/char/vt.c | if (kbd->kbdmode != VC_UNICODE && KTYP(val) >= NR_TYPES) |
| val | 409 | drivers/char/vt.c | val = K_HOLE; |
| val | 411 | drivers/char/vt.c | val = (i ? K_HOLE : K_NOSUCHMAP); |
| val | 412 | drivers/char/vt.c | put_user(val, &a->kb_value); |
| val | 154 | drivers/net/3c505.c | outb_control (unsigned char val, unsigned int base_addr) |
| val | 156 | drivers/net/3c505.c | outb(val, base_addr+PORT_CONTROL); |
| val | 160 | drivers/net/3c505.c | outb_command (unsigned char val, unsigned int base_addr) |
| val | 162 | drivers/net/3c505.c | outb(val, base_addr+PORT_COMMAND); |
| val | 172 | drivers/net/3c505.c | outw_data (unsigned int val, unsigned int base_addr) |
| val | 174 | drivers/net/3c505.c | outw(val, base_addr+PORT_DATA); |
| val | 427 | drivers/net/ewrk3.c | short val; |
| val | 431 | drivers/net/ewrk3.c | tmp.val = (short)Read_EEPROM(iobase, (i>>1)); |
| val | 1619 | drivers/net/ewrk3.c | unsigned short val[(HASH_TABLE_LEN * ETH_ALEN) >> 1]; |
| val | 1780 | drivers/net/ewrk3.c | tmp.val[i] = (short)Read_EEPROM(iobase, i); |
| val | 1801 | drivers/net/ewrk3.c | Write_EEPROM(tmp.val[i], iobase, i); |
| val | 588 | drivers/net/hp100.c | u_short val; |
| val | 665 | drivers/net/hp100.c | val = hp100_inw( IRQ_STATUS ); |
| val | 666 | drivers/net/hp100.c | hp100_outw( val & HP100_TX_COMPLETE, IRQ_STATUS ); |
| val | 668 | drivers/net/hp100.c | printk( "hp100_start_xmit: irq_status = 0x%x, len = %d\n", val, (int)skb -> len ); |
| val | 824 | drivers/net/hp100.c | u_short val; |
| val | 828 | drivers/net/hp100.c | val = hp100_inw( DROPPED ) & 0x0fff; |
| val | 829 | drivers/net/hp100.c | lp -> stats.rx_errors += val; |
| val | 830 | drivers/net/hp100.c | lp -> stats.rx_over_errors += val; |
| val | 831 | drivers/net/hp100.c | val = hp100_inb( CRC ); |
| val | 832 | drivers/net/hp100.c | lp -> stats.rx_errors += val; |
| val | 833 | drivers/net/hp100.c | lp -> stats.rx_crc_errors += val; |
| val | 834 | drivers/net/hp100.c | val = hp100_inb( ABORT ); |
| val | 835 | drivers/net/hp100.c | lp -> stats.tx_errors += val; |
| val | 836 | drivers/net/hp100.c | lp -> stats.tx_aborted_errors += val; |
| val | 917 | drivers/net/hp100.c | u_short val; |
| val | 926 | drivers/net/hp100.c | val = hp100_inw( IRQ_STATUS ); |
| val | 928 | drivers/net/hp100.c | printk( "hp100_interrupt: irq_status = 0x%x\n", val ); |
| val | 930 | drivers/net/hp100.c | if ( val & HP100_RX_PACKET ) |
| val | 935 | drivers/net/hp100.c | if ( val & (HP100_TX_SPACE_AVAIL | HP100_TX_COMPLETE) ) |
| val | 937 | drivers/net/hp100.c | hp100_outw( val & (HP100_TX_SPACE_AVAIL | HP100_TX_COMPLETE), IRQ_STATUS ); |
| val | 939 | drivers/net/hp100.c | if ( val & ( HP100_TX_ERROR | HP100_RX_ERROR ) ) |
| val | 943 | drivers/net/hp100.c | hp100_outw( val & (HP100_TX_ERROR | HP100_RX_ERROR), IRQ_STATUS ); |
| val | 983 | drivers/net/hp100.c | u_short val; |
| val | 987 | drivers/net/hp100.c | val = hp100_inw( OPTION_LSW ); |
| val | 992 | drivers/net/hp100.c | if ( !(val & HP100_HW_RST) ) return; |
| val | 993 | drivers/net/hp100.c | for ( val = 0; val < 6000; val++ ) |
| val | 1068 | drivers/net/hp100.c | u_short val; |
| val | 1104 | drivers/net/hp100.c | val = hp100_inw( LAN_CFG_VG ); |
| val | 1105 | drivers/net/hp100.c | if ( ( val & ( HP100_LINK_UP_ST | HP100_LINK_GOOD_ST ) ) == |
| val | 1109 | drivers/net/hp100.c | if ( val & HP100_LINK_GOOD_ST ) |
| val | 108 | drivers/net/ni65.c | #define writereg(val,reg) {outw(reg,PORT+L_ADDRREG);inw(PORT+L_ADDRREG); \ |
| val | 109 | drivers/net/ni65.c | outw(val,PORT+L_DATAREG);inw(PORT+L_DATAREG);} |
| val | 112 | drivers/net/ni65.c | #define writedatareg(val) {outw(val,PORT+L_DATAREG);inw(PORT+L_DATAREG);} |
| val | 180 | drivers/net/pi2.c | static inline void wrtscc(int cbase, int ctl, int sccreg, int val) |
| val | 185 | drivers/net/pi2.c | outb_p(val, ctl); /* Output value */ |
| val | 401 | drivers/pci/pci.c | unsigned char val; |
| val | 412 | drivers/pci/pci.c | pcibios_read_config_byte(bus, devfn, bmap->addr, &val); |
| val | 413 | drivers/pci/pci.c | if ((val & bmap->mask) == bmap->value) { |
| val | 418 | drivers/pci/pci.c | (val | bmap->mask) |
| val | 427 | drivers/pci/pci.c | (val & (0xff - bmap->mask)) |
| val | 363 | drivers/scsi/aic7xxx_asm.c | unsigned val; |
| val | 374 | drivers/scsi/aic7xxx_asm.c | val = strtol(a[spec &~ (SL|SR|RL|RR)], NULL, 0); |
| val | 379 | drivers/scsi/aic7xxx_asm.c | val = p->value; |
| val | 384 | drivers/scsi/aic7xxx_asm.c | if (val > 7) |
| val | 386 | drivers/scsi/aic7xxx_asm.c | return(((val % 8) << 4) | |
| val | 387 | drivers/scsi/aic7xxx_asm.c | (val % 8)); |
| val | 389 | drivers/scsi/aic7xxx_asm.c | if (val > 7) |
| val | 391 | drivers/scsi/aic7xxx_asm.c | return(((val % 8) << 4) | |
| val | 393 | drivers/scsi/aic7xxx_asm.c | ((8 - (val % 8)) % 8)); |
| val | 395 | drivers/scsi/aic7xxx_asm.c | return(val % 8); |
| val | 397 | drivers/scsi/aic7xxx_asm.c | return((8 - (val % 8)) % 8); |
| val | 352 | drivers/sound/ad1848.c | unsigned char val; |
| val | 373 | drivers/sound/ad1848.c | val = ad_read (devc, regoffs); |
| val | 374 | drivers/sound/ad1848.c | change_bits (&val, dev, LEFT_CHN, left); |
| val | 376 | drivers/sound/ad1848.c | ad_write (devc, regoffs, val); |
| val | 377 | drivers/sound/ad1848.c | devc->saved_regs[regoffs] = val; |
| val | 387 | drivers/sound/ad1848.c | val = ad_read (devc, regoffs); |
| val | 388 | drivers/sound/ad1848.c | change_bits (&val, dev, RIGHT_CHN, right); |
| val | 389 | drivers/sound/ad1848.c | ad_write (devc, regoffs, val); |
| val | 390 | drivers/sound/ad1848.c | devc->saved_regs[regoffs] = val; |
| val | 314 | drivers/sound/aedsp16.c | int val; /* irq|mirq|dma */ |
| val | 559 | drivers/sound/aedsp16.c | if (orIRQ[gc].val == irq) |
| val | 567 | drivers/sound/aedsp16.c | if (orDMA[gc].val == dma) |
| val | 180 | drivers/sound/dev_table.c | unsigned int val; |
| val | 182 | drivers/sound/dev_table.c | val = (unsigned int) ints[i]; |
| val | 184 | drivers/sound/dev_table.c | card_type = (val & 0x0ff00000) >> 20; |
| val | 194 | drivers/sound/dev_table.c | ioaddr = (val & 0x000fff00) >> 8; |
| val | 195 | drivers/sound/dev_table.c | irq = (val & 0x000000f0) >> 4; |
| val | 196 | drivers/sound/dev_table.c | dma = (val & 0x0000000f); |
| val | 207 | drivers/sound/dev_table.c | printk ("Sound: Invalid setup parameter 0x%08x\n", val); |
| val | 262 | drivers/sound/gus_wave.c | unsigned char val; |
| val | 266 | drivers/sound/gus_wave.c | val = INB (u_DataHi); |
| val | 269 | drivers/sound/gus_wave.c | return val; |
| val | 276 | drivers/sound/gus_wave.c | unsigned char val; |
| val | 280 | drivers/sound/gus_wave.c | val = INB (u_DataHi); |
| val | 283 | drivers/sound/gus_wave.c | return val; |
| val | 2945 | drivers/sound/gus_wave.c | unsigned char val; |
| val | 2980 | drivers/sound/gus_wave.c | val = INB (gus_base + 0x0f); |
| val | 2983 | drivers/sound/gus_wave.c | if (val != 0xff && (val & 0x06)) /* Should be 0x02?? */ |
| val | 2990 | drivers/sound/gus_wave.c | val = INB (u_MixSelect); |
| val | 2999 | drivers/sound/gus_wave.c | if (val == 255 || val < 5) |
| val | 3004 | drivers/sound/gus_wave.c | else if (val < 10) |
| val | 378 | drivers/sound/midibuf.c | int val; |
| val | 396 | drivers/sound/midibuf.c | val = IOCTL_IN (arg); |
| val | 397 | drivers/sound/midibuf.c | if (val < 0) |
| val | 398 | drivers/sound/midibuf.c | val = 0; |
| val | 400 | drivers/sound/midibuf.c | val = (HZ * val) / 10; |
| val | 401 | drivers/sound/midibuf.c | parms[dev].prech_timeout = val; |
| val | 402 | drivers/sound/midibuf.c | return IOCTL_OUT (arg, val); |
| val | 1269 | drivers/sound/mpu401.c | set_timebase (int midi_dev, int val) |
| val | 1273 | drivers/sound/mpu401.c | if (val < 48) |
| val | 1274 | drivers/sound/mpu401.c | val = 48; |
| val | 1275 | drivers/sound/mpu401.c | if (val > 1000) |
| val | 1276 | drivers/sound/mpu401.c | val = 1000; |
| val | 1278 | drivers/sound/mpu401.c | hw_val = val; |
| val | 1289 | drivers/sound/mpu401.c | curr_timebase = val; |
| val | 1554 | drivers/sound/mpu401.c | int val = IOCTL_IN (arg); |
| val | 1556 | drivers/sound/mpu401.c | if (val) |
| val | 1557 | drivers/sound/mpu401.c | set_timebase (midi_dev, val); |
| val | 1565 | drivers/sound/mpu401.c | int val = IOCTL_IN (arg); |
| val | 1568 | drivers/sound/mpu401.c | if (val) |
| val | 1570 | drivers/sound/mpu401.c | if (val < 8) |
| val | 1571 | drivers/sound/mpu401.c | val = 8; |
| val | 1572 | drivers/sound/mpu401.c | if (val > 250) |
| val | 1573 | drivers/sound/mpu401.c | val = 250; |
| val | 1574 | drivers/sound/mpu401.c | if ((ret = exec_cmd (midi_dev, 0xE0, val)) < 0) |
| val | 1576 | drivers/sound/mpu401.c | printk ("MPU: Can't set tempo to %d\n", (int) val); |
| val | 1580 | drivers/sound/mpu401.c | curr_tempo = val; |
| val | 89 | drivers/sound/opl3.c | static void opl3_command (int io_addr, unsigned int addr, unsigned int val); |
| val | 795 | drivers/sound/opl3.c | opl3_command (int io_addr, unsigned int addr, unsigned int val) |
| val | 815 | drivers/sound/opl3.c | OUTB ((unsigned char) (val & 0xff), io_addr + 1); /* |
| val | 196 | drivers/sound/pss.c | int i, val; |
| val | 200 | drivers/sound/pss.c | val = INW (REG (PSS_STATUS)); |
| val | 201 | drivers/sound/pss.c | if (val & PSS_WRITE_EMPTY) |
| val | 213 | drivers/sound/pss.c | int i, val; |
| val | 217 | drivers/sound/pss.c | val = INW (REG (PSS_STATUS)); |
| val | 218 | drivers/sound/pss.c | if (val & PSS_READ_FULL) |
| val | 231 | drivers/sound/pss.c | int i, limit, val, count; |
| val | 285 | drivers/sound/pss.c | val = INW (REG (PSS_STATUS)); |
| val | 290 | drivers/sound/pss.c | val = INW (REG (PSS_STATUS)); |
| val | 291 | drivers/sound/pss.c | if (val & 0x4000) |
| val | 298 | drivers/sound/pss.c | val = INW (REG (PSS_STATUS)); |
| val | 299 | drivers/sound/pss.c | if (val & PSS_READ_FULL) |
| val | 305 | drivers/sound/pss.c | val = INW (REG (PSS_DATA)); |
| val | 103 | drivers/sound/sb16_dsp.c | sb_dsp_command01 (unsigned char val) |
| val | 110 | drivers/sound/sb16_dsp.c | return sb_dsp_command (val); |
| val | 112 | drivers/sound/sb_dsp.c | int sb_dsp_command (unsigned char val); |
| val | 121 | drivers/sound/sb_dsp.c | sb_dsp_command (unsigned char val) |
| val | 142 | drivers/sound/sb_dsp.c | OUTB (val, DSP_COMMAND); |
| val | 147 | drivers/sound/sb_dsp.c | printk ("SoundBlaster: DSP Command(%x) Timeout.\n", val); |
| val | 889 | drivers/sound/sb_dsp.c | smw_putmem (int base, int addr, unsigned char val) |
| val | 897 | drivers/sound/sb_dsp.c | OUTB (val, base); /* Data */ |
| val | 906 | drivers/sound/sb_dsp.c | unsigned char val; |
| val | 912 | drivers/sound/sb_dsp.c | val = INB (base); /* Data */ |
| val | 915 | drivers/sound/sb_dsp.c | return val; |
| val | 74 | drivers/sound/sb_mixer.c | int val; |
| val | 82 | drivers/sound/sb_mixer.c | val = INB (MIXER_DATA); |
| val | 86 | drivers/sound/sb_mixer.c | return val; |
| val | 246 | drivers/sound/sb_mixer.c | int reg, val; |
| val | 271 | drivers/sound/sb_mixer.c | val = ((levels[SOUND_MIXER_TREBLE] & 0xff) * 16 / 100) << 4; |
| val | 272 | drivers/sound/sb_mixer.c | val |= ((levels[SOUND_MIXER_BASS] & 0xff) * 16 / 100) & 0x0f; |
| val | 273 | drivers/sound/sb_mixer.c | sb_setmixer (0x0d, val); |
| val | 276 | drivers/sound/sb_mixer.c | val = (((levels[SOUND_MIXER_TREBLE] >> 8) & 0xff) * 16 / 100) << 4; |
| val | 277 | drivers/sound/sb_mixer.c | val |= (((levels[SOUND_MIXER_BASS] >> 8) & 0xff) * 16 / 100) & 0x0f; |
| val | 278 | drivers/sound/sb_mixer.c | sb_setmixer (0x0e, val); |
| val | 302 | drivers/sound/sb_mixer.c | unsigned char val; |
| val | 327 | drivers/sound/sb_mixer.c | val = sb_getmixer (regoffs); |
| val | 328 | drivers/sound/sb_mixer.c | change_bits (&val, dev, LEFT_CHN, left); |
| val | 336 | drivers/sound/sb_mixer.c | sb_setmixer (regoffs, val); /* |
| val | 346 | drivers/sound/sb_mixer.c | val = sb_getmixer (regoffs); /* |
| val | 351 | drivers/sound/sb_mixer.c | change_bits (&val, dev, RIGHT_CHN, right); |
| val | 353 | drivers/sound/sb_mixer.c | sb_setmixer (regoffs, val); |
| val | 610 | drivers/sound/sequencer.c | int val = w14 & 0x7f; |
| val | 615 | drivers/sound/sequencer.c | val = ((synth_devs[dev]-> |
| val | 628 | drivers/sound/sequencer.c | synth_devs[dev]->controller (dev, i, p1, val); |
| val | 1722 | drivers/sound/sequencer.c | int val = IOCTL_IN (arg); |
| val | 1724 | drivers/sound/sequencer.c | if (val < 0) |
| val | 1725 | drivers/sound/sequencer.c | val = 0; |
| val | 1727 | drivers/sound/sequencer.c | val = (HZ * val) / 10; |
| val | 1728 | drivers/sound/sequencer.c | pre_event_timeout = val; |
| val | 1729 | drivers/sound/sequencer.c | return IOCTL_OUT (arg, val); |
| val | 121 | drivers/sound/sound_calls.h | int sb_dsp_command (unsigned char val); |
| val | 75 | drivers/sound/sound_switch.c | put_status_int (unsigned int val, int radix) |
| val | 82 | drivers/sound/sound_switch.c | if (!val) |
| val | 88 | drivers/sound/sound_switch.c | while (val) |
| val | 90 | drivers/sound/sound_switch.c | v = val % radix; |
| val | 91 | drivers/sound/sound_switch.c | val = val / radix; |
| val | 51 | drivers/sound/sound_timer.c | timer_command (unsigned int addr, unsigned int val) |
| val | 60 | drivers/sound/sound_timer.c | OUTB ((unsigned char) (val & 0xff), data_addr); |
| val | 274 | drivers/sound/sound_timer.c | int val = IOCTL_IN (arg); |
| val | 276 | drivers/sound/sound_timer.c | if (val) |
| val | 278 | drivers/sound/sound_timer.c | if (val < 1) |
| val | 279 | drivers/sound/sound_timer.c | val = 1; |
| val | 280 | drivers/sound/sound_timer.c | if (val > 1000) |
| val | 281 | drivers/sound/sound_timer.c | val = 1000; |
| val | 282 | drivers/sound/sound_timer.c | curr_timebase = val; |
| val | 291 | drivers/sound/sound_timer.c | int val = IOCTL_IN (arg); |
| val | 293 | drivers/sound/sound_timer.c | if (val) |
| val | 295 | drivers/sound/sound_timer.c | if (val < 8) |
| val | 296 | drivers/sound/sound_timer.c | val = 8; |
| val | 297 | drivers/sound/sound_timer.c | if (val > 250) |
| val | 298 | drivers/sound/sound_timer.c | val = 250; |
| val | 302 | drivers/sound/sound_timer.c | curr_tempo = val; |
| val | 122 | drivers/sound/sscape.c | unsigned char val; |
| val | 126 | drivers/sound/sscape.c | val = INB (PORT (ODIE_DATA)); |
| val | 128 | drivers/sound/sscape.c | return val; |
| val | 231 | drivers/sound/sys_timer.c | int val = IOCTL_IN (arg); |
| val | 233 | drivers/sound/sys_timer.c | if (val) |
| val | 235 | drivers/sound/sys_timer.c | if (val < 1) |
| val | 236 | drivers/sound/sys_timer.c | val = 1; |
| val | 237 | drivers/sound/sys_timer.c | if (val > 1000) |
| val | 238 | drivers/sound/sys_timer.c | val = 1000; |
| val | 239 | drivers/sound/sys_timer.c | curr_timebase = val; |
| val | 248 | drivers/sound/sys_timer.c | int val = IOCTL_IN (arg); |
| val | 250 | drivers/sound/sys_timer.c | if (val) |
| val | 252 | drivers/sound/sys_timer.c | if (val < 8) |
| val | 253 | drivers/sound/sys_timer.c | val = 8; |
| val | 254 | drivers/sound/sys_timer.c | if (val > 250) |
| val | 255 | drivers/sound/sys_timer.c | val = 250; |
| val | 259 | drivers/sound/sys_timer.c | curr_tempo = val; |
| val | 851 | fs/binfmt_elf.c | unsigned long val = r[i]; |
| val | 852 | fs/binfmt_elf.c | printk(" %-2d %-5s=%08lx %lu\n", i, regs[i], val, val); |
| val | 26 | fs/isofs/util.c | int val; |
| val | 28 | fs/isofs/util.c | val = *p; |
| val | 29 | fs/isofs/util.c | if (val & 0x80) |
| val | 30 | fs/isofs/util.c | val |= 0xffffff00; |
| val | 31 | fs/isofs/util.c | return (val); |
| val | 114 | fs/msdos/buffer.c | int val) |
| val | 119 | fs/msdos/buffer.c | bh->b_uptodate = val; |
| val | 10 | fs/msdos/msbuffer.h | int val); |
| val | 784 | fs/sysv/inode.c | static inline void write3byte (char * p, unsigned long val) |
| val | 786 | fs/sysv/inode.c | *(unsigned short *)p = (unsigned short) val; |
| val | 787 | fs/sysv/inode.c | *(unsigned char *)(p+2) = val >> 16; |
| val | 796 | fs/sysv/inode.c | static inline void coh_write3byte (char * p, unsigned long val) |
| val | 798 | fs/sysv/inode.c | *(unsigned char *)p = val >> 16; |
| val | 799 | fs/sysv/inode.c | *(unsigned short *)(p+1) = (unsigned short) val; |
| val | 87 | include/asm-alpha/segment.h | static inline void put_user_byte(char val,char *addr) |
| val | 89 | include/asm-alpha/segment.h | *addr = val; |
| val | 94 | include/asm-alpha/segment.h | static inline void put_user_word(short val,short * addr) |
| val | 96 | include/asm-alpha/segment.h | *addr = val; |
| val | 101 | include/asm-alpha/segment.h | static inline void put_user_long(unsigned long val,int * addr) |
| val | 103 | include/asm-alpha/segment.h | *addr = val; |
| val | 108 | include/asm-alpha/segment.h | static inline void put_user_quad(unsigned long val,long * addr) |
| val | 110 | include/asm-alpha/segment.h | *addr = val; |
| val | 139 | include/asm-alpha/segment.h | static inline void set_fs(unsigned long val) |
| val | 5 | include/asm-alpha/statfs.h | int val[2]; |
| val | 88 | include/asm-alpha/system.h | extern inline unsigned long xchg_u32(volatile int * m, unsigned long val) |
| val | 98 | include/asm-alpha/system.h | : "=r" (val), "=m" (*m), "=r" (dummy), "=r" (dummy2) |
| val | 99 | include/asm-alpha/system.h | : "1" (*m), "2" (val)); |
| val | 100 | include/asm-alpha/system.h | return val; |
| val | 103 | include/asm-alpha/system.h | extern inline unsigned long xchg_u64(volatile long * m, unsigned long val) |
| val | 113 | include/asm-alpha/system.h | : "=r" (val), "=m" (*m), "=r" (dummy), "=r" (dummy2) |
| val | 114 | include/asm-alpha/system.h | : "1" (*m), "2" (val)); |
| val | 115 | include/asm-alpha/system.h | return val; |
| val | 139 | include/asm-i386/io.h | #define outb(val,port) \ |
| val | 141 | include/asm-i386/io.h | __outbc((val),(port)) : \ |
| val | 142 | include/asm-i386/io.h | __outb((val),(port))) |
| val | 149 | include/asm-i386/io.h | #define outb_p(val,port) \ |
| val | 151 | include/asm-i386/io.h | __outbc_p((val),(port)) : \ |
| val | 152 | include/asm-i386/io.h | __outb_p((val),(port))) |
| val | 159 | include/asm-i386/io.h | #define outw(val,port) \ |
| val | 161 | include/asm-i386/io.h | __outwc((val),(port)) : \ |
| val | 162 | include/asm-i386/io.h | __outw((val),(port))) |
| val | 169 | include/asm-i386/io.h | #define outw_p(val,port) \ |
| val | 171 | include/asm-i386/io.h | __outwc_p((val),(port)) : \ |
| val | 172 | include/asm-i386/io.h | __outw_p((val),(port))) |
| val | 179 | include/asm-i386/io.h | #define outl(val,port) \ |
| val | 181 | include/asm-i386/io.h | __outlc((val),(port)) : \ |
| val | 182 | include/asm-i386/io.h | __outl((val),(port))) |
| val | 189 | include/asm-i386/io.h | #define outl_p(val,port) \ |
| val | 191 | include/asm-i386/io.h | __outlc_p((val),(port)) : \ |
| val | 192 | include/asm-i386/io.h | __outl_p((val),(port))) |
| val | 108 | include/asm-i386/segment.h | static inline void put_user_byte(char val,char *addr) |
| val | 110 | include/asm-i386/segment.h | __put_user(val, addr, 1); |
| val | 115 | include/asm-i386/segment.h | static inline void put_user_word(short val,short * addr) |
| val | 117 | include/asm-i386/segment.h | __put_user(val, addr, 2); |
| val | 122 | include/asm-i386/segment.h | static inline void put_user_long(unsigned long val,int * addr) |
| val | 124 | include/asm-i386/segment.h | __put_user(val, addr, 4); |
| val | 330 | include/asm-i386/segment.h | static inline void set_fs(unsigned long val) |
| val | 332 | include/asm-i386/segment.h | __asm__ __volatile__("mov %w0,%%fs": /* no output */ :"r" (val)); |
| val | 5 | include/asm-i386/statfs.h | long val[2]; |
| val | 14 | include/asm-m68k/io.h | static inline void put_user_byte_io(char val,char *addr) |
| val | 18 | include/asm-m68k/io.h | :"r" (val),"m" (*addr) |
| val | 48 | include/asm-m68k/segment.h | static inline void put_user_byte(char val,char *addr) |
| val | 50 | include/asm-m68k/segment.h | __asm__ __volatile__ ("movesb %0,%1": /* no outputs */ :"r" (val),"m" (*addr) : "memory"); |
| val | 55 | include/asm-m68k/segment.h | static inline void put_user_word(short val,short * addr) |
| val | 57 | include/asm-m68k/segment.h | __asm__ __volatile__ ("movesw %0,%1": /* no outputs */ :"r" (val),"m" (*addr) : "memory"); |
| val | 62 | include/asm-m68k/segment.h | static inline void put_user_long(unsigned long val,int * addr) |
| val | 64 | include/asm-m68k/segment.h | __asm__ __volatile__ ("movesl %0,%1": /* no outputs */ :"r" (val),"m" (*addr) : "memory"); |
| val | 225 | include/asm-m68k/segment.h | static inline void set_fs(unsigned long val) |
| val | 229 | include/asm-m68k/segment.h | : /* no outputs */ : "r" (val), "r" (val) : "memory"); |
| val | 150 | include/asm-mips/io.h | #define outb(val,port) \ |
| val | 152 | include/asm-mips/io.h | __outbc((val),(port)) : \ |
| val | 153 | include/asm-mips/io.h | __outb((val),(port))) |
| val | 160 | include/asm-mips/io.h | #define outb_p(val,port) \ |
| val | 162 | include/asm-mips/io.h | __outbc_p((val),(port)) : \ |
| val | 163 | include/asm-mips/io.h | __outb_p((val),(port))) |
| val | 170 | include/asm-mips/io.h | #define outw(val,port) \ |
| val | 172 | include/asm-mips/io.h | __outwc((val),(port)) : \ |
| val | 173 | include/asm-mips/io.h | __outw((val),(port))) |
| val | 180 | include/asm-mips/io.h | #define outw_p(val,port) \ |
| val | 182 | include/asm-mips/io.h | __outwc_p((val),(port)) : \ |
| val | 183 | include/asm-mips/io.h | __outw_p((val),(port))) |
| val | 190 | include/asm-mips/io.h | #define outl(val,port) \ |
| val | 192 | include/asm-mips/io.h | __outlc((val),(port)) : \ |
| val | 193 | include/asm-mips/io.h | __outl((val),(port))) |
| val | 200 | include/asm-mips/io.h | #define outl_p(val,port) \ |
| val | 202 | include/asm-mips/io.h | __outlc_p((val),(port)) : \ |
| val | 203 | include/asm-mips/io.h | __outl_p((val),(port))) |
| val | 58 | include/asm-mips/segment.h | static inline void put_user_byte(char val,char *addr) |
| val | 60 | include/asm-mips/segment.h | *addr = val; |
| val | 64 | include/asm-mips/segment.h | static inline void put_user_word(short val,short * addr) |
| val | 66 | include/asm-mips/segment.h | *addr = val; |
| val | 70 | include/asm-mips/segment.h | static inline void put_user_long(unsigned long val,int * addr) |
| val | 72 | include/asm-mips/segment.h | *addr = val; |
| val | 76 | include/asm-mips/segment.h | static inline void put_user_dlong(unsigned long val,long long * addr) |
| val | 78 | include/asm-mips/segment.h | *addr = val; |
| val | 105 | include/asm-mips/segment.h | static inline void set_fs(unsigned long val) |
| val | 82 | include/asm-mips/system.h | extern inline unsigned long xchg_u8(char * m, unsigned long val) |
| val | 89 | include/asm-mips/system.h | *m = val; |
| val | 95 | include/asm-mips/system.h | extern inline unsigned long xchg_u16(short * m, unsigned long val) |
| val | 102 | include/asm-mips/system.h | *m = val; |
| val | 112 | include/asm-mips/system.h | extern inline unsigned long xchg_u32(int * m, unsigned long val) |
| val | 126 | include/asm-mips/system.h | : "=r" (val), "=r" (m), "=r" (dummy) |
| val | 127 | include/asm-mips/system.h | : "1" (*m), "2" (val)); |
| val | 129 | include/asm-mips/system.h | return val; |
| val | 132 | include/asm-mips/system.h | extern inline unsigned long xchg_u64(long * m, unsigned long val) |
| val | 146 | include/asm-mips/system.h | : "=r" (val), "=r" (m), "=r" (dummy) |
| val | 147 | include/asm-mips/system.h | : "1" (*m), "2" (val)); |
| val | 149 | include/asm-mips/system.h | return val; |
| val | 159 | include/asm-mips/system.h | extern inline void * xchg_ptr(void * m, void * val) |
| val | 161 | include/asm-mips/system.h | return (void *) xchg_u32(m, (unsigned long) val); |
| val | 298 | include/asm-sparc/openprom.h | int (*no_getprop)(int node, char* name, char* val); |
| val | 299 | include/asm-sparc/openprom.h | int (*no_setprop)(int node, char* name, char* val, int len); |
| val | 41 | include/asm-sparc/segment.h | static inline void put_user_byte(char val,char *addr) |
| val | 43 | include/asm-sparc/segment.h | *addr = val; |
| val | 48 | include/asm-sparc/segment.h | static inline void put_user_word(short val,short * addr) |
| val | 50 | include/asm-sparc/segment.h | *addr = val; |
| val | 55 | include/asm-sparc/segment.h | static inline void put_user_long(unsigned long val,int * addr) |
| val | 57 | include/asm-sparc/segment.h | *addr = val; |
| val | 62 | include/asm-sparc/segment.h | static inline void put_user_quad(unsigned long val,long * addr) |
| val | 64 | include/asm-sparc/segment.h | *addr = val; |
| val | 83 | include/asm-sparc/segment.h | static inline void set_fs(unsigned long val) |
| val | 86 | include/asm-sparc/segment.h | foo = val; |
| val | 112 | include/asm-sparc/system.h | extern inline void *xchg_u32(int * m, unsigned long val) |
| val | 120 | include/asm-sparc/system.h | : "=r" (val), "=m" (*m), "=r" (dummy) |
| val | 121 | include/asm-sparc/system.h | : "0" (val)); |
| val | 122 | include/asm-sparc/system.h | return (void *) val; |
| val | 130 | include/asm-sparc/system.h | extern inline void *xchg_ptr(void *m, void *val) |
| val | 132 | include/asm-sparc/system.h | return (void *) xchg_u32((int *) m, (unsigned long) val); |
| val | 48 | include/linux/bios32.h | unsigned char where, unsigned char *val); |
| val | 50 | include/linux/bios32.h | unsigned char where, unsigned short *val); |
| val | 52 | include/linux/bios32.h | unsigned char where, unsigned int *val); |
| val | 54 | include/linux/bios32.h | unsigned char where, unsigned char val); |
| val | 56 | include/linux/bios32.h | unsigned char where, unsigned short val); |
| val | 58 | include/linux/bios32.h | unsigned char where, unsigned int val); |
| val | 25 | include/linux/mc146818rtc.h | #define CMOS_WRITE(val, addr) ({ \ |
| val | 27 | include/linux/mc146818rtc.h | outb_p(val,RTC_PORT(1)); \ |
| val | 103 | include/linux/mc146818rtc.h | #define BCD_TO_BIN(val) ((val)=((val)&15) + ((val)>>4)*10) |
| val | 107 | include/linux/mc146818rtc.h | #define BIN_TO_BCD(val) ((val)=(((val)/10)<<4) + (val)%10) |
| val | 191 | include/linux/mm.h | extern void si_meminfo(struct sysinfo * val); |
| val | 206 | include/linux/mm.h | extern void si_swapinfo(struct sysinfo * val); |
| val | 65 | include/linux/notifier.h | extern __inline__ int notifier_call_chain(struct notifier_block **n, unsigned long val, void *v) |
| val | 71 | include/linux/notifier.h | ret=nb->notifier_call(val,v); |
| val | 120 | include/linux/scc.h | #define Outb(port, val) outb_p(val, port) |
| val | 123 | include/linux/scc.h | #define Outb(port, val) outb(val, port) |
| val | 38 | include/linux/sem.h | int val; /* value for SETVAL */ |
| val | 364 | ipc/sem.c | int i, id, val = 0; |
| val | 465 | ipc/sem.c | val = arg.val; |
| val | 466 | ipc/sem.c | if (val > SEMVMX || val < 0) |
| val | 515 | ipc/sem.c | curr->semval = val; |
| val | 20 | kernel/info.c | struct sysinfo val; |
| val | 26 | kernel/info.c | memset((char *)&val, 0, sizeof(struct sysinfo)); |
| val | 28 | kernel/info.c | val.uptime = jiffies / HZ; |
| val | 30 | kernel/info.c | val.loads[0] = avenrun[0] << (SI_LOAD_SHIFT - FSHIFT); |
| val | 31 | kernel/info.c | val.loads[1] = avenrun[1] << (SI_LOAD_SHIFT - FSHIFT); |
| val | 32 | kernel/info.c | val.loads[2] = avenrun[2] << (SI_LOAD_SHIFT - FSHIFT); |
| val | 35 | kernel/info.c | if (*p) val.procs++; |
| val | 37 | kernel/info.c | si_meminfo(&val); |
| val | 38 | kernel/info.c | si_swapinfo(&val); |
| val | 40 | kernel/info.c | memcpy_tofs(info, &val, sizeof(struct sysinfo)); |
| val | 49 | kernel/itimer.c | register unsigned long val, interval; |
| val | 54 | kernel/itimer.c | val = 0; |
| val | 57 | kernel/itimer.c | val = current->real_timer.expires; |
| val | 60 | kernel/itimer.c | if (val <= now) |
| val | 61 | kernel/itimer.c | val = now+1; |
| val | 62 | kernel/itimer.c | val -= now; |
| val | 66 | kernel/itimer.c | val = current->it_virt_value; |
| val | 70 | kernel/itimer.c | val = current->it_prof_value; |
| val | 76 | kernel/itimer.c | jiffiestotv(val, &value->it_value); |
| val | 1209 | mm/swap.c | void si_swapinfo(struct sysinfo *val) |
| val | 1213 | mm/swap.c | val->freeswap = val->totalswap = 0; |
| val | 1222 | mm/swap.c | ++val->freeswap; |
| val | 1224 | mm/swap.c | ++val->totalswap; |
| val | 1227 | mm/swap.c | val->freeswap <<= PAGE_SHIFT; |
| val | 1228 | mm/swap.c | val->totalswap <<= PAGE_SHIFT; |
| val | 983 | net/appletalk/ddp.c | int val=0; |
| val | 1010 | net/appletalk/ddp.c | put_user(val,optval); |
| val | 720 | net/ax25/af_ax25.c | int val = 0; |
| val | 733 | net/ax25/af_ax25.c | val = sk->ax25->window; |
| val | 737 | net/ax25/af_ax25.c | val = sk->ax25->t1 / PR_SLOWHZ; |
| val | 741 | net/ax25/af_ax25.c | val = sk->ax25->t2 / PR_SLOWHZ; |
| val | 745 | net/ax25/af_ax25.c | val = sk->ax25->n2; |
| val | 749 | net/ax25/af_ax25.c | val = sk->ax25->t3 / PR_SLOWHZ; |
| val | 753 | net/ax25/af_ax25.c | val = sk->ax25->backoff; |
| val | 757 | net/ax25/af_ax25.c | val = (sk->ax25->modulus == EMODULUS); |
| val | 772 | net/ax25/af_ax25.c | put_user(val, optval); |
| val | 120 | net/core/sock.c | int val; |
| val | 132 | net/core/sock.c | val = get_user((int *)optval); |
| val | 133 | net/core/sock.c | valbool = val?1:0; |
| val | 138 | net/core/sock.c | if(val && !suser()) |
| val | 155 | net/core/sock.c | if(val>32767) |
| val | 156 | net/core/sock.c | val=32767; |
| val | 157 | net/core/sock.c | if(val<256) |
| val | 158 | net/core/sock.c | val=256; |
| val | 159 | net/core/sock.c | sk->sndbuf=val; |
| val | 163 | net/core/sock.c | if(val>32767) |
| val | 164 | net/core/sock.c | val=32767; |
| val | 165 | net/core/sock.c | if(val<256) |
| val | 166 | net/core/sock.c | val=256; |
| val | 167 | net/core/sock.c | sk->rcvbuf=val; |
| val | 183 | net/core/sock.c | if (val >= 0 && val < DEV_NUMBUFFS) |
| val | 185 | net/core/sock.c | sk->priority = val; |
| val | 218 | net/core/sock.c | int val; |
| val | 225 | net/core/sock.c | val = sk->debug; |
| val | 229 | net/core/sock.c | val = sk->localroute; |
| val | 233 | net/core/sock.c | val= sk->broadcast; |
| val | 237 | net/core/sock.c | val=sk->sndbuf; |
| val | 241 | net/core/sock.c | val =sk->rcvbuf; |
| val | 245 | net/core/sock.c | val = sk->reuse; |
| val | 249 | net/core/sock.c | val = sk->keepopen; |
| val | 253 | net/core/sock.c | val = sk->type; |
| val | 257 | net/core/sock.c | val = sk->err; |
| val | 262 | net/core/sock.c | val = sk->urginline; |
| val | 266 | net/core/sock.c | val = sk->no_check; |
| val | 270 | net/core/sock.c | val = sk->priority; |
| val | 299 | net/core/sock.c | put_fs_long(val,(unsigned long *)optval); |
| val | 2031 | net/ipv4/ip.c | int val,err; |
| val | 2043 | net/ipv4/ip.c | val = get_user((int *) optval); |
| val | 2052 | net/ipv4/ip.c | if(val<0||val>255) |
| val | 2054 | net/ipv4/ip.c | sk->ip_tos=val; |
| val | 2055 | net/ipv4/ip.c | if(val==IPTOS_LOWDELAY) |
| val | 2057 | net/ipv4/ip.c | if(val==IPTOS_THROUGHPUT) |
| val | 2061 | net/ipv4/ip.c | if(val<1||val>255) |
| val | 2063 | net/ipv4/ip.c | sk->ip_ttl=val; |
| val | 2284 | net/ipv4/ip.c | int val,err; |
| val | 2295 | net/ipv4/ip.c | val=sk->ip_tos; |
| val | 2298 | net/ipv4/ip.c | val=sk->ip_ttl; |
| val | 2302 | net/ipv4/ip.c | val=sk->ip_mc_ttl; |
| val | 2305 | net/ipv4/ip.c | val=sk->ip_mc_loop; |
| val | 2330 | net/ipv4/ip.c | put_user(val,(int *) optval); |
| val | 5159 | net/ipv4/tcp.c | int val,err; |
| val | 5171 | net/ipv4/tcp.c | val = get_user((int *)optval); |
| val | 5181 | net/ipv4/tcp.c | if(val<1||val>MAX_WINDOW) |
| val | 5183 | net/ipv4/tcp.c | sk->user_mss=val; |
| val | 5186 | net/ipv4/tcp.c | sk->nonagle=(val==0)?0:1; |
| val | 5195 | net/ipv4/tcp.c | int val,err; |
| val | 5203 | net/ipv4/tcp.c | val=sk->user_mss; |
| val | 5206 | net/ipv4/tcp.c | val=sk->nonagle; |
| val | 5219 | net/ipv4/tcp.c | put_user(val,(int *)optval); |
| val | 68 | net/ipv4/utils.c | unsigned int val; |
| val | 77 | net/ipv4/utils.c | val = 0; |
| val | 80 | net/ipv4/utils.c | val *= 10; |
| val | 81 | net/ipv4/utils.c | val += *str - '0'; |
| val | 84 | net/ipv4/utils.c | l |= val; |
| val | 92 | net/ipx/af_ipx.c | ipxcfg_set_auto_create(char val) |
| val | 94 | net/ipx/af_ipx.c | ipxcfg_auto_create_interfaces = val; |
| val | 99 | net/ipx/af_ipx.c | ipxcfg_set_auto_select(char val) |
| val | 101 | net/ipx/af_ipx.c | ipxcfg_auto_select_primary = val; |
| val | 102 | net/ipx/af_ipx.c | if (val && (ipx_primary_net == NULL)) |
| val | 1319 | net/ipx/af_ipx.c | int val=0; |
| val | 1331 | net/ipx/af_ipx.c | val=sk->ipx_type; |
| val | 1349 | net/ipx/af_ipx.c | put_fs_long(val,(unsigned long *)optval); |
| val | 1949 | net/ipx/af_ipx.c | unsigned char val = 0xE0; |
| val | 1962 | net/ipx/af_ipx.c | if ((p8022_datalink = register_8022_client(val, ipx_rcv)) == NULL) |
| val | 339 | net/netrom/af_netrom.c | int val = 0; |
| val | 352 | net/netrom/af_netrom.c | val = sk->nr->t1 / PR_SLOWHZ; |
| val | 356 | net/netrom/af_netrom.c | val = sk->nr->t2 / PR_SLOWHZ; |
| val | 360 | net/netrom/af_netrom.c | val = sk->nr->n2; |
| val | 375 | net/netrom/af_netrom.c | put_fs_long(val, (unsigned long *)optval); |