tag | line | file | source code |
c | 326 | arch/alpha/kernel/lca.c | el.c = (struct el_common *) la; |
c | 355 | arch/alpha/kernel/lca.c | switch (el.c->size) { |
c | 358 | arch/alpha/kernel/lca.c | reason, el.c->retry ? ", retryable" : ""); |
c | 366 | arch/alpha/kernel/lca.c | reason, el.c->retry ? ", retryable" : ""); |
c | 374 | arch/alpha/kernel/lca.c | printk(" Unknown errorlog size %d\n", el.c->size); |
c | 276 | arch/alpha/lib/io.c | void _memset_io(unsigned long dst, int c, unsigned long count) |
c | 280 | arch/alpha/lib/io.c | writeb(c, dst); |
c | 13 | arch/alpha/lib/memset.c | inline void * __constant_c_memset(void * s, unsigned long c, long count) |
c | 22 | arch/alpha/lib/memset.c | *(char *) xs = c; |
c | 26 | arch/alpha/lib/memset.c | *(unsigned long *) xs = c; |
c | 30 | arch/alpha/lib/memset.c | *(char *) xs = c; |
c | 36 | arch/alpha/lib/memset.c | void * __memset(void * s,char c,size_t count) |
c | 38 | arch/alpha/lib/memset.c | __constant_c_memset(s,0x0101010101010101UL * (unsigned char) c, count); |
c | 188 | arch/i386/boot/compressed/gzip.h | #define put_byte(c) {outbuf[outcnt++]=(uch)(c); if (outcnt==OUTBUFSIZ)\ |
c | 190 | arch/i386/boot/compressed/gzip.h | #define put_char(c) {window[outcnt++]=(uch)(c); if (outcnt==WSIZE)\ |
c | 213 | arch/i386/boot/compressed/gzip.h | #define tolow(c) (isupper(c) ? (c)-'A'+'a' : (c)) /* force to lower case */ |
c | 225 | arch/i386/boot/compressed/gzip.h | # define Tracec(c,x) {if (verbose && (c)) fprintf x ;} |
c | 226 | arch/i386/boot/compressed/gzip.h | # define Tracecv(c,x) {if (verbose>1 && (c)) fprintf x ;} |
c | 232 | arch/i386/boot/compressed/gzip.h | # define Tracec(c,x) |
c | 233 | arch/i386/boot/compressed/gzip.h | # define Tracecv(c,x) |
c | 114 | arch/i386/boot/compressed/inflate.c | unsigned c[BMAX+1]; /* bit length count table */ |
c | 136 | arch/i386/boot/compressed/inflate.c | memzero(c, sizeof(c)); |
c | 139 | arch/i386/boot/compressed/inflate.c | c[*p++]++; /* assume all entries <= BMAX */ |
c | 141 | arch/i386/boot/compressed/inflate.c | if (c[0] == n) /* null input--all zero length codes */ |
c | 153 | arch/i386/boot/compressed/inflate.c | if (c[j]) |
c | 159 | arch/i386/boot/compressed/inflate.c | if (c[i]) |
c | 170 | arch/i386/boot/compressed/inflate.c | if ((y -= c[j]) < 0) |
c | 172 | arch/i386/boot/compressed/inflate.c | if ((y -= c[i]) < 0) |
c | 174 | arch/i386/boot/compressed/inflate.c | c[i] += y; |
c | 180 | arch/i386/boot/compressed/inflate.c | p = c + 1; xp = x + 2; |
c | 210 | arch/i386/boot/compressed/inflate.c | a = c[k]; |
c | 228 | arch/i386/boot/compressed/inflate.c | xp = c + k; |
c | 132 | arch/i386/boot/compressed/misc.c | char c; |
c | 137 | arch/i386/boot/compressed/misc.c | while ( ( c = *s++ ) != '\0' ) { |
c | 138 | arch/i386/boot/compressed/misc.c | if ( c == '\n' ) { |
c | 145 | arch/i386/boot/compressed/misc.c | vidmem [ ( x + cols * y ) * 2 ] = c; |
c | 160 | arch/i386/boot/compressed/misc.c | __ptr_t memset(__ptr_t s, int c, size_t n) |
c | 165 | arch/i386/boot/compressed/misc.c | for (i=0;i<n;i++) ss[i] = c; |
c | 188 | arch/i386/boot/compressed/misc.c | register ulg c; /* temporary variable */ |
c | 193 | arch/i386/boot/compressed/misc.c | c = 0xffffffffL; |
c | 195 | arch/i386/boot/compressed/misc.c | c = crc; |
c | 197 | arch/i386/boot/compressed/misc.c | c = crc_32_tab[((int)c ^ (*s++)) & 0xff] ^ (c >> 8); |
c | 200 | arch/i386/boot/compressed/misc.c | crc = c; |
c | 201 | arch/i386/boot/compressed/misc.c | return c ^ 0xffffffffL; /* (instead of ~c for 64-bit machines) */ |
c | 270 | arch/i386/boot/compressed/misc.c | unsigned long c; /* crc shift register */ |
c | 287 | arch/i386/boot/compressed/misc.c | c = 0; |
c | 290 | arch/i386/boot/compressed/misc.c | c = c & 1 ? (c >> 1) ^ e : c >> 1; |
c | 292 | arch/i386/boot/compressed/misc.c | c ^= e; |
c | 294 | arch/i386/boot/compressed/misc.c | crc_32_tab[i] = c; |
c | 18 | arch/i386/boot/compressed/piggyback.c | int c, n=0, len=0; |
c | 133 | arch/i386/boot/compressed/unzip.c | uch c = (uch)get_byte(); |
c | 135 | arch/i386/boot/compressed/unzip.c | if (decrypt) zdecode(c); |
c | 137 | arch/i386/boot/compressed/unzip.c | if (!test) put_char(c); |
c | 39 | arch/i386/boot/compressed/xtract.c | int i,c,id, sz; |
c | 92 | arch/i386/boot/tools/build.c | int i,c,id, sz; |
c | 174 | arch/i386/boot/tools/build.c | for (i=0 ; (c=read(id,buf,sizeof buf))>0 ; i+=c ) |
c | 175 | arch/i386/boot/tools/build.c | if (write(1,buf,c)!=c) |
c | 177 | arch/i386/boot/tools/build.c | if (c != 0) |
c | 185 | arch/i386/boot/tools/build.c | for (c=0 ; c<sizeof(buf) ; c++) |
c | 186 | arch/i386/boot/tools/build.c | buf[c] = '\0'; |
c | 188 | arch/i386/boot/tools/build.c | c = setup_sectors * 512 - i; |
c | 189 | arch/i386/boot/tools/build.c | if (c > sizeof(buf)) |
c | 190 | arch/i386/boot/tools/build.c | c = sizeof(buf); |
c | 191 | arch/i386/boot/tools/build.c | if (write(1,buf,c) != c) |
c | 193 | arch/i386/boot/tools/build.c | i += c; |
c | 6 | arch/i386/kernel/hexify.c | int c; |
c | 9 | arch/i386/kernel/hexify.c | while((c=getchar())!=EOF) |
c | 11 | arch/i386/kernel/hexify.c | unsigned char x=c; |
c | 23 | arch/i386/kernel/hexify.c | printf("0x%02X",c); |
c | 85 | arch/i386/kernel/setup.c | char c = ' ', *to = command_line, *from = COMMAND_LINE; |
c | 120 | arch/i386/kernel/setup.c | if (c == ' ' && *(const unsigned long *)from == *(const unsigned long *)"mem=") { |
c | 135 | arch/i386/kernel/setup.c | c = *(from++); |
c | 136 | arch/i386/kernel/setup.c | if (!c) |
c | 140 | arch/i386/kernel/setup.c | *(to++) = c; |
c | 388 | arch/i386/kernel/smp.c | struct cpuinfo_x86 *c=&cpu_data[id]; |
c | 389 | arch/i386/kernel/smp.c | c->hard_math=hard_math; /* Always assumed same currently */ |
c | 390 | arch/i386/kernel/smp.c | c->x86=x86; |
c | 391 | arch/i386/kernel/smp.c | c->x86_model=x86_model; |
c | 392 | arch/i386/kernel/smp.c | c->x86_mask=x86_mask; |
c | 393 | arch/i386/kernel/smp.c | c->x86_capability=x86_capability; |
c | 394 | arch/i386/kernel/smp.c | c->fdiv_bug=fdiv_bug; |
c | 395 | arch/i386/kernel/smp.c | c->wp_works_ok=wp_works_ok; /* Always assumed the same currently */ |
c | 396 | arch/i386/kernel/smp.c | c->hlt_works_ok=hlt_works_ok; |
c | 397 | arch/i386/kernel/smp.c | c->udelay_val=loops_per_sec; |
c | 398 | arch/i386/kernel/smp.c | strcpy(c->x86_vendor_id, x86_vendor_id); |
c | 92 | arch/i386/math-emu/fpu_etc.c | int c=0; |
c | 96 | arch/i386/math-emu/fpu_etc.c | c = SW_C3|SW_C0; |
c | 99 | arch/i386/math-emu/fpu_etc.c | c = SW_C3; |
c | 104 | arch/i386/math-emu/fpu_etc.c | c = SW_C2|SW_C3; /* Denormal */ |
c | 106 | arch/i386/math-emu/fpu_etc.c | c = SW_C2; |
c | 109 | arch/i386/math-emu/fpu_etc.c | c = SW_C0; |
c | 112 | arch/i386/math-emu/fpu_etc.c | c = SW_C2|SW_C0; |
c | 116 | arch/i386/math-emu/fpu_etc.c | c |= SW_C1; |
c | 117 | arch/i386/math-emu/fpu_etc.c | setcc(c); |
c | 47 | arch/i386/math-emu/poly.h | #define MK_XSIG(a,b,c) { c, b, a } |
c | 178 | arch/i386/math-emu/reg_compare.c | int f, c; |
c | 180 | arch/i386/math-emu/reg_compare.c | c = compare(loaded_data); |
c | 182 | arch/i386/math-emu/reg_compare.c | if (c & COMP_NaN) |
c | 188 | arch/i386/math-emu/reg_compare.c | switch (c & 7) |
c | 210 | arch/i386/math-emu/reg_compare.c | if (c & COMP_Denormal) |
c | 220 | arch/i386/math-emu/reg_compare.c | int f, c; |
c | 230 | arch/i386/math-emu/reg_compare.c | c = compare(&st(nr)); |
c | 231 | arch/i386/math-emu/reg_compare.c | if (c & COMP_NaN) |
c | 238 | arch/i386/math-emu/reg_compare.c | switch (c & 7) |
c | 260 | arch/i386/math-emu/reg_compare.c | if (c & COMP_Denormal) |
c | 270 | arch/i386/math-emu/reg_compare.c | int f, c; |
c | 280 | arch/i386/math-emu/reg_compare.c | c = compare(&st(nr)); |
c | 281 | arch/i386/math-emu/reg_compare.c | if (c & COMP_NaN) |
c | 284 | arch/i386/math-emu/reg_compare.c | if (c & COMP_SNaN) /* This is the only difference between |
c | 293 | arch/i386/math-emu/reg_compare.c | switch (c & 7) |
c | 315 | arch/i386/math-emu/reg_compare.c | if (c & COMP_Denormal) |
c | 59 | arch/i386/math-emu/reg_constant.c | static void fld_const(FPU_REG const *c) |
c | 69 | arch/i386/math-emu/reg_constant.c | reg_move(c, st_new_ptr); |
c | 186 | arch/i386/math-emu/reg_ld_str.c | int c = loaded_data->sign; |
c | 188 | arch/i386/math-emu/reg_ld_str.c | loaded_data->sign = c; |
c | 234 | arch/i386/math-emu/reg_ld_str.c | int c = loaded_data->sign; |
c | 236 | arch/i386/math-emu/reg_ld_str.c | loaded_data->sign = c; |
c | 74 | arch/mips/kernel/setup.c | char c = ' ', *to = command_line, *from = COMMAND_LINE; |
c | 93 | arch/mips/kernel/setup.c | if (c == ' ' && *(unsigned long *)from == *(unsigned long *)"mem=") { |
c | 103 | arch/mips/kernel/setup.c | c = *(from++); |
c | 104 | arch/mips/kernel/setup.c | if (!c) |
c | 108 | arch/mips/kernel/setup.c | *(to++) = c; |
c | 64 | arch/sparc/kernel/setup.c | unsigned char c; |
c | 66 | arch/sparc/kernel/setup.c | while ((c = *(p++)) != 0) |
c | 68 | arch/sparc/kernel/setup.c | if (c == '\n') |
c | 70 | arch/sparc/kernel/setup.c | prom_putchar(c); |
c | 37 | arch/sparc/prom/console.c | prom_nbputchar(char c) |
c | 43 | arch/sparc/prom/console.c | return (*(romvec->pv_nbputchar))(c); |
c | 48 | arch/sparc/prom/console.c | outc = c; |
c | 68 | arch/sparc/prom/console.c | prom_putchar(char c) |
c | 70 | arch/sparc/prom/console.c | while(prom_nbputchar(c) == -1) ; |
c | 3173 | drivers/block/floppy.c | #define OUT(c,x) case c: outparam = (const char *) (x); break |
c | 3174 | drivers/block/floppy.c | #define IN(c,x,tag) case c: *(x) = inparam. tag ; return 0 |
c | 3977 | drivers/block/floppy.c | char c; |
c | 3988 | drivers/block/floppy.c | c= get_fs_byte(i); |
c | 3991 | drivers/block/floppy.c | c='\0'; |
c | 3992 | drivers/block/floppy.c | buffer[j] = c; |
c | 3993 | drivers/block/floppy.c | if (!c || c == ' ' || c == '\t'){ |
c | 4001 | drivers/block/floppy.c | if (!c) |
c | 4005 | drivers/block/floppy.c | if ((!j && !c) || (j && c == pattern[j-1])) |
c | 360 | drivers/block/hd.c | unsigned char c; |
c | 363 | drivers/block/hd.c | c = inb_p(HD_STATUS); |
c | 364 | drivers/block/hd.c | if ((c & (BUSY_STAT | READY_STAT | SEEK_STAT)) == STAT_OK) |
c | 367 | drivers/block/hd.c | dump_status("reset timed out", c); |
c | 379 | drivers/block/ide-cd.c | failed_command->c[0] == SCMD_READ_SUBCHANNEL && |
c | 441 | drivers/block/ide-cd.c | for (i=0; i<sizeof (failed_command->c); i++) |
c | 442 | drivers/block/ide-cd.c | printk ("%02x ", failed_command->c[i]); |
c | 542 | drivers/block/ide-cd.c | pc->c[0] = REQUEST_SENSE; |
c | 543 | drivers/block/ide-cd.c | pc->c[4] = len; |
c | 590 | drivers/block/ide-cd.c | (struct atapi_request_sense *)(pc->buffer - pc->c[4]), |
c | 662 | drivers/block/ide-cd.c | if (pc->c[0] != SCMD_READ_SUBCHANNEL) |
c | 1159 | drivers/block/ide-cd.c | memset (&pc.c, 0, sizeof (pc.c)); |
c | 1160 | drivers/block/ide-cd.c | pc.c[0] = READ_10; |
c | 1161 | drivers/block/ide-cd.c | pc.c[7] = (nframes >> 8); |
c | 1162 | drivers/block/ide-cd.c | pc.c[8] = (nframes & 0xff); |
c | 1171 | drivers/block/ide-cd.c | pc.c[2] = conv.b.b3; |
c | 1172 | drivers/block/ide-cd.c | pc.c[3] = conv.b.b2; |
c | 1173 | drivers/block/ide-cd.c | pc.c[4] = conv.b.b1; |
c | 1174 | drivers/block/ide-cd.c | pc.c[5] = conv.b.b0; |
c | 1178 | drivers/block/ide-cd.c | (void) cdrom_transfer_packet_command (drive, pc.c, sizeof (pc.c), |
c | 1239 | drivers/block/ide-cd.c | if (pc->c[0] == REQUEST_SENSE && pc->buflen > 0 && pc->buflen <= 5) { |
c | 1340 | drivers/block/ide-cd.c | cdrom_transfer_packet_command (drive, pc->c, sizeof (pc->c), &cdrom_pc_intr); |
c | 1468 | drivers/block/ide-cd.c | (pc->c[0] != REQUEST_SENSE && |
c | 1469 | drivers/block/ide-cd.c | pc->c[0] != ALLOW_MEDIUM_REMOVAL && |
c | 1470 | drivers/block/ide-cd.c | pc->c[0] != START_STOP)) |
c | 1522 | drivers/block/ide-cd.c | char *c = (char *)x; |
c | 1523 | drivers/block/ide-cd.c | char d = c[0]; |
c | 1524 | drivers/block/ide-cd.c | c[0] = c[1]; |
c | 1525 | drivers/block/ide-cd.c | c[1] = d; |
c | 1532 | drivers/block/ide-cd.c | char *c = (char *)x; |
c | 1533 | drivers/block/ide-cd.c | char d = c[0]; |
c | 1534 | drivers/block/ide-cd.c | c[0] = c[3]; |
c | 1535 | drivers/block/ide-cd.c | c[3] = d; |
c | 1536 | drivers/block/ide-cd.c | d = c[1]; |
c | 1537 | drivers/block/ide-cd.c | c[1] = c[2]; |
c | 1538 | drivers/block/ide-cd.c | c[2] = d; |
c | 1577 | drivers/block/ide-cd.c | pc.c[0] = TEST_UNIT_READY; |
c | 1603 | drivers/block/ide-cd.c | pc.c[0] = ALLOW_MEDIUM_REMOVAL; |
c | 1604 | drivers/block/ide-cd.c | pc.c[4] = (lockflag != 0); |
c | 1637 | drivers/block/ide-cd.c | pc.c[0] = START_STOP; |
c | 1638 | drivers/block/ide-cd.c | pc.c[4] = 2 + (ejectflag != 0); |
c | 1652 | drivers/block/ide-cd.c | pc.c[0] = SCMD_PAUSE_RESUME; |
c | 1653 | drivers/block/ide-cd.c | pc.c[8] = !pauseflag; |
c | 1667 | drivers/block/ide-cd.c | pc.c[0] = START_STOP; |
c | 1668 | drivers/block/ide-cd.c | pc.c[1] = 1; |
c | 1669 | drivers/block/ide-cd.c | pc.c[4] = startflag; |
c | 1689 | drivers/block/ide-cd.c | pc.c[0] = READ_CAPACITY; |
c | 1716 | drivers/block/ide-cd.c | pc.c[0] = SCMD_READ_TOC; |
c | 1717 | drivers/block/ide-cd.c | pc.c[6] = trackno; |
c | 1718 | drivers/block/ide-cd.c | pc.c[7] = (buflen >> 8); |
c | 1719 | drivers/block/ide-cd.c | pc.c[8] = (buflen & 0xff); |
c | 1720 | drivers/block/ide-cd.c | pc.c[9] = (format << 6); |
c | 1721 | drivers/block/ide-cd.c | if (msf_flag) pc.c[1] = 2; |
c | 1836 | drivers/block/ide-cd.c | pc.c[0] = SCMD_READ_SUBCHANNEL; |
c | 1837 | drivers/block/ide-cd.c | pc.c[2] = 0x40; /* request subQ data */ |
c | 1838 | drivers/block/ide-cd.c | pc.c[3] = 0x01; /* Format 1: current position */ |
c | 1839 | drivers/block/ide-cd.c | pc.c[7] = (buflen >> 8); |
c | 1840 | drivers/block/ide-cd.c | pc.c[8] = (buflen & 0xff); |
c | 1858 | drivers/block/ide-cd.c | pc.c[0] = MODE_SENSE_10; |
c | 1859 | drivers/block/ide-cd.c | pc.c[2] = pageno | (modeflag << 6); |
c | 1860 | drivers/block/ide-cd.c | pc.c[7] = (buflen >> 8); |
c | 1861 | drivers/block/ide-cd.c | pc.c[8] = (buflen & 0xff); |
c | 1877 | drivers/block/ide-cd.c | pc.c[0] = MODE_SELECT_10; |
c | 1878 | drivers/block/ide-cd.c | pc.c[1] = 0x10; |
c | 1879 | drivers/block/ide-cd.c | pc.c[2] = pageno; |
c | 1880 | drivers/block/ide-cd.c | pc.c[7] = (buflen >> 8); |
c | 1881 | drivers/block/ide-cd.c | pc.c[8] = (buflen & 0xff); |
c | 1895 | drivers/block/ide-cd.c | pc.c[0] = SCMD_PLAYAUDIO12; |
c | 1896 | drivers/block/ide-cd.c | *(int *)(&pc.c[2]) = lba_start; |
c | 1897 | drivers/block/ide-cd.c | *(int *)(&pc.c[6]) = lba_end - lba_start; |
c | 1898 | drivers/block/ide-cd.c | byte_swap_long ((int *)(&pc.c[2])); |
c | 1899 | drivers/block/ide-cd.c | byte_swap_long ((int *)(&pc.c[6])); |
c | 1914 | drivers/block/ide-cd.c | pc.c[0] = SCMD_PLAYAUDIO_MSF; |
c | 1915 | drivers/block/ide-cd.c | lba_to_msf (lba_start, &pc.c[3], &pc.c[4], &pc.c[5]); |
c | 1916 | drivers/block/ide-cd.c | lba_to_msf (lba_end-1, &pc.c[6], &pc.c[7], &pc.c[8]); |
c | 1920 | drivers/block/ide-cd.c | pc.c[3] = bin2bcd (pc.c[3]); |
c | 1921 | drivers/block/ide-cd.c | pc.c[4] = bin2bcd (pc.c[4]); |
c | 1922 | drivers/block/ide-cd.c | pc.c[5] = bin2bcd (pc.c[5]); |
c | 1923 | drivers/block/ide-cd.c | pc.c[6] = bin2bcd (pc.c[6]); |
c | 1924 | drivers/block/ide-cd.c | pc.c[7] = bin2bcd (pc.c[7]); |
c | 1925 | drivers/block/ide-cd.c | pc.c[8] = bin2bcd (pc.c[8]); |
c | 2027 | drivers/block/ide-cd.c | pc.c[0] = 0xd4; |
c | 2029 | drivers/block/ide-cd.c | pc.c[0] = READ_CD; |
c | 2031 | drivers/block/ide-cd.c | pc.c[1] = (format << 2); |
c | 2032 | drivers/block/ide-cd.c | *(int *)(&pc.c[2]) = lba; |
c | 2033 | drivers/block/ide-cd.c | byte_swap_long ((int *)(&pc.c[2])); |
c | 2034 | drivers/block/ide-cd.c | pc.c[8] = 1; /* one block */ |
c | 2035 | drivers/block/ide-cd.c | pc.c[9] = 0x10; |
c | 2454 | drivers/block/ide-cd.c | stat = verify_area (VERIFY_READ, (void *) arg, sizeof (pc.c)); |
c | 2456 | drivers/block/ide-cd.c | memcpy_fromfs (&pc.c, (void *) arg, sizeof (pc.c)); |
c | 2457 | drivers/block/ide-cd.c | arg += sizeof (pc.c); |
c | 2348 | drivers/block/ide.c | static void sub22 (char b, char c) |
c | 2356 | drivers/block/ide.c | outb_p(c,0xb4); |
c | 2358 | drivers/block/ide.c | if(inb(0xb4) == c) { |
c | 2478 | drivers/block/ide.c | static int stridx (const char *s, char c) |
c | 2480 | drivers/block/ide.c | char *i = strchr(s, c); |
c | 2481 | drivers/block/ide.c | return (i && c) ? i - s : -1; |
c | 176 | drivers/block/ide.h | unsigned char c[12]; |
c | 605 | drivers/cdrom/mcd.c | char a, b, c, d; |
c | 609 | drivers/cdrom/mcd.c | getValue(&c); |
c | 846 | drivers/cdrom/mcdx.c | char c; |
c | 849 | drivers/cdrom/mcdx.c | if (!buffer || size == 0) buffer = &c, size = 1; |
c | 1340 | drivers/cdrom/mcdx.c | static unsigned int bcd2uint(unsigned char c) |
c | 1341 | drivers/cdrom/mcdx.c | { return (c >> 4) * 10 + (c & 0x0f); } |
c | 1704 | drivers/cdrom/mcdx.c | char c; |
c | 1706 | drivers/cdrom/mcdx.c | if (!buf) buf = &c; |
c | 803 | drivers/cdrom/sbpcd.c | msf.c[3] = 0; |
c | 804 | drivers/cdrom/sbpcd.c | msf.c[2] = (blk + CD_MSF_OFFSET) / (CD_SECS * CD_FRAMES); |
c | 806 | drivers/cdrom/sbpcd.c | msf.c[1] = mm / CD_FRAMES; |
c | 807 | drivers/cdrom/sbpcd.c | msf.c[0] = mm % CD_FRAMES; |
c | 842 | drivers/cdrom/sbpcd.c | i=(msf.c[2] * CD_SECS + msf.c[1]) * CD_FRAMES + msf.c[0] - CD_MSF_OFFSET; |
c | 282 | drivers/cdrom/sjcd.c | unsigned char b, unsigned char c, unsigned char d ){ |
c | 289 | drivers/cdrom/sjcd.c | outb( c, SJCDPORT( 0 ) ); |
c | 204 | drivers/char/atixlmouse.c | unsigned char a,b,c; |
c | 208 | drivers/char/atixlmouse.c | c = inb( ATIXL_MSE_SIGNATURE_PORT ); |
c | 209 | drivers/char/atixlmouse.c | if (( a != b ) && ( a == c )) |
c | 1328 | drivers/char/console.c | int c, tc, ok, n = 0; |
c | 1348 | drivers/char/console.c | c = from_user ? get_user(buf) : *buf; |
c | 1354 | drivers/char/console.c | if(c > 0x7f) { |
c | 1355 | drivers/char/console.c | if (utf_count > 0 && (c & 0xc0) == 0x80) { |
c | 1356 | drivers/char/console.c | utf_char = (utf_char << 6) | (c & 0x3f); |
c | 1359 | drivers/char/console.c | tc = c = utf_char; |
c | 1362 | drivers/char/console.c | if ((c & 0xe0) == 0xc0) { |
c | 1364 | drivers/char/console.c | utf_char = (c & 0x1f); |
c | 1365 | drivers/char/console.c | } else if ((c & 0xf0) == 0xe0) { |
c | 1367 | drivers/char/console.c | utf_char = (c & 0x0f); |
c | 1368 | drivers/char/console.c | } else if ((c & 0xf8) == 0xf0) { |
c | 1370 | drivers/char/console.c | utf_char = (c & 0x07); |
c | 1371 | drivers/char/console.c | } else if ((c & 0xfc) == 0xf8) { |
c | 1373 | drivers/char/console.c | utf_char = (c & 0x03); |
c | 1374 | drivers/char/console.c | } else if ((c & 0xfe) == 0xfc) { |
c | 1376 | drivers/char/console.c | utf_char = (c & 0x01); |
c | 1382 | drivers/char/console.c | tc = c; |
c | 1386 | drivers/char/console.c | tc = translate[toggle_meta ? (c|0x80) : c]; |
c | 1398 | drivers/char/console.c | ok = (tc && (c >= 32 || (!utf && !(((disp_ctrl ? CTRL_ALWAYS |
c | 1399 | drivers/char/console.c | : CTRL_ACTION) >> c) & 1)))); |
c | 1413 | drivers/char/console.c | tc = c; |
c | 1441 | drivers/char/console.c | switch (c) { |
c | 1490 | drivers/char/console.c | switch (c) { |
c | 1543 | drivers/char/console.c | if (c=='P') { /* palette escape sequence */ |
c | 1549 | drivers/char/console.c | } else if (c=='R') { /* reset palette */ |
c | 1556 | drivers/char/console.c | if ( (c>='0'&&c<='9') || (c>='A'&&c<='F') || (c>='a'&&c<='f') ) { |
c | 1557 | drivers/char/console.c | par[npar++] = (c>'9' ? (c&0xDF)-'A'+10 : c-'0') ; |
c | 1577 | drivers/char/console.c | if (c == '[') { /* Function key */ |
c | 1581 | drivers/char/console.c | ques = (c=='?'); |
c | 1585 | drivers/char/console.c | if (c==';' && npar<NPAR-1) { |
c | 1588 | drivers/char/console.c | } else if (c>='0' && c<='9') { |
c | 1590 | drivers/char/console.c | par[npar] += c-'0'; |
c | 1595 | drivers/char/console.c | switch(c) { |
c | 1614 | drivers/char/console.c | switch(c) { |
c | 1723 | drivers/char/console.c | switch (c) { |
c | 1738 | drivers/char/console.c | if (c == '8') { |
c | 1748 | drivers/char/console.c | if (c == '0') |
c | 1750 | drivers/char/console.c | else if (c == 'B') |
c | 1752 | drivers/char/console.c | else if (c == 'U') |
c | 1754 | drivers/char/console.c | else if (c == 'K') |
c | 1761 | drivers/char/console.c | if (c == '0') |
c | 1763 | drivers/char/console.c | else if (c == 'B') |
c | 1765 | drivers/char/console.c | else if (c == 'U') |
c | 1767 | drivers/char/console.c | else if (c == 'K') |
c | 1812 | drivers/char/console.c | unsigned char c; |
c | 1829 | drivers/char/console.c | while ((c = *(b++)) != 0) { |
c | 1830 | drivers/char/console.c | if (c == 10 || c == 13 || need_wrap) { |
c | 1831 | drivers/char/console.c | if (c != 13) |
c | 1834 | drivers/char/console.c | if (c == 10 || c == 13) |
c | 1837 | drivers/char/console.c | scr_writew((attr << 8) + c, (unsigned short *) pos); |
c | 1592 | drivers/char/cyclades.c | int c, total = 0; |
c | 1608 | drivers/char/cyclades.c | c = MIN(count, MIN(SERIAL_XMIT_SIZE - info->xmit_cnt - 1, |
c | 1610 | drivers/char/cyclades.c | if (c <= 0){ |
c | 1617 | drivers/char/cyclades.c | memcpy_fromfs(tmp_buf, buf, c); |
c | 1618 | drivers/char/cyclades.c | c = MIN(c, MIN(SERIAL_XMIT_SIZE - info->xmit_cnt - 1, |
c | 1620 | drivers/char/cyclades.c | memcpy(info->xmit_buf + info->xmit_head, tmp_buf, c); |
c | 1623 | drivers/char/cyclades.c | memcpy(info->xmit_buf + info->xmit_head, buf, c); |
c | 1624 | drivers/char/cyclades.c | info->xmit_head = (info->xmit_head + c) & (SERIAL_XMIT_SIZE-1); |
c | 1625 | drivers/char/cyclades.c | info->xmit_cnt += c; |
c | 1627 | drivers/char/cyclades.c | buf += c; |
c | 1628 | drivers/char/cyclades.c | count -= c; |
c | 1629 | drivers/char/cyclades.c | total += c; |
c | 188 | drivers/char/keyboard.c | static inline void send_cmd(unsigned char c) |
c | 191 | drivers/char/keyboard.c | outb(c,0x64); |
c | 200 | drivers/char/keyboard.c | void to_utf8(ushort c) { |
c | 201 | drivers/char/keyboard.c | if (c < 0x80) |
c | 202 | drivers/char/keyboard.c | put_queue(c); /* 0******* */ |
c | 203 | drivers/char/keyboard.c | else if (c < 0x800) { |
c | 204 | drivers/char/keyboard.c | put_queue(0xc0 | (c >> 6)); /* 110***** 10****** */ |
c | 205 | drivers/char/keyboard.c | put_queue(0x80 | (c & 0x3f)); |
c | 207 | drivers/char/keyboard.c | put_queue(0xe0 | (c >> 12)); /* 1110**** 10****** 10****** */ |
c | 208 | drivers/char/keyboard.c | put_queue(0x80 | ((c >> 6) & 0x3f)); |
c | 209 | drivers/char/keyboard.c | put_queue(0x80 | (c & 0x3f)); |
c | 234 | drivers/char/lp.c | char c; |
c | 239 | drivers/char/lp.c | c = get_user(temp); |
c | 240 | drivers/char/lp.c | retval = lp_char_polled(c, minor); |
c | 44 | drivers/char/mouse.c | struct mouse *c = mouse_list.next; |
c | 47 | drivers/char/mouse.c | while (c != &mouse_list) { |
c | 48 | drivers/char/mouse.c | if (c->minor == minor) { |
c | 49 | drivers/char/mouse.c | file->f_op = c->fops; |
c | 52 | drivers/char/mouse.c | c = c->next; |
c | 58 | drivers/char/n_tty.c | static inline void put_tty_queue(unsigned char c, struct tty_struct *tty) |
c | 61 | drivers/char/n_tty.c | tty->read_buf[tty->read_head] = c; |
c | 99 | drivers/char/n_tty.c | static int opost(unsigned char c, struct tty_struct *tty) |
c | 108 | drivers/char/n_tty.c | switch (c) { |
c | 124 | drivers/char/n_tty.c | c = '\n'; |
c | 148 | drivers/char/n_tty.c | c = toupper(c); |
c | 149 | drivers/char/n_tty.c | if (!iscntrl(c)) |
c | 154 | drivers/char/n_tty.c | tty->driver.put_char(tty, c); |
c | 158 | drivers/char/n_tty.c | static inline void put_char(unsigned char c, struct tty_struct *tty) |
c | 160 | drivers/char/n_tty.c | tty->driver.put_char(tty, c); |
c | 165 | drivers/char/n_tty.c | static void echo_char(unsigned char c, struct tty_struct *tty) |
c | 167 | drivers/char/n_tty.c | if (L_ECHOCTL(tty) && iscntrl(c) && c != '\t') { |
c | 169 | drivers/char/n_tty.c | put_char(c ^ 0100, tty); |
c | 172 | drivers/char/n_tty.c | opost(c, tty); |
c | 184 | drivers/char/n_tty.c | static void eraser(unsigned char c, struct tty_struct *tty) |
c | 193 | drivers/char/n_tty.c | if (c == ERASE_CHAR(tty)) |
c | 195 | drivers/char/n_tty.c | else if (c == WERASE_CHAR(tty)) |
c | 221 | drivers/char/n_tty.c | c = tty->read_buf[head]; |
c | 224 | drivers/char/n_tty.c | if (isalnum(c) || c == '_') |
c | 238 | drivers/char/n_tty.c | echo_char(c, tty); |
c | 241 | drivers/char/n_tty.c | } else if (c == '\t') { |
c | 247 | drivers/char/n_tty.c | c = tty->read_buf[tail]; |
c | 248 | drivers/char/n_tty.c | if (c == '\t') |
c | 250 | drivers/char/n_tty.c | else if (iscntrl(c)) { |
c | 270 | drivers/char/n_tty.c | if (iscntrl(c) && L_ECHOCTL(tty)) { |
c | 277 | drivers/char/n_tty.c | if (!iscntrl(c) || L_ECHOCTL(tty)) { |
c | 334 | drivers/char/n_tty.c | unsigned char c) |
c | 342 | drivers/char/n_tty.c | put_tty_queue(c, tty); |
c | 348 | drivers/char/n_tty.c | static inline void n_tty_receive_char(struct tty_struct *tty, unsigned char c) |
c | 351 | drivers/char/n_tty.c | put_tty_queue(c, tty); |
c | 361 | drivers/char/n_tty.c | c &= 0x7f; |
c | 363 | drivers/char/n_tty.c | c=tolower(c); |
c | 367 | drivers/char/n_tty.c | if (c == START_CHAR(tty)) |
c | 369 | drivers/char/n_tty.c | else if (c == STOP_CHAR(tty)) |
c | 381 | drivers/char/n_tty.c | if (!test_bit(c, &tty->process_char_map) || tty->lnext) { |
c | 392 | drivers/char/n_tty.c | echo_char(c, tty); |
c | 394 | drivers/char/n_tty.c | if (I_PARMRK(tty) && c == (unsigned char) '\377') |
c | 395 | drivers/char/n_tty.c | put_tty_queue(c, tty); |
c | 396 | drivers/char/n_tty.c | put_tty_queue(c, tty); |
c | 400 | drivers/char/n_tty.c | if (c == '\r') { |
c | 404 | drivers/char/n_tty.c | c = '\n'; |
c | 405 | drivers/char/n_tty.c | } else if (c == '\n' && I_INLCR(tty)) |
c | 406 | drivers/char/n_tty.c | c = '\r'; |
c | 408 | drivers/char/n_tty.c | if (c == START_CHAR(tty)) { |
c | 412 | drivers/char/n_tty.c | if (c == STOP_CHAR(tty)) { |
c | 418 | drivers/char/n_tty.c | if (c == INTR_CHAR(tty)) { |
c | 422 | drivers/char/n_tty.c | if (c == QUIT_CHAR(tty)) { |
c | 426 | drivers/char/n_tty.c | if (c == SUSP_CHAR(tty)) { |
c | 433 | drivers/char/n_tty.c | if (c == ERASE_CHAR(tty) || c == KILL_CHAR(tty) || |
c | 434 | drivers/char/n_tty.c | (c == WERASE_CHAR(tty) && L_IEXTEN(tty))) { |
c | 435 | drivers/char/n_tty.c | eraser(c, tty); |
c | 438 | drivers/char/n_tty.c | if (c == LNEXT_CHAR(tty) && L_IEXTEN(tty)) { |
c | 449 | drivers/char/n_tty.c | if (c == REPRINT_CHAR(tty) && L_ECHO(tty) && |
c | 454 | drivers/char/n_tty.c | echo_char(c, tty); |
c | 462 | drivers/char/n_tty.c | if (c == '\n') { |
c | 472 | drivers/char/n_tty.c | if (c == EOF_CHAR(tty)) { |
c | 475 | drivers/char/n_tty.c | c = __DISABLED_CHAR; |
c | 478 | drivers/char/n_tty.c | if ((c == EOL_CHAR(tty)) || |
c | 479 | drivers/char/n_tty.c | (c == EOL2_CHAR(tty) && L_IEXTEN(tty))) { |
c | 491 | drivers/char/n_tty.c | echo_char(c, tty); |
c | 497 | drivers/char/n_tty.c | if (I_PARMRK(tty) && c == (unsigned char) '\377') |
c | 498 | drivers/char/n_tty.c | put_tty_queue(c, tty); |
c | 502 | drivers/char/n_tty.c | put_tty_queue(c, tty); |
c | 519 | drivers/char/n_tty.c | if (c == '\n') |
c | 525 | drivers/char/n_tty.c | echo_char(c, tty); |
c | 529 | drivers/char/n_tty.c | if (I_PARMRK(tty) && c == (unsigned char) '\377') |
c | 530 | drivers/char/n_tty.c | put_tty_queue(c, tty); |
c | 532 | drivers/char/n_tty.c | put_tty_queue(c, tty); |
c | 755 | drivers/char/n_tty.c | int c; |
c | 867 | drivers/char/n_tty.c | c = tty->read_buf[tty->read_tail]; |
c | 873 | drivers/char/n_tty.c | put_user(c, b++); |
c | 881 | drivers/char/n_tty.c | if (c != __DISABLED_CHAR) { |
c | 882 | drivers/char/n_tty.c | put_user(c, b++); |
c | 927 | drivers/char/n_tty.c | int c; |
c | 951 | drivers/char/n_tty.c | c = get_user(b); |
c | 952 | drivers/char/n_tty.c | if (opost(c, tty) < 0) |
c | 959 | drivers/char/n_tty.c | c = tty->driver.write(tty, 1, b, nr); |
c | 960 | drivers/char/n_tty.c | b += c; |
c | 961 | drivers/char/n_tty.c | nr -= c; |
c | 423 | drivers/char/psaux.c | unsigned char c; |
c | 439 | drivers/char/psaux.c | c = get_from_queue(); |
c | 440 | drivers/char/psaux.c | put_user(c, buffer++); |
c | 118 | drivers/char/pty.c | int c=0, n, r; |
c | 136 | drivers/char/pty.c | buf += n; c+= n; |
c | 141 | drivers/char/pty.c | c = MIN(count, to->ldisc.receive_room(to)); |
c | 142 | drivers/char/pty.c | to->ldisc.receive_buf(to, buf, 0, c); |
c | 145 | drivers/char/pty.c | return c; |
c | 475 | drivers/char/random.c | __u32 a, b, c, d; |
c | 479 | drivers/char/random.c | c = buf[2]; |
c | 482 | drivers/char/random.c | MD5STEP(F1, a, b, c, d, in[ 0]+0xd76aa478, 7); |
c | 483 | drivers/char/random.c | MD5STEP(F1, d, a, b, c, in[ 1]+0xe8c7b756, 12); |
c | 484 | drivers/char/random.c | MD5STEP(F1, c, d, a, b, in[ 2]+0x242070db, 17); |
c | 485 | drivers/char/random.c | MD5STEP(F1, b, c, d, a, in[ 3]+0xc1bdceee, 22); |
c | 486 | drivers/char/random.c | MD5STEP(F1, a, b, c, d, in[ 4]+0xf57c0faf, 7); |
c | 487 | drivers/char/random.c | MD5STEP(F1, d, a, b, c, in[ 5]+0x4787c62a, 12); |
c | 488 | drivers/char/random.c | MD5STEP(F1, c, d, a, b, in[ 6]+0xa8304613, 17); |
c | 489 | drivers/char/random.c | MD5STEP(F1, b, c, d, a, in[ 7]+0xfd469501, 22); |
c | 490 | drivers/char/random.c | MD5STEP(F1, a, b, c, d, in[ 8]+0x698098d8, 7); |
c | 491 | drivers/char/random.c | MD5STEP(F1, d, a, b, c, in[ 9]+0x8b44f7af, 12); |
c | 492 | drivers/char/random.c | MD5STEP(F1, c, d, a, b, in[10]+0xffff5bb1, 17); |
c | 493 | drivers/char/random.c | MD5STEP(F1, b, c, d, a, in[11]+0x895cd7be, 22); |
c | 494 | drivers/char/random.c | MD5STEP(F1, a, b, c, d, in[12]+0x6b901122, 7); |
c | 495 | drivers/char/random.c | MD5STEP(F1, d, a, b, c, in[13]+0xfd987193, 12); |
c | 496 | drivers/char/random.c | MD5STEP(F1, c, d, a, b, in[14]+0xa679438e, 17); |
c | 497 | drivers/char/random.c | MD5STEP(F1, b, c, d, a, in[15]+0x49b40821, 22); |
c | 499 | drivers/char/random.c | MD5STEP(F2, a, b, c, d, in[ 1]+0xf61e2562, 5); |
c | 500 | drivers/char/random.c | MD5STEP(F2, d, a, b, c, in[ 6]+0xc040b340, 9); |
c | 501 | drivers/char/random.c | MD5STEP(F2, c, d, a, b, in[11]+0x265e5a51, 14); |
c | 502 | drivers/char/random.c | MD5STEP(F2, b, c, d, a, in[ 0]+0xe9b6c7aa, 20); |
c | 503 | drivers/char/random.c | MD5STEP(F2, a, b, c, d, in[ 5]+0xd62f105d, 5); |
c | 504 | drivers/char/random.c | MD5STEP(F2, d, a, b, c, in[10]+0x02441453, 9); |
c | 505 | drivers/char/random.c | MD5STEP(F2, c, d, a, b, in[15]+0xd8a1e681, 14); |
c | 506 | drivers/char/random.c | MD5STEP(F2, b, c, d, a, in[ 4]+0xe7d3fbc8, 20); |
c | 507 | drivers/char/random.c | MD5STEP(F2, a, b, c, d, in[ 9]+0x21e1cde6, 5); |
c | 508 | drivers/char/random.c | MD5STEP(F2, d, a, b, c, in[14]+0xc33707d6, 9); |
c | 509 | drivers/char/random.c | MD5STEP(F2, c, d, a, b, in[ 3]+0xf4d50d87, 14); |
c | 510 | drivers/char/random.c | MD5STEP(F2, b, c, d, a, in[ 8]+0x455a14ed, 20); |
c | 511 | drivers/char/random.c | MD5STEP(F2, a, b, c, d, in[13]+0xa9e3e905, 5); |
c | 512 | drivers/char/random.c | MD5STEP(F2, d, a, b, c, in[ 2]+0xfcefa3f8, 9); |
c | 513 | drivers/char/random.c | MD5STEP(F2, c, d, a, b, in[ 7]+0x676f02d9, 14); |
c | 514 | drivers/char/random.c | MD5STEP(F2, b, c, d, a, in[12]+0x8d2a4c8a, 20); |
c | 516 | drivers/char/random.c | MD5STEP(F3, a, b, c, d, in[ 5]+0xfffa3942, 4); |
c | 517 | drivers/char/random.c | MD5STEP(F3, d, a, b, c, in[ 8]+0x8771f681, 11); |
c | 518 | drivers/char/random.c | MD5STEP(F3, c, d, a, b, in[11]+0x6d9d6122, 16); |
c | 519 | drivers/char/random.c | MD5STEP(F3, b, c, d, a, in[14]+0xfde5380c, 23); |
c | 520 | drivers/char/random.c | MD5STEP(F3, a, b, c, d, in[ 1]+0xa4beea44, 4); |
c | 521 | drivers/char/random.c | MD5STEP(F3, d, a, b, c, in[ 4]+0x4bdecfa9, 11); |
c | 522 | drivers/char/random.c | MD5STEP(F3, c, d, a, b, in[ 7]+0xf6bb4b60, 16); |
c | 523 | drivers/char/random.c | MD5STEP(F3, b, c, d, a, in[10]+0xbebfbc70, 23); |
c | 524 | drivers/char/random.c | MD5STEP(F3, a, b, c, d, in[13]+0x289b7ec6, 4); |
c | 525 | drivers/char/random.c | MD5STEP(F3, d, a, b, c, in[ 0]+0xeaa127fa, 11); |
c | 526 | drivers/char/random.c | MD5STEP(F3, c, d, a, b, in[ 3]+0xd4ef3085, 16); |
c | 527 | drivers/char/random.c | MD5STEP(F3, b, c, d, a, in[ 6]+0x04881d05, 23); |
c | 528 | drivers/char/random.c | MD5STEP(F3, a, b, c, d, in[ 9]+0xd9d4d039, 4); |
c | 529 | drivers/char/random.c | MD5STEP(F3, d, a, b, c, in[12]+0xe6db99e5, 11); |
c | 530 | drivers/char/random.c | MD5STEP(F3, c, d, a, b, in[15]+0x1fa27cf8, 16); |
c | 531 | drivers/char/random.c | MD5STEP(F3, b, c, d, a, in[ 2]+0xc4ac5665, 23); |
c | 533 | drivers/char/random.c | MD5STEP(F4, a, b, c, d, in[ 0]+0xf4292244, 6); |
c | 534 | drivers/char/random.c | MD5STEP(F4, d, a, b, c, in[ 7]+0x432aff97, 10); |
c | 535 | drivers/char/random.c | MD5STEP(F4, c, d, a, b, in[14]+0xab9423a7, 15); |
c | 536 | drivers/char/random.c | MD5STEP(F4, b, c, d, a, in[ 5]+0xfc93a039, 21); |
c | 537 | drivers/char/random.c | MD5STEP(F4, a, b, c, d, in[12]+0x655b59c3, 6); |
c | 538 | drivers/char/random.c | MD5STEP(F4, d, a, b, c, in[ 3]+0x8f0ccc92, 10); |
c | 539 | drivers/char/random.c | MD5STEP(F4, c, d, a, b, in[10]+0xffeff47d, 15); |
c | 540 | drivers/char/random.c | MD5STEP(F4, b, c, d, a, in[ 1]+0x85845dd1, 21); |
c | 541 | drivers/char/random.c | MD5STEP(F4, a, b, c, d, in[ 8]+0x6fa87e4f, 6); |
c | 542 | drivers/char/random.c | MD5STEP(F4, d, a, b, c, in[15]+0xfe2ce6e0, 10); |
c | 543 | drivers/char/random.c | MD5STEP(F4, c, d, a, b, in[ 6]+0xa3014314, 15); |
c | 544 | drivers/char/random.c | MD5STEP(F4, b, c, d, a, in[13]+0x4e0811a1, 21); |
c | 545 | drivers/char/random.c | MD5STEP(F4, a, b, c, d, in[ 4]+0xf7537e82, 6); |
c | 546 | drivers/char/random.c | MD5STEP(F4, d, a, b, c, in[11]+0xbd3af235, 10); |
c | 547 | drivers/char/random.c | MD5STEP(F4, c, d, a, b, in[ 2]+0x2ad7d2bb, 15); |
c | 548 | drivers/char/random.c | MD5STEP(F4, b, c, d, a, in[ 9]+0xeb86d391, 21); |
c | 552 | drivers/char/random.c | buf[2] += c; |
c | 31 | drivers/char/selection.c | #define isspace(c) ((c) == ' ') |
c | 84 | drivers/char/selection.c | static inline int inword(const unsigned char c) { |
c | 85 | drivers/char/selection.c | return ( inwordLut[c>>5] >> (c & 0x1F) ) & 1; |
c | 274 | drivers/char/selection.c | int c = sel_buffer_lth; |
c | 278 | drivers/char/selection.c | if (!bp || !c) |
c | 283 | drivers/char/selection.c | while (c) { |
c | 288 | drivers/char/selection.c | l = MIN(c, tty->ldisc.receive_room(tty)); |
c | 290 | drivers/char/selection.c | c -= l; |
c | 181 | drivers/char/selection.h | static inline void memsetw(void * s, unsigned short c, unsigned int count) |
c | 188 | drivers/char/selection.h | scr_writew(c, addr++); |
c | 1297 | drivers/char/serial.c | int c, total = 0; |
c | 1310 | drivers/char/serial.c | c = MIN(count, MIN(SERIAL_XMIT_SIZE - info->xmit_cnt - 1, |
c | 1312 | drivers/char/serial.c | if (c <= 0) |
c | 1317 | drivers/char/serial.c | memcpy_fromfs(tmp_buf, buf, c); |
c | 1318 | drivers/char/serial.c | c = MIN(c, MIN(SERIAL_XMIT_SIZE - info->xmit_cnt - 1, |
c | 1320 | drivers/char/serial.c | memcpy(info->xmit_buf + info->xmit_head, tmp_buf, c); |
c | 1323 | drivers/char/serial.c | memcpy(info->xmit_buf + info->xmit_head, buf, c); |
c | 1324 | drivers/char/serial.c | info->xmit_head = (info->xmit_head + c) & (SERIAL_XMIT_SIZE-1); |
c | 1325 | drivers/char/serial.c | info->xmit_cnt += c; |
c | 1327 | drivers/char/serial.c | buf += c; |
c | 1328 | drivers/char/serial.c | count -= c; |
c | 1329 | drivers/char/serial.c | total += c; |
c | 789 | drivers/char/tga.c | int row, col, temp, c, attrib; |
c | 795 | drivers/char/tga.c | c = charattr & 0x00ff; |
c | 805 | drivers/char/tga.c | i = (c & 0xff) << 4; /* NOTE: assumption of 16 bytes per character bitmap */ |
c | 2559 | drivers/char/tpqic02.c | int c; |
c | 2580 | drivers/char/tpqic02.c | c = iocmd & IOCCMD_MASK; |
c | 2584 | drivers/char/tpqic02.c | if (c == DDIOCSDBG) { |
c | 2588 | drivers/char/tpqic02.c | c = get_user_long((int *) ioarg); |
c | 2589 | drivers/char/tpqic02.c | if (c==0) { |
c | 2593 | drivers/char/tpqic02.c | if ((c>=1) && (c<=32)) { |
c | 2594 | drivers/char/tpqic02.c | QIC02_TAPE_DEBUG |= (1 << (c-1)); |
c | 2597 | drivers/char/tpqic02.c | if (c >= 128) { |
c | 2598 | drivers/char/tpqic02.c | QIC02_TAPE_DEBUG &= ~(1 << (c - 128)); |
c | 2606 | drivers/char/tpqic02.c | if (c == (MTIOCGETCONFIG & IOCCMD_MASK)) { |
c | 2623 | drivers/char/tpqic02.c | } else if (c == (MTIOCSETCONFIG & IOCCMD_MASK)) { |
c | 2662 | drivers/char/tpqic02.c | if (c == (MTIOCTOP & IOCCMD_MASK)) { |
c | 2717 | drivers/char/tpqic02.c | } else if (c == (MTIOCGET & IOCCMD_MASK)) { |
c | 2745 | drivers/char/tpqic02.c | } else if (TP_HAVE_TELL && (c == (MTIOCPOS & IOCCMD_MASK))) { |
c | 2764 | drivers/char/tpqic02.c | c = rdstatus((char *) blk_addr, sizeof(blk_addr), AR_QCMDV_TELL_BLK); |
c | 2765 | drivers/char/tpqic02.c | if (c!=TE_OK) |
c | 1316 | drivers/char/tty_io.c | char *c, *d; |
c | 1325 | drivers/char/tty_io.c | c = (char *)(*p); |
c | 1328 | drivers/char/tty_io.c | put_user(*c++, d++); |
c | 610 | drivers/net/bsd_comp.c | unsigned char c; |
c | 691 | drivers/net/bsd_comp.c | c = *rptr++; |
c | 692 | drivers/net/bsd_comp.c | fcode = BSD_KEY (ent, c); |
c | 693 | drivers/net/bsd_comp.c | hval = BSD_HASH (ent, c, hshift); |
c | 771 | drivers/net/bsd_comp.c | ent = c; |
c | 425 | drivers/net/ewrk3.c | char c[2]; |
c | 429 | drivers/net/ewrk3.c | eeprom_image[i] = tmp.c[0]; |
c | 430 | drivers/net/ewrk3.c | eeprom_image[i+1] = tmp.c[1]; |
c | 678 | drivers/net/pi2.c | unsigned char c; |
c | 733 | drivers/net/pi2.c | c = *lp->txptr++; |
c | 735 | drivers/net/pi2.c | wrtscc(lp->cardbase, cmd, R8, c); |
c | 779 | drivers/net/pi2.c | char c; |
c | 820 | drivers/net/pi2.c | c = *lp->txptr++; |
c | 830 | drivers/net/pi2.c | wrtscc(lp->cardbase, cmd, R8, c); /* First char out now */ |
c | 837 | drivers/net/pi2.c | c = *lp->txptr++; |
c | 841 | drivers/net/pi2.c | wrtscc(lp->cardbase, cmd, R8, c); |
c | 885 | drivers/net/pi2.c | c = *lp->txptr++; |
c | 895 | drivers/net/pi2.c | wrtscc(lp->cardbase, cmd, R8, c); /* First char out now */ |
c | 902 | drivers/net/pi2.c | c = *lp->txptr++; |
c | 906 | drivers/net/pi2.c | wrtscc(lp->cardbase, cmd, R8, c); |
c | 160 | drivers/net/ppp.c | #define ins_char(pbuf,c) (buf_base(pbuf) [(pbuf)->count++] = (u_char)(c)) |
c | 249 | drivers/net/ppp.c | #define in_xmap(ppp,c) (ppp->xmit_async_map[(c) >> 5] & (1 << ((c) & 0x1f))) |
c | 250 | drivers/net/ppp.c | #define in_rmap(ppp,c) ((((unsigned int) (u_char) (c)) < 0x20) && \ |
c | 251 | drivers/net/ppp.c | ppp->recv_async_map & (1 << (c))) |
c | 325 | drivers/net/ppp.c | #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ ppp_crc16_table[((fcs) ^ (c)) & 0xff]) |
c | 1364 | drivers/net/ppp.c | #define PUTC(c) \ |
c | 1366 | drivers/net/ppp.c | buf_base (ppp->ubuf) [current_idx++] = (u_char) (c); \ |
c | 1776 | drivers/net/ppp.c | u_char c; |
c | 1779 | drivers/net/ppp.c | #define GETC(c) \ |
c | 1781 | drivers/net/ppp.c | c = buf_base (ppp->ubuf) [ppp->ubuf->tail++]; \ |
c | 1834 | drivers/net/ppp.c | GETC (c); |
c | 1835 | drivers/net/ppp.c | len = c << 8; |
c | 1836 | drivers/net/ppp.c | GETC (c); |
c | 1837 | drivers/net/ppp.c | len += c; |
c | 1908 | drivers/net/ppp.c | GETC (c); |
c | 1909 | drivers/net/ppp.c | put_byte_user (c, buf); |
c | 2835 | drivers/net/ppp.c | &temp.c); |
c | 101 | drivers/net/slip.c | static void slip_unesc(struct slip *sl, unsigned char c); |
c | 104 | drivers/net/slip.c | static void slip_unesc6(struct slip *sl, unsigned char c); |
c | 345 | drivers/net/slip.c | unsigned char c; |
c | 346 | drivers/net/slip.c | if ((c = sl->rbuff[0]) & SL_TYPE_COMPRESSED_TCP) { |
c | 361 | drivers/net/slip.c | } else if (c >= SL_TYPE_UNCOMPRESSED_TCP) { |
c | 836 | drivers/net/slip.c | unsigned char c; |
c | 852 | drivers/net/slip.c | switch(c = *s++) { |
c | 862 | drivers/net/slip.c | *ptr++ = c; |
c | 917 | drivers/net/slip.c | unsigned char c; |
c | 939 | drivers/net/slip.c | c = 0x30 + ((v >> bits) & 0x3F); |
c | 940 | drivers/net/slip.c | *ptr++ = c; |
c | 944 | drivers/net/slip.c | c = 0x30 + ((v << (6 - bits)) & 0x3F); |
c | 945 | drivers/net/slip.c | *ptr++ = c; |
c | 954 | drivers/net/slip.c | unsigned char c; |
c | 968 | drivers/net/slip.c | c = (unsigned char)(sl->xdata >> sl->xbits); |
c | 971 | drivers/net/slip.c | sl->rbuff[sl->rcount++] = c; |
c | 1661 | drivers/net/wavelan.c | unsigned char c; |
c | 1663 | drivers/net/wavelan.c | c = skb->data[i]; |
c | 1664 | drivers/net/wavelan.c | if (c >= ' ' && c <= '~') |
c | 1403 | drivers/scsi/53c7,8xx.c | Scsi_Cmnd *c = cmd->cmd; |
c | 1404 | drivers/scsi/53c7,8xx.c | struct Scsi_Host *host = c->host; |
c | 1416 | drivers/scsi/53c7,8xx.c | dsa_temp_lun, c->lun); |
c | 1420 | drivers/scsi/53c7,8xx.c | dsa_temp_sync, hostdata->sync[c->target].select_indirect); |
c | 1422 | drivers/scsi/53c7,8xx.c | dsa_temp_target, c->target); |
c | 1441 | drivers/scsi/53c7,8xx.c | Scsi_Cmnd *c = cmd->cmd; |
c | 1442 | drivers/scsi/53c7,8xx.c | struct Scsi_Host *host = c->host; |
c | 1475 | drivers/scsi/53c7,8xx.c | c->host_scribble = NULL; |
c | 1476 | drivers/scsi/53c7,8xx.c | c->result = result; |
c | 1477 | drivers/scsi/53c7,8xx.c | c->scsi_done(c); |
c | 1499 | drivers/scsi/53c7,8xx.c | Scsi_Cmnd *c = cmd ? cmd->cmd : NULL; |
c | 1692 | drivers/scsi/53c7,8xx.c | Scsi_Cmnd *c = cmd ? cmd->cmd : NULL; |
c | 1707 | drivers/scsi/53c7,8xx.c | printk (" from target %d lun %d", c->target, c->lun); |
c | 1731 | drivers/scsi/53c7,8xx.c | host->host_no, c->target, (cmd->flags & CMD_FLAG_SDTR) ? "accepting" : |
c | 1743 | drivers/scsi/53c7,8xx.c | synchronous (host, c->target, (unsigned char *) |
c | 1752 | drivers/scsi/53c7,8xx.c | synchronous (host, c->target, (unsigned char *) |
c | 1770 | drivers/scsi/53c7,8xx.c | host->host_no, c->target, Hz / 1000000, Hz % 1000000, |
c | 1778 | drivers/scsi/53c7,8xx.c | host->host_no, c->target); |
c | 1820 | drivers/scsi/53c7,8xx.c | if (!c) { |
c | 1831 | drivers/scsi/53c7,8xx.c | asynchronous (host, c->target); |
c | 1852 | drivers/scsi/53c7,8xx.c | c->cmnd[0] = REQUEST_SENSE; |
c | 1853 | drivers/scsi/53c7,8xx.c | c->cmnd[1] &= 0xe0; /* Zero all but LUN */ |
c | 1854 | drivers/scsi/53c7,8xx.c | c->cmnd[2] = 0; |
c | 1855 | drivers/scsi/53c7,8xx.c | c->cmnd[3] = 0; |
c | 1856 | drivers/scsi/53c7,8xx.c | c->cmnd[4] = sizeof(c->sense_buffer); |
c | 1857 | drivers/scsi/53c7,8xx.c | c->cmnd[5] = 0; |
c | 1868 | drivers/scsi/53c7,8xx.c | DCMD_BMI_IO)) << 24) | sizeof(c->sense_buffer); |
c | 1869 | drivers/scsi/53c7,8xx.c | cmd->data_transfer_start[1] = virt_to_bus(c->sense_buffer); |
c | 3856 | drivers/scsi/53c7,8xx.c | struct NCR53c7x0_cmd * c; |
c | 3870 | drivers/scsi/53c7,8xx.c | for (c = (struct NCR53c7x0_cmd *) hostdata->running_list, found = 0; c; |
c | 3871 | drivers/scsi/53c7,8xx.c | c = (struct NCR53c7x0_cmd *) c->next) { |
c | 3872 | drivers/scsi/53c7,8xx.c | tmp = c->cmd; |
c | 3873 | drivers/scsi/53c7,8xx.c | c->next = hostdata->free; |
c | 3874 | drivers/scsi/53c7,8xx.c | hostdata->free = c; |
c | 3882 | drivers/scsi/53c7,8xx.c | c = (struct NCR53c7x0_cmd *) cmd->host_scribble; |
c | 3883 | drivers/scsi/53c7,8xx.c | if (c) { |
c | 3884 | drivers/scsi/53c7,8xx.c | c->next = hostdata->free; |
c | 3885 | drivers/scsi/53c7,8xx.c | hostdata->free = c; |
c | 1469 | drivers/scsi/NCR5380.c | register int c = *count; |
c | 1517 | drivers/scsi/NCR5380.c | if (!((p & SR_MSG) && c > 1)) { |
c | 1558 | drivers/scsi/NCR5380.c | if (!(p == PHASE_MSGIN && c == 1)) { |
c | 1559 | drivers/scsi/NCR5380.c | if (p == PHASE_MSGOUT && c > 1) |
c | 1564 | drivers/scsi/NCR5380.c | } while (--c); |
c | 1567 | drivers/scsi/NCR5380.c | printk("scsi%d : residual %d\n", instance->host_no, c); |
c | 1570 | drivers/scsi/NCR5380.c | *count = c; |
c | 1578 | drivers/scsi/NCR5380.c | if (!c || (*phase == p)) |
c | 1608 | drivers/scsi/NCR5380.c | register int c = *count; |
c | 1630 | drivers/scsi/NCR5380.c | c -= 2; |
c | 1636 | drivers/scsi/NCR5380.c | "writing", c, (p & SR_IO) ? "to" : "from", (unsigned) d); |
c | 1639 | drivers/scsi/NCR5380.c | NCR5380_dma_read_setup(instance, d, c) : |
c | 1640 | drivers/scsi/NCR5380.c | NCR5380_dma_write_setup(instance, d, c); |
c | 1764 | drivers/scsi/NCR5380.c | c -= residue; |
c | 1765 | drivers/scsi/NCR5380.c | *count -= c; |
c | 1766 | drivers/scsi/NCR5380.c | *data += c; |
c | 1801 | drivers/scsi/NCR5380.c | if (!(foo = NCR5380_pread(instance, d, c - 1))) { |
c | 1827 | drivers/scsi/NCR5380.c | d[c - 1] = NCR5380_read(INPUT_DATA_REG); |
c | 1831 | drivers/scsi/NCR5380.c | if (!(foo = NCR5380_pwrite(instance, d, c))) { |
c | 1882 | drivers/scsi/NCR5380.c | *data = d + c; |
c | 565 | drivers/scsi/aic7xxx_asm.c | int c; |
c | 567 | drivers/scsi/aic7xxx_asm.c | while ((c = getopt(argc, argv, "dho:vD")) != EOF) { |
c | 568 | drivers/scsi/aic7xxx_asm.c | switch (c) { |
c | 191 | drivers/sound/audio.c | int c, p, l; |
c | 197 | drivers/sound/audio.c | c = count; |
c | 222 | drivers/sound/audio.c | while (c) |
c | 242 | drivers/sound/audio.c | l = c; |
c | 270 | drivers/sound/audio.c | c -= l; |
c | 292 | drivers/sound/audio.c | int c, p, l; |
c | 298 | drivers/sound/audio.c | c = count; |
c | 316 | drivers/sound/audio.c | while (c) |
c | 329 | drivers/sound/audio.c | if (l > c) |
c | 330 | drivers/sound/audio.c | l = c; |
c | 351 | drivers/sound/audio.c | c -= l; |
c | 354 | drivers/sound/audio.c | return count - c; |
c | 1741 | drivers/sound/configure.c | char c; |
c | 1752 | drivers/sound/configure.c | count = read (fd, &c, 1); |
c | 1757 | drivers/sound/configure.c | fprintf (sf, "0x%02x,", c & 0xFFL); |
c | 44 | drivers/sound/cs4232.c | #define CS_OUT3(a, b, c) {CS_OUT(a);CS_OUT(b);CS_OUT(c);} |
c | 556 | drivers/sound/dmabuf.c | DMAbuf_rmchars (int dev, int buff_no, int c) |
c | 560 | drivers/sound/dmabuf.c | int p = dmap->counts[dmap->qhead] + c; |
c | 1458 | drivers/sound/dmabuf.c | DMAbuf_rmchars (int dev, int buff_no, int c) |
c | 19 | drivers/sound/hex2hex.h | int i,l, c; |
c | 37 | drivers/sound/hex2hex.h | while ((c=getc(inf))!=EOF) |
c | 39 | drivers/sound/hex2hex.h | if (c == ':') /* Sync with beginning of line */ |
c | 64 | drivers/sound/hex2hex.h | if (fscanf(inf, "%02x", &c) != 1) |
c | 68 | drivers/sound/hex2hex.h | buf[addr++] = c; |
c | 71 | drivers/sound/hex2hex.h | sum += c; |
c | 342 | drivers/sound/midibuf.c | int c, n, i; |
c | 353 | drivers/sound/midibuf.c | c = 0; |
c | 355 | drivers/sound/midibuf.c | while (c < count) |
c | 389 | drivers/sound/midibuf.c | if (n > (count - c)) |
c | 390 | drivers/sound/midibuf.c | n = count - c; |
c | 394 | drivers/sound/midibuf.c | memcpy_fromfs ((char *) &tmp_data, &((buf)[c]), 1); |
c | 396 | drivers/sound/midibuf.c | c++; |
c | 402 | drivers/sound/midibuf.c | return c; |
c | 409 | drivers/sound/midibuf.c | int n, c = 0; |
c | 440 | drivers/sound/midibuf.c | c = -EINTR; /* |
c | 445 | drivers/sound/midibuf.c | if (c == 0 && DATA_AVAIL (midi_in_buf[dev])) /* |
c | 452 | drivers/sound/midibuf.c | c = 0; |
c | 454 | drivers/sound/midibuf.c | while (c < n) |
c | 457 | drivers/sound/midibuf.c | memcpy_tofs (&((buf)[c]), (char *) &tmp_data, 1); |
c | 458 | drivers/sound/midibuf.c | c++; |
c | 464 | drivers/sound/midibuf.c | return c; |
c | 426 | drivers/sound/mpu401.c | unsigned char c = read_data (devc); |
c | 430 | drivers/sound/mpu401.c | mpu_input_scanner (devc, c); |
c | 433 | drivers/sound/mpu401.c | devc->inputintr (devc->devno, c); |
c | 71 | drivers/sound/sb16_midi.c | unsigned char c = sb16midi_read (); |
c | 74 | drivers/sound/sb16_midi.c | midi_input_intr (my_dev, c); |
c | 106 | drivers/sound/sequencer.c | int c = count, p = 0; |
c | 155 | drivers/sound/sequencer.c | while (iqlen && c >= ev_len) |
c | 160 | drivers/sound/sequencer.c | c -= ev_len; |
c | 167 | drivers/sound/sequencer.c | return count - c; |
c | 268 | drivers/sound/sequencer.c | int p = 0, c, ev_size; |
c | 284 | drivers/sound/sequencer.c | c = count; |
c | 286 | drivers/sound/sequencer.c | while (c >= 4) |
c | 302 | drivers/sound/sequencer.c | err = synth_devs[dev]->load_patch (dev, *(short *) &event[0], buf, p + 4, c, 0); |
c | 319 | drivers/sound/sequencer.c | if (c < ev_size) |
c | 323 | drivers/sound/sequencer.c | return count - c; |
c | 371 | drivers/sound/sequencer.c | int processed = count - c; |
c | 384 | drivers/sound/sequencer.c | c -= ev_size; |
c | 9 | drivers/sound/sound_calls.h | int DMAbuf_rmchars(int dev, int buff_no, int c); |
c | 315 | drivers/sound/sound_switch.c | int l, c; |
c | 318 | drivers/sound/sound_switch.c | c = status_len - status_ptr; |
c | 320 | drivers/sound/sound_switch.c | if (l > c) |
c | 321 | drivers/sound/sound_switch.c | l = c; |
c | 90 | drivers/sound/uart6850.c | unsigned char c = uart6850_read (); |
c | 95 | drivers/sound/uart6850.c | midi_input_intr (my_dev, c); |
c | 200 | fs/ext/file.c | int written,c; |
c | 228 | fs/ext/file.c | c = BLOCK_SIZE - (pos % BLOCK_SIZE); |
c | 229 | fs/ext/file.c | if (c > count-written) |
c | 230 | fs/ext/file.c | c = count-written; |
c | 231 | fs/ext/file.c | if (c != BLOCK_SIZE && !bh->b_uptodate) { |
c | 242 | fs/ext/file.c | pos += c; |
c | 247 | fs/ext/file.c | written += c; |
c | 248 | fs/ext/file.c | memcpy_fromfs(p,buf,c); |
c | 249 | fs/ext/file.c | buf += c; |
c | 636 | fs/ext/namei.c | char c; |
c | 653 | fs/ext/namei.c | while (i < 1023 && (c = *(symname++))) |
c | 654 | fs/ext/namei.c | name_block->b_data[i++] = c; |
c | 89 | fs/ext/symlink.c | char c; |
c | 102 | fs/ext/symlink.c | while (i<buflen && (c = bh->b_data[i])) { |
c | 104 | fs/ext/symlink.c | put_user(c,buffer++); |
c | 239 | fs/ext2/file.c | int written, c; |
c | 278 | fs/ext2/file.c | c = sb->s_blocksize - offset; |
c | 292 | fs/ext2/file.c | count -= c; |
c | 294 | fs/ext2/file.c | c += count; |
c | 295 | fs/ext2/file.c | if (c != sb->s_blocksize && !bh->b_uptodate) { |
c | 305 | fs/ext2/file.c | pos2 += c; |
c | 306 | fs/ext2/file.c | pos += c; |
c | 307 | fs/ext2/file.c | written += c; |
c | 308 | fs/ext2/file.c | memcpy_fromfs (bh->b_data + offset, buf, c); |
c | 309 | fs/ext2/file.c | buf += c; |
c | 330 | fs/ext2/file.c | c = sb->s_blocksize; |
c | 39 | fs/ext2/namei.c | #define NAMEI_RA_INDEX(c,b) (((c) * NAMEI_RA_BLOCKS) + (b)) |
c | 758 | fs/ext2/namei.c | char c; |
c | 789 | fs/ext2/namei.c | while (i < inode->i_sb->s_blocksize - 1 && (c = *(symname++))) |
c | 790 | fs/ext2/namei.c | link[i++] = c; |
c | 101 | fs/ext2/symlink.c | char c; |
c | 120 | fs/ext2/symlink.c | while (i < buflen && (c = link[i])) { |
c | 122 | fs/ext2/symlink.c | put_user (c, buffer++); |
c | 115 | fs/hpfs/hpfs_caps.c | static inline unsigned latin1_upcase (unsigned c) |
c | 117 | fs/hpfs/hpfs_caps.c | if (c - 'a' <= 'z' - 'a' |
c | 118 | fs/hpfs/hpfs_caps.c | || (c - a_grave <= thorn - a_grave |
c | 119 | fs/hpfs/hpfs_caps.c | && c != divide)) |
c | 120 | fs/hpfs/hpfs_caps.c | return c - 'a' + 'A'; |
c | 122 | fs/hpfs/hpfs_caps.c | return c; |
c | 125 | fs/hpfs/hpfs_caps.c | static inline unsigned latin1_downcase (unsigned c) |
c | 127 | fs/hpfs/hpfs_caps.c | if (c - 'A' <= 'Z' - 'A' |
c | 128 | fs/hpfs/hpfs_caps.c | || (c - A_GRAVE <= THORN - A_GRAVE |
c | 129 | fs/hpfs/hpfs_caps.c | && c != MULTIPLY)) |
c | 130 | fs/hpfs/hpfs_caps.c | return c + 'a' - 'A'; |
c | 132 | fs/hpfs/hpfs_caps.c | return c; |
c | 136 | fs/hpfs/hpfs_caps.c | static inline unsigned latin1_to_cp850 (unsigned c) |
c | 138 | fs/hpfs/hpfs_caps.c | if ((signed) c - 128 >= 0) |
c | 139 | fs/hpfs/hpfs_caps.c | return tb_latin1_to_cp850[c - 128]; |
c | 141 | fs/hpfs/hpfs_caps.c | return c; |
c | 145 | fs/hpfs/hpfs_caps.c | static inline unsigned cp850_to_latin1 (unsigned c) |
c | 147 | fs/hpfs/hpfs_caps.c | if ((signed) c - 128 >= 0) |
c | 148 | fs/hpfs/hpfs_caps.c | return tb_cp850_to_latin1[c - 128]; |
c | 150 | fs/hpfs/hpfs_caps.c | return c; |
c | 153 | fs/hpfs/hpfs_caps.c | unsigned hpfs_char_to_upper_linux (unsigned c) |
c | 155 | fs/hpfs/hpfs_caps.c | return latin1_upcase (cp850_to_latin1 (c)); |
c | 158 | fs/hpfs/hpfs_caps.c | unsigned linux_char_to_upper_linux (unsigned c) |
c | 160 | fs/hpfs/hpfs_caps.c | return latin1_upcase (c); |
c | 163 | fs/hpfs/hpfs_caps.c | unsigned hpfs_char_to_lower_linux (unsigned c) |
c | 165 | fs/hpfs/hpfs_caps.c | return latin1_downcase (cp850_to_latin1 (c)); |
c | 168 | fs/hpfs/hpfs_caps.c | unsigned hpfs_char_to_linux (unsigned c) |
c | 170 | fs/hpfs/hpfs_caps.c | return cp850_to_latin1 (c); |
c | 1 | fs/hpfs/hpfs_caps.h | unsigned hpfs_char_to_linux (unsigned c); |
c | 2 | fs/hpfs/hpfs_caps.h | unsigned hpfs_char_to_lower_linux (unsigned c); |
c | 3 | fs/hpfs/hpfs_caps.h | unsigned hpfs_char_to_upper_linux (unsigned c); |
c | 4 | fs/hpfs/hpfs_caps.h | unsigned linux_char_to_upper_linux (unsigned c); |
c | 956 | fs/hpfs/hpfs_fs.c | unsigned c; |
c | 961 | fs/hpfs/hpfs_fs.c | c = *p++; |
c | 962 | fs/hpfs/hpfs_fs.c | if (c < ' ') |
c | 963 | fs/hpfs/hpfs_fs.c | if (c == '\r' && len && *p == '\n') |
c | 965 | fs/hpfs/hpfs_fs.c | else if (c == '\t' || c == '\n'); |
c | 968 | fs/hpfs/hpfs_fs.c | else if (c < '\177') |
c | 990 | fs/hpfs/hpfs_fs.c | unsigned c = *in++; |
c | 991 | fs/hpfs/hpfs_fs.c | if (c == '\r' && (len == 0 || *in == '\n')); |
c | 993 | fs/hpfs/hpfs_fs.c | put_user(c, out++); |
c | 77 | fs/isofs/dir.c | int i, c; |
c | 80 | fs/isofs/dir.c | c = old[i]; |
c | 81 | fs/isofs/dir.c | if (!c) |
c | 83 | fs/isofs/dir.c | if (c >= 'A' && c <= 'Z') |
c | 84 | fs/isofs/dir.c | c |= 0x20; /* lower case */ |
c | 87 | fs/isofs/dir.c | if (c == '.' && i == len - 3 && old[i + 1] == ';' && old[i + 2] == '1') |
c | 91 | fs/isofs/dir.c | if (c == ';' && i == len - 2 && old[i + 1] == '1') |
c | 95 | fs/isofs/dir.c | if (c == ';') |
c | 96 | fs/isofs/dir.c | c = '.'; |
c | 98 | fs/isofs/dir.c | new[i] = c; |
c | 74 | fs/isofs/namei.c | char c; |
c | 162 | fs/isofs/namei.c | c = dpnt[i]; |
c | 163 | fs/isofs/namei.c | if (c >= 'A' && c <= 'Z') c |= 0x20; /* lower case */ |
c | 164 | fs/isofs/namei.c | if (c == ';' && i == dlen-2 && dpnt[i+1] == '1') { |
c | 168 | fs/isofs/namei.c | if (c == ';') c = '.'; |
c | 169 | fs/isofs/namei.c | de->name[i] = c; |
c | 84 | fs/isofs/symlink.c | char c; |
c | 100 | fs/isofs/symlink.c | while (i<buflen && (c = pnt[i])) { |
c | 102 | fs/isofs/symlink.c | put_user(c,buffer++); |
c | 192 | fs/minix/file.c | int written,c; |
c | 217 | fs/minix/file.c | c = BLOCK_SIZE - (pos % BLOCK_SIZE); |
c | 218 | fs/minix/file.c | if (c > count-written) |
c | 219 | fs/minix/file.c | c = count-written; |
c | 220 | fs/minix/file.c | if (c != BLOCK_SIZE && !bh->b_uptodate) { |
c | 231 | fs/minix/file.c | pos += c; |
c | 232 | fs/minix/file.c | written += c; |
c | 233 | fs/minix/file.c | memcpy_fromfs(p,buf,c); |
c | 234 | fs/minix/file.c | buf += c; |
c | 548 | fs/minix/namei.c | char c; |
c | 565 | fs/minix/namei.c | while (i < 1023 && (c=*(symname++))) |
c | 566 | fs/minix/namei.c | name_block->b_data[i++] = c; |
c | 83 | fs/minix/symlink.c | char c; |
c | 96 | fs/minix/symlink.c | while (i<buflen && (c = bh->b_data[i])) { |
c | 98 | fs/minix/symlink.c | put_user(c,buffer++); |
c | 67 | fs/msdos/dir.c | char c; |
c | 99 | fs/msdos/dir.c | if (!(c = de->name[i])) break; |
c | 100 | fs/msdos/dir.c | if (c >= 'A' && c <= 'Z') c += 32; |
c | 102 | fs/msdos/dir.c | if (c == 0x05) c = 0xE5; |
c | 103 | fs/msdos/dir.c | if (c != ' ') |
c | 105 | fs/msdos/dir.c | ptname[i] = c; |
c | 111 | fs/msdos/dir.c | if (!(c = de->ext[i2])) break; |
c | 112 | fs/msdos/dir.c | if (c >= 'A' && c <= 'Z') c += 32; |
c | 113 | fs/msdos/dir.c | if (c != ' ') |
c | 115 | fs/msdos/dir.c | ptname[i] = c; |
c | 46 | fs/msdos/namei.c | unsigned char c; |
c | 61 | fs/msdos/namei.c | c = 0; |
c | 63 | fs/msdos/namei.c | c = *name++; |
c | 65 | fs/msdos/namei.c | if (conv != 'r' && strchr(bad_chars,c)) return -EINVAL; |
c | 66 | fs/msdos/namei.c | if (conv == 's' && strchr(bad_if_strict,c)) return -EINVAL; |
c | 67 | fs/msdos/namei.c | if (c >= 'A' && c <= 'Z' && conv == 's') return -EINVAL; |
c | 68 | fs/msdos/namei.c | if (c < ' ' || c == ':' || c == '\\') return -EINVAL; |
c | 73 | fs/msdos/namei.c | if((res==walk) && (c==0xE5)) c=0x05; |
c | 74 | fs/msdos/namei.c | if (c == '.') break; |
c | 75 | fs/msdos/namei.c | space = (c == ' '); |
c | 76 | fs/msdos/namei.c | *walk = (c >= 'a' && c <= 'z') ? c-32 : c; |
c | 79 | fs/msdos/namei.c | if (conv == 's' && len && c != '.') { |
c | 80 | fs/msdos/namei.c | c = *name++; |
c | 82 | fs/msdos/namei.c | if (c != '.') return -EINVAL; |
c | 84 | fs/msdos/namei.c | while (c != '.' && len--) c = *name++; |
c | 85 | fs/msdos/namei.c | if (c == '.') { |
c | 88 | fs/msdos/namei.c | c = *name++; |
c | 90 | fs/msdos/namei.c | if (conv != 'r' && strchr(bad_chars,c)) return -EINVAL; |
c | 91 | fs/msdos/namei.c | if (conv == 's' && strchr(bad_if_strict,c)) |
c | 93 | fs/msdos/namei.c | if (c < ' ' || c == ':' || c == '\\' || c == '.') |
c | 95 | fs/msdos/namei.c | if (c >= 'A' && c <= 'Z' && conv == 's') return -EINVAL; |
c | 96 | fs/msdos/namei.c | space = c == ' '; |
c | 97 | fs/msdos/namei.c | *walk++ = c >= 'a' && c <= 'z' ? c-32 : c; |
c | 58 | fs/namei.c | char * tmp, c; |
c | 68 | fs/namei.c | c = get_user(filename++); |
c | 69 | fs/namei.c | if (!c) |
c | 75 | fs/namei.c | *(tmp++) = c; |
c | 76 | fs/namei.c | c = get_user(filename++); |
c | 77 | fs/namei.c | if (!c) { |
c | 217 | fs/namei.c | char c; |
c | 227 | fs/namei.c | if ((c = *pathname) == '/') { |
c | 235 | fs/namei.c | for(len=0;(c = *(pathname++))&&(c != '/');len++) |
c | 237 | fs/namei.c | if (!c) |
c | 179 | fs/proc/array.c | int a, b, c; |
c | 183 | fs/proc/array.c | c = avenrun[2] + (FIXED_1/200); |
c | 187 | fs/proc/array.c | LOAD_INT(c), LOAD_FRAC(c), |
c | 327 | fs/proc/array.c | char c; |
c | 336 | fs/proc/array.c | c = *(char *) addr; |
c | 337 | fs/proc/array.c | if (!c) |
c | 340 | fs/proc/array.c | buffer[size++] = c; |
c | 345 | fs/proc/array.c | if (!c && start >= end) |
c | 56 | fs/proc/fd.c | unsigned int ino, pid, fd, c; |
c | 88 | fs/proc/fd.c | c = *name - '0'; |
c | 90 | fs/proc/fd.c | if (c > 9) { |
c | 95 | fs/proc/fd.c | fd += c; |
c | 377 | fs/proc/root.c | unsigned int pid, c; |
c | 389 | fs/proc/root.c | c = *name - '0'; |
c | 391 | fs/proc/root.c | if (c > 9) { |
c | 396 | fs/proc/root.c | pid += c; |
c | 337 | fs/smbfs/proc.c | print_char(char c) |
c | 339 | fs/smbfs/proc.c | if ((c < ' ') || (c > '~')) |
c | 341 | fs/smbfs/proc.c | return c; |
c | 203 | fs/sysv/file.c | int written,c; |
c | 234 | fs/sysv/file.c | c = sb->sv_block_size - (pos & sb->sv_block_size_1); |
c | 235 | fs/sysv/file.c | if (c > count-written) |
c | 236 | fs/sysv/file.c | c = count-written; |
c | 237 | fs/sysv/file.c | if (c != sb->sv_block_size && !bh->b_uptodate) { |
c | 249 | fs/sysv/file.c | pos += c; |
c | 254 | fs/sysv/file.c | written += c; |
c | 255 | fs/sysv/file.c | memcpy_fromfs(p,buf,c); |
c | 256 | fs/sysv/file.c | buf += c; |
c | 540 | fs/sysv/namei.c | char c; |
c | 560 | fs/sysv/namei.c | while (i < sb->sv_block_size_1 && (c = *(symname++))) |
c | 561 | fs/sysv/namei.c | name_block_data[i++] = c; |
c | 90 | fs/sysv/symlink.c | char c; |
c | 104 | fs/sysv/symlink.c | while (i<buflen && (c = bh_data[i])) { |
c | 106 | fs/sysv/symlink.c | put_user(c,buffer++); |
c | 193 | fs/xiafs/file.c | int written, c; |
c | 221 | fs/xiafs/file.c | c = XIAFS_ZSIZE(inode->i_sb) - (pos & (XIAFS_ZSIZE(inode->i_sb) - 1)); |
c | 222 | fs/xiafs/file.c | if (c > count-written) |
c | 223 | fs/xiafs/file.c | c = count-written; |
c | 224 | fs/xiafs/file.c | if (c != XIAFS_ZSIZE(inode->i_sb) && !bh->b_uptodate) { |
c | 235 | fs/xiafs/file.c | pos += c; |
c | 240 | fs/xiafs/file.c | written += c; |
c | 241 | fs/xiafs/file.c | memcpy_fromfs(cp,buf,c); |
c | 242 | fs/xiafs/file.c | buf += c; |
c | 592 | fs/xiafs/namei.c | char c; |
c | 614 | fs/xiafs/namei.c | for (i = 0; i < BLOCK_SIZE-1 && (c=*symname++); i++) |
c | 615 | fs/xiafs/namei.c | name_block->b_data[i] = c; |
c | 51 | fs/xiafs/symlink.c | char c; |
c | 67 | fs/xiafs/symlink.c | for (i=0; i < buflen && (c=bh->b_data[i]); i++) |
c | 68 | fs/xiafs/symlink.c | put_user(c, buffer++); |
c | 42 | include/asm-alpha/delay.h | extern __inline__ unsigned long muldiv(unsigned long a, unsigned long b, unsigned long c) |
c | 44 | include/asm-alpha/delay.h | return (a*b)/c; |
c | 165 | include/asm-alpha/io.h | #define memset_io(addr,c,len) _memset_io((unsigned long)(addr),(c),(len)) |
c | 341 | include/asm-alpha/lca.h | struct el_common * c; |
c | 25 | include/asm-alpha/string.h | #define memset(s, c, count) \ |
c | 26 | include/asm-alpha/string.h | (__builtin_constant_p(c) ? \ |
c | 27 | include/asm-alpha/string.h | __constant_c_memset((s),(0x0101010101010101UL*(unsigned char)c),(count)) : \ |
c | 28 | include/asm-alpha/string.h | __memset((s),(c),(count))) |
c | 44 | include/asm-i386/delay.h | extern __inline__ unsigned long muldiv(unsigned long a, unsigned long b, unsigned long c) |
c | 49 | include/asm-i386/delay.h | "r" (c), |
c | 76 | include/asm-i386/io.h | #define memset_io(a,b,c) memset((void *)(a),(b),(c)) |
c | 77 | include/asm-i386/io.h | #define memcpy_fromio(a,b,c) memcpy((a),(void *)(b),(c)) |
c | 78 | include/asm-i386/io.h | #define memcpy_toio(a,b,c) memcpy((void *)(a),(b),(c)) |
c | 84 | include/asm-i386/io.h | #define eth_io_copy_and_sum(a,b,c,d) eth_copy_and_sum((a),(void *)(b),(c),(d)) |
c | 98 | include/asm-i386/io.h | __OUT1(s##c,x) __OUT2(s,s1,"") : : "a" (value), "id" (port)); } \ |
c | 110 | include/asm-i386/io.h | __IN1(s##c) __IN2(s,s1,"") : "=a" (_v) : "id" (port) ,##i ); return _v; } \ |
c | 40 | include/asm-i386/ioctl.h | #define _IO(c,d) (IOC_VOID | ((c)<<8) | (d)) /* param encoded */ |
c | 45 | include/asm-i386/ioctl.h | #define _IOW(c,d,t) (IOC_IN | ((sizeof(t)<<16) & IOCSIZE_MASK) | \ |
c | 46 | include/asm-i386/ioctl.h | ((c)<<8) | (d)) |
c | 47 | include/asm-i386/ioctl.h | #define _IOR(c,d,t) (IOC_OUT | ((sizeof(t)<<16) & IOCSIZE_MASK) | \ |
c | 48 | include/asm-i386/ioctl.h | ((c)<<8) | (d)) |
c | 50 | include/asm-i386/ioctl.h | #define _IOWR(c,d,t) (IOC_INOUT | ((sizeof(t)<<16) & IOCSIZE_MASK) | \ |
c | 51 | include/asm-i386/ioctl.h | ((c)<<8) | (d)) |
c | 132 | include/asm-i386/string.h | extern inline char * strchr(const char * s, int c) |
c | 146 | include/asm-i386/string.h | :"=a" (__res):"S" (s),"0" (c):"si"); |
c | 151 | include/asm-i386/string.h | extern inline char * strrchr(const char * s, int c) |
c | 163 | include/asm-i386/string.h | :"=d" (__res):"0" (0),"S" (s),"a" (c):"ax","si"); |
c | 444 | include/asm-i386/string.h | extern inline void * memchr(const void * cs,int c,size_t count) |
c | 456 | include/asm-i386/string.h | :"=D" (__res):"a" (c),"D" (cs),"c" (count) |
c | 461 | include/asm-i386/string.h | extern inline void * __memset_generic(void * s, char c,size_t count) |
c | 468 | include/asm-i386/string.h | :"a" (c),"D" (s),"c" (count) |
c | 474 | include/asm-i386/string.h | #define __constant_count_memset(s,c,count) __memset_generic((s),(c),(count)) |
c | 481 | include/asm-i386/string.h | extern inline void * __constant_c_memset(void * s, unsigned long c, size_t count) |
c | 494 | include/asm-i386/string.h | :"a" (c), "q" (count), "c" (count/4), "D" ((long) s) |
c | 559 | include/asm-i386/string.h | #define __constant_c_x_memset(s, c, count) \ |
c | 561 | include/asm-i386/string.h | __constant_c_and_count_memset((s),(c),(count)) : \ |
c | 562 | include/asm-i386/string.h | __constant_c_memset((s),(c),(count))) |
c | 564 | include/asm-i386/string.h | #define __memset(s, c, count) \ |
c | 566 | include/asm-i386/string.h | __constant_count_memset((s),(c),(count)) : \ |
c | 567 | include/asm-i386/string.h | __memset_generic((s),(c),(count))) |
c | 570 | include/asm-i386/string.h | #define memset(s, c, count) \ |
c | 571 | include/asm-i386/string.h | (__builtin_constant_p(c) ? \ |
c | 572 | include/asm-i386/string.h | __constant_c_x_memset((s),(0x01010101UL*(unsigned char)c),(count)) : \ |
c | 573 | include/asm-i386/string.h | __memset((s),(c),(count))) |
c | 579 | include/asm-i386/string.h | extern inline void * memscan(void * addr, int c, size_t size) |
c | 589 | include/asm-i386/string.h | : "0" (addr), "1" (size), "a" (c)); |
c | 92 | include/asm-m68k/string.h | extern inline void * memset(void * s,char c,size_t count) |
c | 103 | include/asm-m68k/string.h | : "0" (s), "d" (c), "1" (count) |
c | 51 | include/asm-m68k/unistd.h | #define _syscall3(type,name,atype,a,btype,b,ctype,c) \ |
c | 52 | include/asm-m68k/unistd.h | type name(atype a,btype b,ctype c) \ |
c | 62 | include/asm-m68k/unistd.h | "g" ((long)(c)) \ |
c | 70 | include/asm-m68k/unistd.h | #define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ |
c | 71 | include/asm-m68k/unistd.h | type name (atype a, btype b, ctype c, dtype d) \ |
c | 82 | include/asm-m68k/unistd.h | "g" ((long)(c)), \ |
c | 91 | include/asm-m68k/unistd.h | #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ |
c | 92 | include/asm-m68k/unistd.h | type name (atype a,btype b,ctype c,dtype d,etype e) \ |
c | 104 | include/asm-m68k/unistd.h | "g" ((long)(c)), \ |
c | 40 | include/asm-mips/delay.h | extern __inline__ unsigned long muldiv(unsigned long a, unsigned long b, unsigned long c) |
c | 42 | include/asm-mips/delay.h | return (a*b)/c; |
c | 61 | include/asm-mips/io.h | __OUT1(s##c) __OUT2(m) : : "r" (value), "i" (port), "r" (PORT_BASE)); } \ |
c | 75 | include/asm-mips/io.h | __IN1(s##c) __IN2(m) STR(FILL_LDS) : "=r" (_v) : "i" (port), "r" (PORT_BASE)); return _v; } \ |
c | 99 | include/asm-mips/io.h | __INS1(s##c) __INS2(m) \ |
c | 124 | include/asm-mips/io.h | __OUTS1(s##c) __OUTS2(m) \ |
c | 117 | include/asm-mips/string.h | extern __inline__ void * memset(void * s, int c, size_t count) |
c | 130 | include/asm-mips/string.h | : "0" (s), "r" (c), "1" (s + count - 1) |
c | 199 | include/asm-mips/string.h | extern __inline__ void * memscan(void * addr, int c, size_t size) |
c | 214 | include/asm-mips/string.h | : "0" (addr), "1" (size), "r" (c) |
c | 61 | include/asm-mips/unistd.h | #define _syscall3(type,name,atype,a,btype,b,ctype,c) \ |
c | 62 | include/asm-mips/unistd.h | type name (atype a, btype b, ctype c) \ |
c | 72 | include/asm-mips/unistd.h | "r" ((long)(c)) \ |
c | 80 | include/asm-mips/unistd.h | #define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ |
c | 81 | include/asm-mips/unistd.h | type name (atype a, btype b, ctype c, dtype d) \ |
c | 93 | include/asm-mips/unistd.h | "r" ((long)(c)), \ |
c | 102 | include/asm-mips/unistd.h | #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ |
c | 103 | include/asm-mips/unistd.h | type name (atype a,btype b,ctype c,dtype d,etype e) \ |
c | 116 | include/asm-mips/unistd.h | "r" ((long)(c)), \ |
c | 32 | include/asm-sparc/delay.h | extern __inline__ unsigned long muldiv(unsigned long a, unsigned long b, unsigned long c) |
c | 34 | include/asm-sparc/delay.h | return ((a*b)/c); |
c | 92 | include/asm-sparc/string.h | extern __inline__ char *strchr(const char *src, int c) |
c | 94 | include/asm-sparc/string.h | for(; *src != c; ++src) |
c | 154 | include/asm-sparc/string.h | extern __inline__ void *memset(void *src, int c, size_t count) |
c | 159 | include/asm-sparc/string.h | *xs++ = c; |
c | 147 | include/linux/cdu31a.h | #define SONY_HWC_GET_LOAD_MECH(c) (c.hw_config[0] & 0x03) |
c | 148 | include/linux/cdu31a.h | #define SONY_HWC_EJECT(c) (c.hw_config[0] & 0x04) |
c | 149 | include/linux/cdu31a.h | #define SONY_HWC_LED_SUPPORT(c) (c.hw_config[0] & 0x08) |
c | 150 | include/linux/cdu31a.h | #define SONY_HWC_DOUBLE_SPEED(c) (c.hw_config[0] & 0x10) |
c | 151 | include/linux/cdu31a.h | #define SONY_HWC_GET_BUF_MEM_SIZE(c) ((c.hw_config[0] & 0xc0) >> 6) |
c | 152 | include/linux/cdu31a.h | #define SONY_HWC_AUDIO_PLAYBACK(c) (c.hw_config[1] & 0x01) |
c | 153 | include/linux/cdu31a.h | #define SONY_HWC_ELECTRIC_VOLUME(c) (c.hw_config[1] & 0x02) |
c | 154 | include/linux/cdu31a.h | #define SONY_HWC_ELECTRIC_VOLUME_CTL(c) (c.hw_config[1] & 0x04) |
c | 16 | include/linux/ctype.h | #define isalnum(c) ((_ctype+1)[c]&(_U|_L|_D)) |
c | 17 | include/linux/ctype.h | #define isalpha(c) ((_ctype+1)[c]&(_U|_L)) |
c | 18 | include/linux/ctype.h | #define iscntrl(c) ((_ctype+1)[c]&(_C)) |
c | 19 | include/linux/ctype.h | #define isdigit(c) ((_ctype+1)[c]&(_D)) |
c | 20 | include/linux/ctype.h | #define isgraph(c) ((_ctype+1)[c]&(_P|_U|_L|_D)) |
c | 21 | include/linux/ctype.h | #define islower(c) ((_ctype+1)[c]&(_L)) |
c | 22 | include/linux/ctype.h | #define isprint(c) ((_ctype+1)[c]&(_P|_U|_L|_D|_SP)) |
c | 23 | include/linux/ctype.h | #define ispunct(c) ((_ctype+1)[c]&(_P)) |
c | 24 | include/linux/ctype.h | #define isspace(c) ((_ctype+1)[c]&(_S)) |
c | 25 | include/linux/ctype.h | #define isupper(c) ((_ctype+1)[c]&(_U)) |
c | 26 | include/linux/ctype.h | #define isxdigit(c) ((_ctype+1)[c]&(_D|_X)) |
c | 28 | include/linux/ctype.h | #define isascii(c) (((unsigned) c)<=0x7f) |
c | 29 | include/linux/ctype.h | #define toascii(c) (((unsigned) c)&0x7f) |
c | 31 | include/linux/ctype.h | #define tolower(c) (_ctmp=c,isupper(_ctmp)?_ctmp-('A'-'a'):_ctmp) |
c | 32 | include/linux/ctype.h | #define toupper(c) (_ctmp=c,islower(_ctmp)?_ctmp-('a'-'A'):_ctmp) |
c | 154 | include/linux/ppp_defs.h | struct compstat c; /* packet compression statistics */ |
c | 425 | include/linux/sbpcd.h | u_char c[4]; |
c | 431 | include/linux/sbpcd.h | u_char c[4]; |
c | 24 | include/net/netlink.h | #define ip_netlink_msg(a,b,c,d,e,f,g) |
c | 63 | kernel/printk.c | char c; |
c | 91 | kernel/printk.c | c = *((char *) log_buf+log_start); |
c | 96 | kernel/printk.c | put_user(c,buf); |
c | 121 | kernel/printk.c | c = *((char *) log_buf+(j++ & (LOG_BUF_LEN-1))); |
c | 122 | kernel/printk.c | put_user(c, buf++); |
c | 228 | kernel/sched.c | int c; |
c | 276 | kernel/sched.c | c = -1000; |
c | 280 | kernel/sched.c | if (weight > c) |
c | 281 | kernel/sched.c | c = weight, next = p; |
c | 286 | kernel/sched.c | if (!c) { |
c | 106 | lib/string.c | char * strchr(const char * s, int c) |
c | 108 | lib/string.c | for(; *s != (char) c; ++s) |
c | 196 | lib/string.c | void * memset(void * s,char c,size_t count) |
c | 201 | lib/string.c | *xs++ = c; |
c | 270 | lib/string.c | void * memscan(void * addr, int c, size_t size) |
c | 275 | lib/string.c | if (*p == c) |
c | 43 | lib/vsprintf.c | #define is_digit(c) ((c) >= '0' && (c) <= '9') |
c | 71 | lib/vsprintf.c | char c,sign,tmp[66]; |
c | 81 | lib/vsprintf.c | c = (type & ZEROPAD) ? '0' : ' '; |
c | 124 | lib/vsprintf.c | *str++ = c; |
c | 125 | net/ax25/af_ax25.c | char c, *s; |
c | 130 | net/ax25/af_ax25.c | c = (a->ax25_call[n] >> 1) & 0x7F; |
c | 132 | net/ax25/af_ax25.c | if (c != ' ') *s++ = c; |
c | 313 | net/core/sock.c | struct sk_buff * c = alloc_skb(size, priority); |
c | 314 | net/core/sock.c | if (c) |
c | 319 | net/core/sock.c | sk->wmem_alloc+= c->truesize; |
c | 322 | net/core/sock.c | return c; |
c | 336 | net/core/sock.c | struct sk_buff *c = alloc_skb(size, priority); |
c | 337 | net/core/sock.c | if (c) |
c | 342 | net/core/sock.c | sk->rmem_alloc += c->truesize; |
c | 345 | net/core/sock.c | return(c); |
c | 159 | net/ipv4/ipmr.c | static void ipmr_cache_insert(struct mfc_cache *c) |
c | 161 | net/ipv4/ipmr.c | int line=MFC_HASH(c->mfc_mcastgrp,c->mfc_origin); |
c | 162 | net/ipv4/ipmr.c | c->next=mfc_cache_array[line]; |
c | 163 | net/ipv4/ipmr.c | mfc_cache_array[line]=c; |
c | 197 | net/ipv4/ipmr.c | struct mfc_cache *c=(struct mfc_cache *)kmalloc(sizeof(struct mfc_cache), priority); |
c | 198 | net/ipv4/ipmr.c | if(c==NULL) |
c | 200 | net/ipv4/ipmr.c | c->mfc_queuelen=0; |
c | 201 | net/ipv4/ipmr.c | skb_queue_head_init(&c->mfc_unresolved); |
c | 202 | net/ipv4/ipmr.c | init_timer(&c->mfc_timer); |
c | 203 | net/ipv4/ipmr.c | c->mfc_timer.data=(long)c; |
c | 204 | net/ipv4/ipmr.c | c->mfc_timer.function=ipmr_cache_timer; |
c | 205 | net/ipv4/ipmr.c | return c; |
c | 2197 | net/ipv4/tcp.c | char c = sk->urg_data; |
c | 2200 | net/ipv4/tcp.c | memcpy_toiovec(msg->msg_iov, &c, 1); |
c | 311 | scripts/ksymoops.cc | int c; |
c | 312 | scripts/ksymoops.cc | cin >> ::hex >> c; |
c | 313 | scripts/ksymoops.cc | *cp++ = c; |