tag | line | file | source code |
b | 35 | arch/alpha/boot/tools/build.c | static int comp(struct scnhdr * a, struct scnhdr * b) |
b | 37 | arch/alpha/boot/tools/build.c | return a->s_vaddr - b->s_vaddr; |
b | 21 | arch/alpha/lib/io.c | void __bus_outb(unsigned char b, unsigned long addr) |
b | 23 | arch/alpha/lib/io.c | ___bus_outb(b, addr); |
b | 47 | arch/alpha/lib/io.c | void outb(unsigned char b, unsigned long addr) |
b | 49 | arch/alpha/lib/io.c | __outb(b, addr); |
b | 53 | arch/alpha/lib/io.c | void outw(unsigned short b, unsigned long addr) |
b | 55 | arch/alpha/lib/io.c | __outw(b, addr); |
b | 59 | arch/alpha/lib/io.c | void outl(unsigned int b, unsigned long addr) |
b | 61 | arch/alpha/lib/io.c | __outl(b, addr); |
b | 85 | arch/alpha/lib/io.c | void writeb(unsigned char b, unsigned long addr) |
b | 87 | arch/alpha/lib/io.c | __writeb(b, addr); |
b | 91 | arch/alpha/lib/io.c | void writew(unsigned short b, unsigned long addr) |
b | 93 | arch/alpha/lib/io.c | __writew(b, addr); |
b | 97 | arch/alpha/lib/io.c | void writel(unsigned int b, unsigned long addr) |
b | 99 | arch/alpha/lib/io.c | __writel(b, addr); |
b | 277 | arch/i386/boot/compressed/gzip.h | extern void warn OF((char *a, char *b)); |
b | 25 | arch/i386/boot/compressed/inflate.c | uch b; /* number of bits in this code or subcode */ |
b | 84 | arch/i386/boot/compressed/inflate.c | #define NEEDBITS(n) {while(k<(n)){b|=((ulg)NEXTBYTE())<<k;k+=8;}} |
b | 85 | arch/i386/boot/compressed/inflate.c | #define DUMPBITS(n) {b>>=(n);k-=(n);} |
b | 99 | arch/i386/boot/compressed/inflate.c | int huft_build(b, n, s, d, e, t, m) |
b | 100 | arch/i386/boot/compressed/inflate.c | unsigned *b; /* code lengths in bits (all assumed <= BMAX) */ |
b | 137 | arch/i386/boot/compressed/inflate.c | p = b; i = n; |
b | 188 | arch/i386/boot/compressed/inflate.c | p = b; i = 0; |
b | 252 | arch/i386/boot/compressed/inflate.c | r.b = (uch)l; /* bits to dump before this table */ |
b | 263 | arch/i386/boot/compressed/inflate.c | r.b = (uch)(k - w); |
b | 339 | arch/i386/boot/compressed/inflate.c | register ulg b; /* bit buffer */ |
b | 344 | arch/i386/boot/compressed/inflate.c | b = bb; /* initialize bit buffer */ |
b | 354 | arch/i386/boot/compressed/inflate.c | if ((e = (t = tl + ((unsigned)b & ml))->e) > 16) |
b | 358 | arch/i386/boot/compressed/inflate.c | DUMPBITS(t->b) |
b | 361 | arch/i386/boot/compressed/inflate.c | } while ((e = (t = t->v.t + ((unsigned)b & mask_bits[e]))->e) > 16); |
b | 362 | arch/i386/boot/compressed/inflate.c | DUMPBITS(t->b) |
b | 380 | arch/i386/boot/compressed/inflate.c | n = t->v.n + ((unsigned)b & mask_bits[e]); |
b | 385 | arch/i386/boot/compressed/inflate.c | if ((e = (t = td + ((unsigned)b & md))->e) > 16) |
b | 389 | arch/i386/boot/compressed/inflate.c | DUMPBITS(t->b) |
b | 392 | arch/i386/boot/compressed/inflate.c | } while ((e = (t = t->v.t + ((unsigned)b & mask_bits[e]))->e) > 16); |
b | 393 | arch/i386/boot/compressed/inflate.c | DUMPBITS(t->b) |
b | 395 | arch/i386/boot/compressed/inflate.c | d = w - t->v.n - ((unsigned)b & mask_bits[e]); |
b | 425 | arch/i386/boot/compressed/inflate.c | bb = b; /* restore global bit buffer */ |
b | 439 | arch/i386/boot/compressed/inflate.c | register ulg b; /* bit buffer */ |
b | 445 | arch/i386/boot/compressed/inflate.c | b = bb; /* initialize bit buffer */ |
b | 457 | arch/i386/boot/compressed/inflate.c | n = ((unsigned)b & 0xffff); |
b | 460 | arch/i386/boot/compressed/inflate.c | if (n != (unsigned)((~b) & 0xffff)) |
b | 469 | arch/i386/boot/compressed/inflate.c | slide[w++] = (uch)b; |
b | 481 | arch/i386/boot/compressed/inflate.c | bb = b; /* restore global bit buffer */ |
b | 564 | arch/i386/boot/compressed/inflate.c | register ulg b; /* bit buffer */ |
b | 570 | arch/i386/boot/compressed/inflate.c | b = bb; |
b | 576 | arch/i386/boot/compressed/inflate.c | nl = 257 + ((unsigned)b & 0x1f); /* number of literal/length codes */ |
b | 579 | arch/i386/boot/compressed/inflate.c | nd = 1 + ((unsigned)b & 0x1f); /* number of distance codes */ |
b | 582 | arch/i386/boot/compressed/inflate.c | nb = 4 + ((unsigned)b & 0xf); /* number of bit length codes */ |
b | 597 | arch/i386/boot/compressed/inflate.c | ll[border[j]] = (unsigned)b & 7; |
b | 623 | arch/i386/boot/compressed/inflate.c | j = (td = tl + ((unsigned)b & m))->b; |
b | 631 | arch/i386/boot/compressed/inflate.c | j = 3 + ((unsigned)b & 3); |
b | 641 | arch/i386/boot/compressed/inflate.c | j = 3 + ((unsigned)b & 7); |
b | 652 | arch/i386/boot/compressed/inflate.c | j = 11 + ((unsigned)b & 0x7f); |
b | 670 | arch/i386/boot/compressed/inflate.c | bb = b; |
b | 727 | arch/i386/boot/compressed/inflate.c | register ulg b; /* bit buffer */ |
b | 733 | arch/i386/boot/compressed/inflate.c | b = bb; |
b | 739 | arch/i386/boot/compressed/inflate.c | *e = (int)b & 1; |
b | 745 | arch/i386/boot/compressed/inflate.c | t = (unsigned)b & 3; |
b | 750 | arch/i386/boot/compressed/inflate.c | bb = b; |
b | 313 | arch/i386/boot/compressed/misc.c | short b; |
b | 56 | arch/i386/boot/tools/build.c | char b[4]; |
b | 63 | arch/i386/boot/tools/build.c | t.b[0] = l & 0xff; l >>= 8; |
b | 64 | arch/i386/boot/tools/build.c | t.b[1] = l & 0xff; l >>= 8; |
b | 65 | arch/i386/boot/tools/build.c | t.b[2] = l & 0xff; l >>= 8; |
b | 66 | arch/i386/boot/tools/build.c | t.b[3] = l & 0xff; l >>= 8; |
b | 74 | arch/i386/boot/tools/build.c | t.b[0] = l & 0xff; l >>= 8; |
b | 75 | arch/i386/boot/tools/build.c | t.b[1] = l & 0xff; l >>= 8; |
b | 340 | arch/i386/kernel/traps.c | p->a=p->b=0; |
b | 342 | arch/i386/kernel/traps.c | p->a=p->b=0; |
b | 386 | arch/i386/math-emu/errors.c | asmlinkage int real_2op_NaN(FPU_REG const *a, FPU_REG const *b, FPU_REG *dest) |
b | 396 | arch/i386/math-emu/errors.c | if (b->tag == TW_NaN) |
b | 398 | arch/i386/math-emu/errors.c | signalling = !(a->sigh & b->sigh & 0x40000000); |
b | 400 | arch/i386/math-emu/errors.c | if ( significand(a) < significand(b) ) |
b | 401 | arch/i386/math-emu/errors.c | x = b; |
b | 411 | arch/i386/math-emu/errors.c | if (b->tag == TW_NaN) |
b | 414 | arch/i386/math-emu/errors.c | signalling = !(b->sigh & 0x40000000); |
b | 415 | arch/i386/math-emu/errors.c | x = b; |
b | 11 | arch/i386/math-emu/fpu_proto.h | asmlinkage int real_2op_NaN(FPU_REG const *a, FPU_REG const *b, FPU_REG *dest); |
b | 95 | arch/i386/math-emu/fpu_proto.h | extern int reg_add(FPU_REG const *a, FPU_REG const *b, |
b | 97 | arch/i386/math-emu/fpu_proto.h | extern int reg_sub(FPU_REG const *a, FPU_REG const *b, |
b | 101 | arch/i386/math-emu/fpu_proto.h | extern int compare(FPU_REG const *b); |
b | 102 | arch/i386/math-emu/fpu_proto.h | extern int compare_st_data(FPU_REG const *b); |
b | 136 | arch/i386/math-emu/fpu_proto.h | extern int reg_mul(FPU_REG const *a, FPU_REG const *b, |
b | 24 | arch/i386/math-emu/fpu_system.h | #define SEG_D_SIZE(x) ((x).b & (3 << 21)) |
b | 25 | arch/i386/math-emu/fpu_system.h | #define SEG_G_BIT(x) ((x).b & (1 << 23)) |
b | 26 | arch/i386/math-emu/fpu_system.h | #define SEG_GRANULARITY(x) (((x).b & (1 << 23)) ? 4096 : 1) |
b | 27 | arch/i386/math-emu/fpu_system.h | #define SEG_286_MODE(x) ((x).b & ( 0xff000000 | 0xf0000 | (1 << 23))) |
b | 28 | arch/i386/math-emu/fpu_system.h | #define SEG_BASE_ADDR(s) (((s).b & 0xff000000) \ |
b | 29 | arch/i386/math-emu/fpu_system.h | | (((s).b & 0xff) << 16) | ((s).a >> 16)) |
b | 30 | arch/i386/math-emu/fpu_system.h | #define SEG_LIMIT(s) (((s).b & 0xff0000) | ((s).a & 0xffff)) |
b | 31 | arch/i386/math-emu/fpu_system.h | #define SEG_EXECUTE_ONLY(s) (((s).b & ((1 << 11) | (1 << 9))) == (1 << 11)) |
b | 32 | arch/i386/math-emu/fpu_system.h | #define SEG_WRITE_PERM(s) (((s).b & ((1 << 11) | (1 << 9))) == (1 << 9)) |
b | 33 | arch/i386/math-emu/fpu_system.h | #define SEG_EXPAND_DOWN(s) (((s).b & ((1 << 11) | (1 << 10))) \ |
b | 29 | arch/i386/math-emu/poly.h | asmlinkage void mul64(unsigned long long const *a, unsigned long long const *b, |
b | 47 | arch/i386/math-emu/poly.h | #define MK_XSIG(a,b,c) { c, b, a } |
b | 25 | arch/i386/math-emu/reg_add_sub.c | int reg_add(FPU_REG const *a, FPU_REG const *b, FPU_REG *dest, int control_w) |
b | 30 | arch/i386/math-emu/reg_add_sub.c | if ( !(a->tag | b->tag) ) |
b | 33 | arch/i386/math-emu/reg_add_sub.c | if (!(a->sign ^ b->sign)) |
b | 37 | arch/i386/math-emu/reg_add_sub.c | if ( reg_u_add(a, b, dest, control_w) ) |
b | 46 | arch/i386/math-emu/reg_add_sub.c | diff = a->exp - b->exp; |
b | 49 | arch/i386/math-emu/reg_add_sub.c | diff = a->sigh - b->sigh; /* Works only if ms bits are identical */ |
b | 52 | arch/i386/math-emu/reg_add_sub.c | diff = a->sigl > b->sigl; |
b | 54 | arch/i386/math-emu/reg_add_sub.c | diff = -(a->sigl < b->sigl); |
b | 61 | arch/i386/math-emu/reg_add_sub.c | if ( reg_u_sub(a, b, dest, control_w) ) |
b | 70 | arch/i386/math-emu/reg_add_sub.c | if ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) && |
b | 81 | arch/i386/math-emu/reg_add_sub.c | dest->sign = b->sign; |
b | 82 | arch/i386/math-emu/reg_add_sub.c | if ( reg_u_sub(b, a, dest, control_w) ) |
b | 92 | arch/i386/math-emu/reg_add_sub.c | if ( (a->tag == TW_NaN) || (b->tag == TW_NaN) ) |
b | 93 | arch/i386/math-emu/reg_add_sub.c | { return real_2op_NaN(a, b, dest); } |
b | 96 | arch/i386/math-emu/reg_add_sub.c | if (b->tag == TW_Zero) |
b | 98 | arch/i386/math-emu/reg_add_sub.c | char different_signs = a->sign ^ b->sign; |
b | 112 | arch/i386/math-emu/reg_add_sub.c | if ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) && |
b | 116 | arch/i386/math-emu/reg_add_sub.c | reg_move(b, dest); |
b | 120 | arch/i386/math-emu/reg_add_sub.c | else if (b->tag == TW_Zero) |
b | 131 | arch/i386/math-emu/reg_add_sub.c | if (b->tag != TW_Infinity) |
b | 134 | arch/i386/math-emu/reg_add_sub.c | if ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) && |
b | 140 | arch/i386/math-emu/reg_add_sub.c | if (a->sign == b->sign) |
b | 147 | arch/i386/math-emu/reg_add_sub.c | else if (b->tag == TW_Infinity) |
b | 154 | arch/i386/math-emu/reg_add_sub.c | reg_move(b, dest); return 0; |
b | 165 | arch/i386/math-emu/reg_add_sub.c | int reg_sub(FPU_REG const *a, FPU_REG const *b, FPU_REG *dest, int control_w) |
b | 170 | arch/i386/math-emu/reg_add_sub.c | if ( !(a->tag | b->tag) ) |
b | 173 | arch/i386/math-emu/reg_add_sub.c | diff = a->exp - b->exp; |
b | 176 | arch/i386/math-emu/reg_add_sub.c | diff = a->sigh - b->sigh; /* Works only if ms bits are identical */ |
b | 179 | arch/i386/math-emu/reg_add_sub.c | diff = a->sigl > b->sigl; |
b | 181 | arch/i386/math-emu/reg_add_sub.c | diff = -(a->sigl < b->sigl); |
b | 185 | arch/i386/math-emu/reg_add_sub.c | switch (a->sign*2 + b->sign) |
b | 193 | arch/i386/math-emu/reg_add_sub.c | if ( reg_u_sub(a, b, dest, control_w) ) |
b | 203 | arch/i386/math-emu/reg_add_sub.c | if ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) && |
b | 215 | arch/i386/math-emu/reg_add_sub.c | if ( reg_u_sub(b, a, dest, control_w) ) |
b | 224 | arch/i386/math-emu/reg_add_sub.c | if ( reg_u_add(a, b, dest, control_w) ) |
b | 232 | arch/i386/math-emu/reg_add_sub.c | if ( reg_u_add(a, b, dest, control_w) ) |
b | 243 | arch/i386/math-emu/reg_add_sub.c | if ( (a->tag == TW_NaN) || (b->tag == TW_NaN) ) |
b | 244 | arch/i386/math-emu/reg_add_sub.c | { return real_2op_NaN(b, a, dest); } |
b | 245 | arch/i386/math-emu/reg_add_sub.c | else if (b->tag == TW_Zero) |
b | 249 | arch/i386/math-emu/reg_add_sub.c | char same_signs = !(a->sign ^ b->sign); |
b | 273 | arch/i386/math-emu/reg_add_sub.c | if ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) && |
b | 277 | arch/i386/math-emu/reg_add_sub.c | reg_move(b, dest); |
b | 283 | arch/i386/math-emu/reg_add_sub.c | if (b->tag != TW_Infinity) |
b | 286 | arch/i386/math-emu/reg_add_sub.c | if ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) && |
b | 293 | arch/i386/math-emu/reg_add_sub.c | if (a->sign == b->sign) |
b | 301 | arch/i386/math-emu/reg_add_sub.c | else if (b->tag == TW_Infinity) |
b | 308 | arch/i386/math-emu/reg_add_sub.c | reg_move(b, dest); |
b | 24 | arch/i386/math-emu/reg_compare.c | int compare(FPU_REG const *b) |
b | 33 | arch/i386/math-emu/reg_compare.c | if ( st0_tag | b->tag ) |
b | 37 | arch/i386/math-emu/reg_compare.c | if ( b->tag == TW_Zero ) return COMP_A_eq_B; |
b | 38 | arch/i386/math-emu/reg_compare.c | if ( b->tag == TW_Valid ) |
b | 40 | arch/i386/math-emu/reg_compare.c | return ((b->sign == SIGN_POS) ? COMP_A_lt_B : COMP_A_gt_B) |
b | 42 | arch/i386/math-emu/reg_compare.c | | ((b->exp <= EXP_UNDER) ? |
b | 48 | arch/i386/math-emu/reg_compare.c | else if ( b->tag == TW_Zero ) |
b | 64 | arch/i386/math-emu/reg_compare.c | if ( (b->tag == TW_Valid) || (b->tag == TW_Zero) ) |
b | 69 | arch/i386/math-emu/reg_compare.c | | (((b->tag == TW_Valid) && (b->exp <= EXP_UNDER)) ? |
b | 74 | arch/i386/math-emu/reg_compare.c | else if ( b->tag == TW_Infinity ) |
b | 77 | arch/i386/math-emu/reg_compare.c | return (st0_ptr->sign == b->sign) ? COMP_A_eq_B : |
b | 82 | arch/i386/math-emu/reg_compare.c | else if ( b->tag == TW_Infinity ) |
b | 86 | arch/i386/math-emu/reg_compare.c | return ((b->sign == SIGN_POS) ? COMP_A_lt_B : COMP_A_gt_B) |
b | 99 | arch/i386/math-emu/reg_compare.c | if ( (st0_tag == TW_NaN) || (b->tag == TW_NaN) ) |
b | 102 | arch/i386/math-emu/reg_compare.c | || ((b->tag == TW_NaN) && !(b->sigh & 0x40000000)) ) |
b | 115 | arch/i386/math-emu/reg_compare.c | if (!(b->sigh & 0x80000000)) EXCEPTION(EX_Invalid); |
b | 119 | arch/i386/math-emu/reg_compare.c | if (st0_ptr->sign != b->sign) |
b | 124 | arch/i386/math-emu/reg_compare.c | ( ((st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ? |
b | 130 | arch/i386/math-emu/reg_compare.c | diff = st0_ptr->exp - b->exp; |
b | 133 | arch/i386/math-emu/reg_compare.c | diff = st0_ptr->sigh - b->sigh; /* Works only if ms bits are |
b | 137 | arch/i386/math-emu/reg_compare.c | diff = st0_ptr->sigl > b->sigl; |
b | 139 | arch/i386/math-emu/reg_compare.c | diff = -(st0_ptr->sigl < b->sigl); |
b | 148 | arch/i386/math-emu/reg_compare.c | ( ((st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ? |
b | 158 | arch/i386/math-emu/reg_compare.c | ( ((st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ? |
b | 167 | arch/i386/math-emu/reg_compare.c | ( ((st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ? |
b | 1016 | arch/i386/math-emu/reg_ld_str.c | unsigned char b; |
b | 1066 | arch/i386/math-emu/reg_ld_str.c | b = div_small(&ll, 10); |
b | 1067 | arch/i386/math-emu/reg_ld_str.c | b |= (div_small(&ll, 10)) << 4; |
b | 1069 | arch/i386/math-emu/reg_ld_str.c | put_fs_byte(b,(unsigned char *) d+i); |
b | 24 | arch/i386/math-emu/reg_mul.c | int reg_mul(FPU_REG const *a, FPU_REG const *b, |
b | 28 | arch/i386/math-emu/reg_mul.c | char sign = (a->sign ^ b->sign); |
b | 30 | arch/i386/math-emu/reg_mul.c | if (!(a->tag | b->tag)) |
b | 34 | arch/i386/math-emu/reg_mul.c | if ( reg_u_mul(a, b, dest, control_w) ) |
b | 41 | arch/i386/math-emu/reg_mul.c | else if ((a->tag <= TW_Zero) && (b->tag <= TW_Zero)) |
b | 44 | arch/i386/math-emu/reg_mul.c | if ( ((b->tag == TW_Valid) && (b->exp <= EXP_UNDER)) || |
b | 63 | arch/i386/math-emu/reg_mul.c | if ( (a->tag == TW_NaN) || (b->tag == TW_NaN) ) |
b | 64 | arch/i386/math-emu/reg_mul.c | { return real_2op_NaN(a, b, dest); } |
b | 67 | arch/i386/math-emu/reg_mul.c | if (b->tag == TW_Zero) |
b | 72 | arch/i386/math-emu/reg_mul.c | if ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) && |
b | 81 | arch/i386/math-emu/reg_mul.c | else if (b->tag == TW_Infinity) |
b | 92 | arch/i386/math-emu/reg_mul.c | reg_move(b, dest); |
b | 680 | drivers/block/cdu31a.c | unsigned char a, b; |
b | 723 | drivers/block/cdu31a.c | b = read_result_register(); |
b | 724 | drivers/block/cdu31a.c | *result_buffer = b; |
b | 738 | drivers/block/cdu31a.c | if (b > 8) |
b | 746 | drivers/block/cdu31a.c | b = b - 8; |
b | 748 | drivers/block/cdu31a.c | while (b > 10) |
b | 774 | drivers/block/cdu31a.c | b = b - 10; |
b | 777 | drivers/block/cdu31a.c | if (b > 0) |
b | 797 | drivers/block/cdu31a.c | while (b > 0) |
b | 802 | drivers/block/cdu31a.c | b--; |
b | 1086 | drivers/block/cm206.c | int b=0x300, e=0x370; /* this is the range of start addresses */ |
b | 1092 | drivers/block/cm206.c | if (base) b=e=base; |
b | 1093 | drivers/block/cm206.c | for (base=b; base<=e; base += 0x10) { |
b | 114 | drivers/block/ide-cd.c | #define MIN(a,b) ((a) < (b) ? (a) : (b)) |
b | 524 | drivers/block/ide-cd.c | rq->dev = MKDEV (major, (drive->select.b.unit) << PARTN_BITS); |
b | 1133 | drivers/block/ide-cd.c | struct {unsigned char b0, b1, b2, b3;} b; |
b | 1137 | drivers/block/ide-cd.c | pc.c[2] = conv.b.b3; |
b | 1138 | drivers/block/ide-cd.c | pc.c[3] = conv.b.b2; |
b | 1139 | drivers/block/ide-cd.c | pc.c[4] = conv.b.b1; |
b | 1140 | drivers/block/ide-cd.c | pc.c[5] = conv.b.b0; |
b | 1350 | drivers/block/ide-cd.c | req->dev = MKDEV (major, (drive->select.b.unit) << PARTN_BITS); |
b | 1783 | drivers/block/ide-cd.c | HWIF(drive)->gd->sizes[drive->select.b.unit << PARTN_BITS] |
b | 2554 | drivers/block/ide-cd.c | blksize_size[HWIF(drive)->major][drive->select.b.unit << PARTN_BITS] = CD_FRAMESIZE; |
b | 278 | drivers/block/ide.c | drive->special.b.recalibrate = 1; |
b | 279 | drivers/block/ide.c | drive->special.b.set_geometry = 1; |
b | 438 | drivers/block/ide.c | drive->select.b.lba = 1; |
b | 441 | drivers/block/ide.c | drive->select.b.lba = 0; |
b | 713 | drivers/block/ide.c | rdrive->special.b.set_geometry = 1; |
b | 714 | drivers/block/ide.c | rdrive->special.b.recalibrate = 1; |
b | 715 | drivers/block/ide.c | rdrive->special.b.set_multmode = 0; |
b | 723 | drivers/block/ide.c | rdrive->special.b.set_multmode = 1; |
b | 905 | drivers/block/ide.c | drive->special.b.recalibrate = 1; |
b | 1088 | drivers/block/ide.c | drive->special.b.recalibrate = 1; |
b | 1148 | drivers/block/ide.c | if (s->b.set_geometry) { |
b | 1149 | drivers/block/ide.c | s->b.set_geometry = 0; |
b | 1157 | drivers/block/ide.c | } else if (s->b.recalibrate) { |
b | 1158 | drivers/block/ide.c | s->b.recalibrate = 0; |
b | 1162 | drivers/block/ide.c | } else if (s->b.set_multmode) { |
b | 1163 | drivers/block/ide.c | s->b.set_multmode = 0; |
b | 1226 | drivers/block/ide.c | if (drive->select.b.lba) { |
b | 1714 | drivers/block/ide.c | minor = drive->select.b.unit << PARTN_BITS; |
b | 1736 | drivers/block/ide.c | resetup_one_dev(HWIF(drive)->gd, drive->select.b.unit); |
b | 1883 | drivers/block/ide.c | if (drive->special.b.set_multmode) { |
b | 1888 | drivers/block/ide.c | drive->special.b.set_multmode = 1; |
b | 2079 | drivers/block/ide.c | drive->select.b.lba ? "LBA, " : "", |
b | 2088 | drivers/block/ide.c | drive->special.b.set_multmode = 1; |
b | 2217 | drivers/block/ide.c | if (drive->select.b.unit != 0) { |
b | 2257 | drivers/block/ide.c | if (drive->media == disk && !drive->select.b.lba) { |
b | 2337 | drivers/block/ide.c | static void sub22 (char b, char c) |
b | 2343 | drivers/block/ide.c | outb_p(b,0xb0); |
b | 2658 | drivers/block/ide.c | drive->special.b.set_geometry = 1; |
b | 108 | drivers/block/ide.h | #define OUT_BYTE(b,p) outb((b),p) |
b | 111 | drivers/block/ide.h | #define OUT_BYTE(b,p) outb_p((b),p) |
b | 235 | drivers/block/ide.h | } b; |
b | 246 | drivers/block/ide.h | } b; |
b | 524 | drivers/block/ll_rw_blk.c | void ll_rw_swap_file(int rw, int dev, unsigned int *b, int nb, char *buf) |
b | 563 | drivers/block/ll_rw_blk.c | req[j]->sector = (b[i] * buffersize) >> 9; |
b | 562 | drivers/block/mcd.c | char a, b, c, d; |
b | 565 | drivers/block/mcd.c | getValue(&b); |
b | 1519 | drivers/block/optcd.c | #define ISP16_OUT(p,b) (outb(isp16_ctrl,ISP16_CTRL_PORT), outb(b,p)) |
b | 317 | drivers/block/sbpcd.c | #define SBPCD_INIT(a,b) sbpcd_init(a,b) |
b | 321 | drivers/block/sbpcd.c | #define SBPCD_INIT(a,b) sbpcd2_init(a,b) |
b | 325 | drivers/block/sbpcd.c | #define SBPCD_INIT(a,b) sbpcd3_init(a,b) |
b | 329 | drivers/block/sbpcd.c | #define SBPCD_INIT(a,b) sbpcd4_init(a,b) |
b | 273 | drivers/block/sjcd.c | unsigned char b, unsigned char c, unsigned char d ){ |
b | 279 | drivers/block/sjcd.c | outb( b, SJCDPORT( 0 ) ); |
b | 1456 | drivers/block/sjcd.c | #define ISP16_OUT(p,b) (outb(isp16_ctrl,ISP16_CTRL_PORT), outb(b,p)) |
b | 211 | drivers/char/atixlmouse.c | unsigned char a,b,c; |
b | 214 | drivers/char/atixlmouse.c | b = inb( ATIXL_MSE_SIGNATURE_PORT ); |
b | 216 | drivers/char/atixlmouse.c | if (( a != b ) && ( a == c )) |
b | 127 | drivers/char/console.c | #define MIN(a,b) ((a) < (b) ? (a) : (b)) |
b | 666 | drivers/char/console.c | static void scrup(int currcons, unsigned int t, unsigned int b) |
b | 670 | drivers/char/console.c | if (b > video_num_lines || t >= b) |
b | 675 | drivers/char/console.c | else if (t || b != video_num_lines) |
b | 719 | drivers/char/console.c | unsigned int count = (b-t-1) * video_num_columns; |
b | 733 | drivers/char/console.c | static void scrdown(int currcons, unsigned int t, unsigned int b) |
b | 738 | drivers/char/console.c | if (b > video_num_lines || t >= b) |
b | 740 | drivers/char/console.c | d = (unsigned short *) (origin+video_size_row*b); |
b | 741 | drivers/char/console.c | s = (unsigned short *) (origin+video_size_row*(b-1)); |
b | 742 | drivers/char/console.c | count = (b-t-1)*video_num_columns; |
b | 1894 | drivers/char/console.c | void console_print(const char * b) |
b | 1910 | drivers/char/console.c | while ((c = *(b++)) != 0) { |
b | 266 | drivers/char/cyclades.c | #define MIN(a,b) ((a) < (b) ? (a) : (b)) |
b | 579 | drivers/char/istallion.c | #define MIN(a,b) (((a) <= (b)) ? (a) : (b)) |
b | 44 | drivers/char/n_tty.c | #define MIN(a,b) ((a) < (b) ? (a) : (b)) |
b | 726 | drivers/char/n_tty.c | unsigned char **b, |
b | 735 | drivers/char/n_tty.c | memcpy_tofs(*b, &tty->read_buf[tty->read_tail], n); |
b | 738 | drivers/char/n_tty.c | *b += n; |
b | 747 | drivers/char/n_tty.c | unsigned char *b = buf; |
b | 804 | drivers/char/n_tty.c | if (b != buf) |
b | 806 | drivers/char/n_tty.c | put_user(tty->link->ctrl_status, b++); |
b | 815 | drivers/char/n_tty.c | if (((minimum - (b - buf)) < tty->minimum_to_wake) && |
b | 816 | drivers/char/n_tty.c | ((minimum - (b - buf)) >= 1)) |
b | 817 | drivers/char/n_tty.c | tty->minimum_to_wake = (minimum - (b - buf)); |
b | 842 | drivers/char/n_tty.c | if (tty->packet && b == buf) { |
b | 843 | drivers/char/n_tty.c | put_user(TIOCPKT_DATA, b++); |
b | 864 | drivers/char/n_tty.c | put_user(c, b++); |
b | 873 | drivers/char/n_tty.c | put_user(c, b++); |
b | 880 | drivers/char/n_tty.c | copy_from_read_buf(tty, &b, &nr); |
b | 881 | drivers/char/n_tty.c | copy_from_read_buf(tty, &b, &nr); |
b | 892 | drivers/char/n_tty.c | if (b - buf >= minimum || !nr) |
b | 904 | drivers/char/n_tty.c | size = b - buf; |
b | 919 | drivers/char/n_tty.c | const unsigned char *b = buf; |
b | 942 | drivers/char/n_tty.c | c = get_user(b); |
b | 945 | drivers/char/n_tty.c | b++; nr--; |
b | 950 | drivers/char/n_tty.c | c = tty->driver.write(tty, 1, b, nr); |
b | 951 | drivers/char/n_tty.c | b += c; |
b | 964 | drivers/char/n_tty.c | return (b - buf) ? b - buf : retval; |
b | 61 | drivers/char/pty.c | #define MIN(a,b) ((a) < (b) ? (a) : (b)) |
b | 27 | drivers/char/selection.c | #define MIN(a,b) ((a) < (b) ? (a) : (b)) |
b | 191 | drivers/char/serial.c | #define MIN(a,b) ((a) < (b) ? (a) : (b)) |
b | 454 | drivers/char/stallion.c | #define MIN(a,b) (((a) <= (b)) ? (a) : (b)) |
b | 111 | drivers/char/tty_io.c | #define MIN(a,b) ((a) < (b) ? (a) : (b)) |
b | 2221 | drivers/net/de4x5.c | u32 b; |
b | 2231 | drivers/net/de4x5.c | dev.llsig.b = ETH_PROM_SIG; |
b | 810 | drivers/net/de600.c | #define min(a,b) ((a)<(b)?(a):(b)) |
b | 1489 | drivers/net/depca.c | u32 b; |
b | 1508 | drivers/net/depca.c | dev.llsig.b = ETH_PROM_SIG; |
b | 948 | drivers/net/pi2.c | int b = 1; |
b | 971 | drivers/net/pi2.c | b = inb_p(tmr1); |
b | 972 | drivers/net/pi2.c | } while (b == 0); |
b | 974 | drivers/net/pi2.c | while (b != 0) { |
b | 978 | drivers/net/pi2.c | b = inb_p(tmr1); |
b | 178 | drivers/net/plip.c | } b; |
b | 501 | drivers/net/plip.c | &rcv->nibble, &rcv->length.b.lsb)) { |
b | 513 | drivers/net/plip.c | &rcv->nibble, &rcv->length.b.lsb)) |
b | 520 | drivers/net/plip.c | &rcv->nibble, &rcv->length.b.msb)) |
b | 695 | drivers/net/plip.c | &snd->nibble, snd->length.b.lsb)) |
b | 701 | drivers/net/plip.c | &snd->nibble, snd->length.b.msb)) |
b | 91 | drivers/net/ppp.c | #define bset(p,b) ((p)[(b) >> 5] |= (1 << ((b) & 0x1f))) |
b | 235 | drivers/net/wavelan.c | psa_read(unsigned short ioaddr, unsigned short hacr, int o, unsigned char *b, int n) |
b | 243 | drivers/net/wavelan.c | *b++ = inb(PIOP2(ioaddr)); |
b | 255 | drivers/net/wavelan.c | psa_write(unsigned short ioaddr, unsigned short hacr, int o, unsigned char *b, int n) |
b | 263 | drivers/net/wavelan.c | outb(*b, PIOP2(ioaddr)); |
b | 264 | drivers/net/wavelan.c | b++; |
b | 276 | drivers/net/wavelan.c | obram_read(unsigned short ioaddr, unsigned short o, unsigned char *b, int n) |
b | 282 | drivers/net/wavelan.c | insw(PIOP1(ioaddr), (unsigned short *)b, n); |
b | 290 | drivers/net/wavelan.c | obram_write(unsigned short ioaddr, unsigned short o, unsigned char *b, int n) |
b | 296 | drivers/net/wavelan.c | outsw(PIOP1(ioaddr), (unsigned short *)b, n); |
b | 304 | drivers/net/wavelan.c | mmc_read(unsigned short ioaddr, unsigned short o, unsigned char *b, int n) |
b | 317 | drivers/net/wavelan.c | *b++ = (unsigned char)(inw(MMCR(ioaddr)) >> 8); |
b | 326 | drivers/net/wavelan.c | mmc_write(unsigned short ioaddr, unsigned short o, unsigned char *b, int n) |
b | 333 | drivers/net/wavelan.c | outw((unsigned short)(((unsigned short)*b << 8) | (o << 1) | 1), MMCR(ioaddr)); |
b | 334 | drivers/net/wavelan.c | b++; |
b | 71 | drivers/scsi/aic7xxx.c | #define MIN(a,b) ((a < b) ? a : b) |
b | 26 | drivers/scsi/eata_generic.h | #define min(a,b) ((a<b)?(a):(b)) |
b | 34 | drivers/scsi/scsi_ioctl.c | #define max(a,b) (((a) > (b)) ? (a) : (b)) |
b | 1013 | fs/buffer.c | dev_t dev, int *b, int size) |
b | 1028 | fs/buffer.c | block = *++b; |
b | 1054 | fs/buffer.c | dev_t dev, int b[], int size) |
b | 1066 | fs/buffer.c | p = b; |
b | 1075 | fs/buffer.c | p = b; |
b | 1125 | fs/buffer.c | dev_t dev, int *b, int size) |
b | 1130 | fs/buffer.c | block = b[0]; |
b | 1135 | fs/buffer.c | return check_aligned(bh, address, dev, b, size); |
b | 1136 | fs/buffer.c | return try_to_load_aligned(address, dev, b, size); |
b | 1146 | fs/buffer.c | unsigned long bread_page(unsigned long address, dev_t dev, int b[], int size, int no_share) |
b | 1153 | fs/buffer.c | where = try_to_share_buffers(address, dev, b, size); |
b | 1160 | fs/buffer.c | if (b[i]) |
b | 1161 | fs/buffer.c | bh[i] = getblk(dev, b[i], size); |
b | 1181 | fs/buffer.c | void bwrite_page(unsigned long address, dev_t dev, int b[], int size) |
b | 1188 | fs/buffer.c | if (b[i]) |
b | 1189 | fs/buffer.c | bh[i] = getblk(dev, b[i], size); |
b | 1625 | fs/buffer.c | unsigned long generate_cluster(dev_t dev, int b[], int size) |
b | 1630 | fs/buffer.c | if(i && b[i]-1 != b[i-1]) return 0; /* No need to cluster */ |
b | 1631 | fs/buffer.c | if(find_buffer(dev, b[i], size)) return 0; |
b | 1641 | fs/buffer.c | retval = try_to_generate_cluster(dev, b[0], size); |
b | 1646 | fs/buffer.c | return try_to_generate_cluster(dev, b[0], size); |
b | 1648 | fs/buffer.c | return reassign_cluster(dev, b[0], size); |
b | 28 | fs/ext/file.c | #define MIN(a,b) (((a)<(b))?(a):(b)) |
b | 29 | fs/ext/file.c | #define MAX(a,b) (((a)>(b))?(a):(b)) |
b | 36 | fs/ext2/balloc.c | #define in_range(b, first, len) ((b) >= (first) && (b) <= (first) + (len) - 1) |
b | 31 | fs/ext2/file.c | #define MIN(a,b) (((a)<(b))?(a):(b)) |
b | 32 | fs/ext2/file.c | #define MAX(a,b) (((a)>(b))?(a):(b)) |
b | 366 | fs/ext2/inode.c | unsigned long b; |
b | 397 | fs/ext2/inode.c | b = block; |
b | 399 | fs/ext2/inode.c | return inode_getblk (inode, block, create, b, err); |
b | 402 | fs/ext2/inode.c | bh = inode_getblk (inode, EXT2_IND_BLOCK, create, b, err); |
b | 404 | fs/ext2/inode.c | inode->i_sb->s_blocksize, b, err); |
b | 408 | fs/ext2/inode.c | bh = inode_getblk (inode, EXT2_DIND_BLOCK, create, b, err); |
b | 410 | fs/ext2/inode.c | create, inode->i_sb->s_blocksize, b, err); |
b | 412 | fs/ext2/inode.c | create, inode->i_sb->s_blocksize, b, err); |
b | 415 | fs/ext2/inode.c | bh = inode_getblk (inode, EXT2_TIND_BLOCK, create, b, err); |
b | 417 | fs/ext2/inode.c | create, inode->i_sb->s_blocksize, b, err); |
b | 419 | fs/ext2/inode.c | create, inode->i_sb->s_blocksize, b, err); |
b | 421 | fs/ext2/inode.c | inode->i_sb->s_blocksize, b, err); |
b | 428 | fs/ext2/inode.c | unsigned long b; |
b | 446 | fs/ext2/inode.c | b = block; |
b | 452 | fs/ext2/inode.c | bh = inode_getblk (inode, EXT2_IND_BLOCK, create, b, &err); |
b | 458 | fs/ext2/inode.c | bh = inode_getblk (inode, EXT2_DIND_BLOCK, create, b, &err); |
b | 460 | fs/ext2/inode.c | create, inode->i_sb->s_blocksize, b, &err); |
b | 465 | fs/ext2/inode.c | bh = inode_getblk (inode, EXT2_TIND_BLOCK, create, b, &err); |
b | 467 | fs/ext2/inode.c | create, inode->i_sb->s_blocksize, b, &err); |
b | 469 | fs/ext2/inode.c | create, inode->i_sb->s_blocksize, b, &err); |
b | 39 | fs/ext2/namei.c | #define NAMEI_RA_INDEX(c,b) (((c) * NAMEI_RA_BLOCKS) + (b)) |
b | 249 | fs/hpfs/hpfs_fs.c | static secno bplus_lookup(struct inode *inode, struct bplus_header *b, |
b | 1046 | fs/hpfs/hpfs_fs.c | static secno bplus_lookup(struct inode *inode, struct bplus_header *b, |
b | 1057 | fs/hpfs/hpfs_fs.c | if (!b->internal) { |
b | 1058 | fs/hpfs/hpfs_fs.c | struct bplus_leaf_node *n = b->u.external; |
b | 1059 | fs/hpfs/hpfs_fs.c | for (i = 0; i < b->n_used_nodes; i++) { |
b | 1076 | fs/hpfs/hpfs_fs.c | struct bplus_internal_node *n = b->u.internal; |
b | 1077 | fs/hpfs/hpfs_fs.c | for (i = 0; i < b->n_used_nodes; i++) { |
b | 30 | fs/isofs/file.c | #define MIN(a,b) (((a)<(b))?(a):(b)) |
b | 31 | fs/isofs/file.c | #define MAX(a,b) (((a)>(b))?(a):(b)) |
b | 26 | fs/minix/file.c | #define MIN(a,b) (((a)<(b))?(a):(b)) |
b | 27 | fs/minix/file.c | #define MAX(a,b) (((a)>(b))?(a):(b)) |
b | 27 | fs/msdos/file.c | #define MIN(a,b) (((a) < (b)) ? (a) : (b)) |
b | 28 | fs/msdos/file.c | #define MAX(a,b) (((a) > (b)) ? (a) : (b)) |
b | 170 | fs/msdos/inode.c | struct msdos_boot_sector *b; |
b | 207 | fs/msdos/inode.c | b = (struct msdos_boot_sector *) bh->b_data; |
b | 227 | fs/msdos/inode.c | logical_sector_size = CF_LE_W(*(unsigned short *) &b->sector_size); |
b | 229 | fs/msdos/inode.c | MSDOS_SB(sb)->cluster_size = b->cluster_size*sector_mult; |
b | 230 | fs/msdos/inode.c | MSDOS_SB(sb)->fats = b->fats; |
b | 231 | fs/msdos/inode.c | MSDOS_SB(sb)->fat_start = CF_LE_W(b->reserved)*sector_mult; |
b | 232 | fs/msdos/inode.c | MSDOS_SB(sb)->fat_length = CF_LE_W(b->fat_length)*sector_mult; |
b | 233 | fs/msdos/inode.c | MSDOS_SB(sb)->dir_start = (CF_LE_W(b->reserved)+b->fats*CF_LE_W( |
b | 234 | fs/msdos/inode.c | b->fat_length))*sector_mult; |
b | 235 | fs/msdos/inode.c | MSDOS_SB(sb)->dir_entries = CF_LE_W(*((unsigned short *) &b->dir_entries |
b | 240 | fs/msdos/inode.c | data_sectors = (CF_LE_W(*((unsigned short *) &b->sectors)) ? |
b | 241 | fs/msdos/inode.c | CF_LE_W(*((unsigned short *) &b->sectors)) : |
b | 242 | fs/msdos/inode.c | CF_LE_L(b->total_sect))*sector_mult-MSDOS_SB(sb)->data_start; |
b | 243 | fs/msdos/inode.c | error = !b->cluster_size || !sector_mult; |
b | 245 | fs/msdos/inode.c | MSDOS_SB(sb)->clusters = b->cluster_size ? data_sectors/ |
b | 246 | fs/msdos/inode.c | b->cluster_size/sector_mult : 0; |
b | 252 | fs/msdos/inode.c | (logical_sector_size & (SECTOR_SIZE-1)) || !b->secs_track || |
b | 253 | fs/msdos/inode.c | !b->heads; |
b | 272 | fs/msdos/inode.c | "se=%d,ts=%ld,ls=%d]\n",b->media,MSDOS_SB(sb)->cluster_size, |
b | 275 | fs/msdos/inode.c | MSDOS_SB(sb)->data_start,CF_LE_W(*(unsigned short *) &b-> |
b | 276 | fs/msdos/inode.c | sectors),(unsigned long)b->total_sect,logical_sector_size); |
b | 30 | fs/msdos/msbuffer.h | #define brelse(b) msdos_brelse(sb,b) |
b | 31 | fs/msdos/msbuffer.h | #define bread(d,b,s) msdos_bread(sb,b) |
b | 32 | fs/msdos/msbuffer.h | #define getblk(d,b,s) msdos_getblk(sb,b) |
b | 33 | fs/msdos/msbuffer.h | #define mark_buffer_dirty(b,v) msdos_mark_buffer_dirty(sb,b,v) |
b | 171 | fs/proc/array.c | int a, b, c; |
b | 174 | fs/proc/array.c | b = avenrun[1] + (FIXED_1/200); |
b | 178 | fs/proc/array.c | LOAD_INT(b), LOAD_FRAC(b), |
b | 33 | fs/sysv/file.c | #define MIN(a,b) (((a)<(b))?(a):(b)) |
b | 34 | fs/sysv/file.c | #define MAX(a,b) (((a)>(b))?(a):(b)) |
b | 32 | fs/xiafs/file.c | #define MIN(a,b) (((a)<(b))?(a):(b)) |
b | 33 | fs/xiafs/file.c | #define MAX(a,b) (((a)>(b))?(a):(b)) |
b | 196 | include/asm-alpha/apecs.h | extern inline void __outb(unsigned char b, unsigned long addr) |
b | 200 | include/asm-alpha/apecs.h | asm ("insbl %2,%1,%0" : "r="(w) : "ri"(addr & 0x3), "r"(b)); |
b | 212 | include/asm-alpha/apecs.h | extern inline void __outw(unsigned short b, unsigned long addr) |
b | 216 | include/asm-alpha/apecs.h | asm ("inswl %2,%1,%0" : "r="(w) : "ri"(addr & 0x3), "r"(b)); |
b | 226 | include/asm-alpha/apecs.h | extern inline void __outl(unsigned int b, unsigned long addr) |
b | 228 | include/asm-alpha/apecs.h | *(vuip) ((addr << 5) + APECS_IO + 0x18) = b; |
b | 276 | include/asm-alpha/apecs.h | extern inline void __writeb(unsigned char b, unsigned long addr) |
b | 287 | include/asm-alpha/apecs.h | *(vuip) ((addr << 5) + APECS_SPARSE_MEM + 0x00) = b * 0x01010101; |
b | 290 | include/asm-alpha/apecs.h | extern inline void __writew(unsigned short b, unsigned long addr) |
b | 301 | include/asm-alpha/apecs.h | *(vuip) ((addr << 5) + APECS_SPARSE_MEM + 0x08) = b * 0x00010001; |
b | 304 | include/asm-alpha/apecs.h | extern inline void __writel(unsigned int b, unsigned long addr) |
b | 306 | include/asm-alpha/apecs.h | *(vuip) (addr + APECS_DENSE_MEM) = b; |
b | 317 | include/asm-alpha/apecs.h | extern void outb(unsigned char b, unsigned long addr); |
b | 318 | include/asm-alpha/apecs.h | extern void outw(unsigned short b, unsigned long addr); |
b | 319 | include/asm-alpha/apecs.h | extern void outl(unsigned int b, unsigned long addr); |
b | 324 | include/asm-alpha/apecs.h | extern void writeb(unsigned char b, unsigned long addr); |
b | 325 | include/asm-alpha/apecs.h | extern void writew(unsigned short b, unsigned long addr); |
b | 341 | include/asm-alpha/apecs.h | extern inline void writel(unsigned int b, unsigned long addr) |
b | 343 | include/asm-alpha/apecs.h | __writel(b, addr); |
b | 42 | include/asm-alpha/delay.h | extern __inline__ unsigned long muldiv(unsigned long a, unsigned long b, unsigned long c) |
b | 44 | include/asm-alpha/delay.h | return (a*b)/c; |
b | 67 | include/asm-alpha/io.h | extern void _outb (unsigned char b,unsigned long port); |
b | 75 | include/asm-alpha/io.h | # define outb(b,p) _outb((b),(p)) |
b | 122 | include/asm-alpha/io.h | #define writeb(b,addr) (writeb)((b),(unsigned long)(addr)) |
b | 115 | include/asm-alpha/jensen.h | extern inline void __local_outb(unsigned char b, unsigned long addr) |
b | 117 | include/asm-alpha/jensen.h | *(volatile unsigned int *) ((addr << 9) + EISA_VL82C106) = b; |
b | 132 | include/asm-alpha/jensen.h | extern void __bus_outb(unsigned char b, unsigned long addr); |
b | 133 | include/asm-alpha/jensen.h | extern inline void ___bus_outb(unsigned char b, unsigned long addr) |
b | 136 | include/asm-alpha/jensen.h | *(volatile unsigned int *) ((addr << 7) + EISA_IO + 0x00) = b * 0x01010101; |
b | 159 | include/asm-alpha/jensen.h | extern inline void __outb(unsigned char b, unsigned long addr) |
b | 162 | include/asm-alpha/jensen.h | __local_outb(b, addr); |
b | 164 | include/asm-alpha/jensen.h | __bus_outb(b, addr); |
b | 183 | include/asm-alpha/jensen.h | extern inline void __outw(unsigned short b, unsigned long addr) |
b | 186 | include/asm-alpha/jensen.h | *(volatile unsigned int *) ((addr << 7) + EISA_IO + 0x20) = b * 0x00010001; |
b | 190 | include/asm-alpha/jensen.h | extern inline void __outl(unsigned int b, unsigned long addr) |
b | 193 | include/asm-alpha/jensen.h | *(volatile unsigned int *) ((addr << 7) + EISA_IO + 0x60) = b; |
b | 229 | include/asm-alpha/jensen.h | extern inline void __writeb(unsigned short b, unsigned long addr) |
b | 233 | include/asm-alpha/jensen.h | *(volatile unsigned int *) ((addr << 7) + EISA_MEM + 0x00) = b * 0x01010101; |
b | 236 | include/asm-alpha/jensen.h | extern inline void __writew(unsigned short b, unsigned long addr) |
b | 240 | include/asm-alpha/jensen.h | *(volatile unsigned int *) ((addr << 7) + EISA_MEM + 0x20) = b * 0x00010001; |
b | 243 | include/asm-alpha/jensen.h | extern inline void __writel(unsigned int b, unsigned long addr) |
b | 247 | include/asm-alpha/jensen.h | *(volatile unsigned int *) ((addr << 7) + EISA_MEM + 0x60) = b; |
b | 258 | include/asm-alpha/jensen.h | extern void outb(unsigned char b, unsigned long addr); |
b | 259 | include/asm-alpha/jensen.h | extern void outw(unsigned short b, unsigned long addr); |
b | 260 | include/asm-alpha/jensen.h | extern void outl(unsigned int b, unsigned long addr); |
b | 266 | include/asm-alpha/jensen.h | extern void writeb(unsigned char b, unsigned long addr); |
b | 267 | include/asm-alpha/jensen.h | extern void writew(unsigned short b, unsigned long addr); |
b | 268 | include/asm-alpha/jensen.h | extern void writel(unsigned int b, unsigned long addr); |
b | 167 | include/asm-alpha/lca.h | extern inline void __outb(unsigned char b, unsigned long addr) |
b | 171 | include/asm-alpha/lca.h | asm ("insbl %2,%1,%0" : "r="(w) : "ri"(addr & 0x3), "r"(b)); |
b | 183 | include/asm-alpha/lca.h | extern inline void __outw(unsigned short b, unsigned long addr) |
b | 187 | include/asm-alpha/lca.h | asm ("inswl %2,%1,%0" : "r="(w) : "ri"(addr & 0x3), "r"(b)); |
b | 197 | include/asm-alpha/lca.h | extern inline void __outl(unsigned int b, unsigned long addr) |
b | 199 | include/asm-alpha/lca.h | *(vuip) ((addr << 5) + LCA_IO + 0x18) = b; |
b | 247 | include/asm-alpha/lca.h | extern inline void __writeb(unsigned char b, unsigned long addr) |
b | 259 | include/asm-alpha/lca.h | asm ("insbl %2,%1,%0" : "r="(w) : "ri"(addr & 0x3), "r"(b)); |
b | 263 | include/asm-alpha/lca.h | extern inline void __writew(unsigned short b, unsigned long addr) |
b | 275 | include/asm-alpha/lca.h | asm ("inswl %2,%1,%0" : "r="(w) : "ri"(addr & 0x3), "r"(b)); |
b | 279 | include/asm-alpha/lca.h | extern inline void __writel(unsigned int b, unsigned long addr) |
b | 281 | include/asm-alpha/lca.h | *(vuip) (addr + LCA_DENSE_MEM) = b; |
b | 292 | include/asm-alpha/lca.h | extern void outb(unsigned char b, unsigned long addr); |
b | 293 | include/asm-alpha/lca.h | extern void outw(unsigned short b, unsigned long addr); |
b | 294 | include/asm-alpha/lca.h | extern void outl(unsigned int b, unsigned long addr); |
b | 299 | include/asm-alpha/lca.h | extern void writeb(unsigned char b, unsigned long addr); |
b | 300 | include/asm-alpha/lca.h | extern void writew(unsigned short b, unsigned long addr); |
b | 316 | include/asm-alpha/lca.h | extern inline void writel(unsigned int b, unsigned long addr) |
b | 318 | include/asm-alpha/lca.h | __writel(b, addr); |
b | 35 | include/asm-i386/delay.h | extern __inline__ unsigned long muldiv(unsigned long a, unsigned long b, unsigned long c) |
b | 39 | include/asm-i386/delay.h | :"d" (b), |
b | 72 | include/asm-i386/io.h | #define writeb(b,addr) ((*(volatile unsigned char *) (addr)) = (b)) |
b | 73 | include/asm-i386/io.h | #define writew(b,addr) ((*(volatile unsigned short *) (addr)) = (b)) |
b | 74 | include/asm-i386/io.h | #define writel(b,addr) ((*(volatile unsigned int *) (addr)) = (b)) |
b | 76 | include/asm-i386/io.h | #define memset_io(a,b,c) memset((void *)(a),(b),(c)) |
b | 77 | include/asm-i386/io.h | #define memcpy_fromio(a,b,c) memcpy((a),(void *)(b),(c)) |
b | 78 | include/asm-i386/io.h | #define memcpy_toio(a,b,c) memcpy((void *)(a),(b),(c)) |
b | 120 | include/asm-i386/io.h | __IN(b,"") |
b | 130 | include/asm-i386/io.h | __OUT(b,"b",char) |
b | 134 | include/asm-i386/io.h | __INS(b) |
b | 138 | include/asm-i386/io.h | __OUTS(b) |
b | 34 | include/asm-m68k/unistd.h | #define _syscall2(type,name,atype,a,btype,b) \ |
b | 35 | include/asm-m68k/unistd.h | type name(atype a,btype b) \ |
b | 43 | include/asm-m68k/unistd.h | "g" ((long)(b)) \ |
b | 51 | include/asm-m68k/unistd.h | #define _syscall3(type,name,atype,a,btype,b,ctype,c) \ |
b | 52 | include/asm-m68k/unistd.h | type name(atype a,btype b,ctype c) \ |
b | 61 | include/asm-m68k/unistd.h | "g" ((long)(b)), \ |
b | 70 | include/asm-m68k/unistd.h | #define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ |
b | 71 | include/asm-m68k/unistd.h | type name (atype a, btype b, ctype c, dtype d) \ |
b | 81 | include/asm-m68k/unistd.h | "g" ((long)(b)), \ |
b | 91 | include/asm-m68k/unistd.h | #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ |
b | 92 | include/asm-m68k/unistd.h | type name (atype a,btype b,ctype c,dtype d,etype e) \ |
b | 103 | include/asm-m68k/unistd.h | "g" ((long)(b)), \ |
b | 40 | include/asm-mips/delay.h | extern __inline__ unsigned long muldiv(unsigned long a, unsigned long b, unsigned long c) |
b | 42 | include/asm-mips/delay.h | return (a*b)/c; |
b | 129 | include/asm-mips/io.h | __IN(b,b) |
b | 133 | include/asm-mips/io.h | __OUT(b,b) |
b | 137 | include/asm-mips/io.h | __INS(b,b,1) |
b | 141 | include/asm-mips/io.h | __OUTS(b,b,1) |
b | 44 | include/asm-mips/unistd.h | #define _syscall2(type,name,atype,a,btype,b) \ |
b | 45 | include/asm-mips/unistd.h | type name(atype a,btype b) \ |
b | 53 | include/asm-mips/unistd.h | "r" ((long)(b))); \ |
b | 61 | include/asm-mips/unistd.h | #define _syscall3(type,name,atype,a,btype,b,ctype,c) \ |
b | 62 | include/asm-mips/unistd.h | type name (atype a, btype b, ctype c) \ |
b | 71 | include/asm-mips/unistd.h | "r" ((long)(b)), \ |
b | 80 | include/asm-mips/unistd.h | #define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ |
b | 81 | include/asm-mips/unistd.h | type name (atype a, btype b, ctype c, dtype d) \ |
b | 92 | include/asm-mips/unistd.h | "r" ((long)(b)), \ |
b | 102 | include/asm-mips/unistd.h | #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ |
b | 103 | include/asm-mips/unistd.h | type name (atype a,btype b,ctype c,dtype d,etype e) \ |
b | 115 | include/asm-mips/unistd.h | "r" ((long)(b)), \ |
b | 17 | include/asm-sparc/cprefix.h | #define CONCAT1(a, b) CONCAT2(a, b) |
b | 18 | include/asm-sparc/cprefix.h | #define CONCAT2(a, b) a##b |
b | 32 | include/asm-sparc/delay.h | extern __inline__ unsigned long muldiv(unsigned long a, unsigned long b, unsigned long c) |
b | 34 | include/asm-sparc/delay.h | return ((a*b)/c); |
b | 24 | include/asm-sparc/head.h | mov (type), %l3; b label; rd %psr, %l0; nop; |
b | 34 | include/asm-sparc/head.h | sethi %hi(C_LABEL(sys_call_table)), %l7; or %l7, %lo(C_LABEL(sys_call_table)), %l7; b linux_sparc_syscall; mov %psr, %l0; |
b | 38 | include/asm-sparc/head.h | sethi %hi(C_LABEL(sys_call_table)), %l7; or %l7, %lo(C_LABEL(sys_call_table)), %l7; b linux_sparc_syscall; mov %psr, %l0; |
b | 42 | include/asm-sparc/head.h | sethi %hi(C_LABEL(sys_call_table)), %l7; or %l7, %lo(C_LABEL(sys_call_table)), %l7; b linux_sparc_syscall; mov %psr, %l0; |
b | 46 | include/asm-sparc/head.h | sethi %hi(C_LABEL(sys_call_table)), %l7; or %l7, %lo(C_LABEL(sys_call_table)), %l7; b linux_sparc_syscall; mov %psr, %l0; |
b | 50 | include/asm-sparc/head.h | b getcc_trap_handler; mov %psr, %l0; nop; nop |
b | 54 | include/asm-sparc/head.h | b setcc_trap_handler; mov %psr, %l0; nop; nop |
b | 60 | include/asm-sparc/head.h | mov int_level, %l3; b real_irq_entry; rd %psr, %l0; nop; |
b | 66 | include/asm-sparc/head.h | b linux_trap_nmi; mov %psr, %l0; nop; nop |
b | 72 | include/asm-sparc/head.h | rd %psr, %l0; b sparc_timer; nop; nop; |
b | 21 | include/asm-sparc/io.h | extern inline void outb_local(unsigned char b, unsigned long addr) |
b | 41 | include/asm-sparc/io.h | extern inline void outb(unsigned char b, unsigned long addr) |
b | 46 | include/asm-sparc/io.h | extern inline void outw(unsigned short b, unsigned long addr) |
b | 51 | include/asm-sparc/io.h | extern inline void outl(unsigned int b, unsigned long addr) |
b | 74 | include/asm-sparc/io.h | extern inline void writeb(unsigned short b, unsigned long addr) |
b | 79 | include/asm-sparc/io.h | extern inline void writew(unsigned short b, unsigned long addr) |
b | 84 | include/asm-sparc/io.h | extern inline void writel(unsigned int b, unsigned long addr) |
b | 56 | include/linux/binfmts.h | #define change_ldt(a,b) setup_arg_pages(a,b) |
b | 50 | include/linux/fs.h | #define MKDEV(a,b) ((int)((((a) & 0xff) << 8) | ((b) & 0xff))) |
b | 490 | include/linux/fs.h | extern void ll_rw_swap_file(int rw, int dev, unsigned int *b, int nb, char *buffer); |
b | 495 | include/linux/fs.h | extern unsigned long bread_page(unsigned long addr,dev_t dev,int b[],int size,int no_share); |
b | 496 | include/linux/fs.h | extern void bwrite_page(unsigned long addr,dev_t dev,int b[],int size); |
b | 500 | include/linux/fs.h | unsigned long generate_cluster(dev_t dev, int b[], int size); |
b | 5 | include/linux/head.h | unsigned long a,b; |
b | 9 | include/linux/malloc.h | #define kfree_s(a,b) kfree(a) |
b | 53 | include/linux/smb_fs.h | static inline int min(int a, int b) { |
b | 54 | include/linux/smb_fs.h | return a<b ? a : b; |
b | 6 | include/linux/symtab_end.h | #define _set_ver(a,b) a |
b | 71 | net/appletalk/ddp.c | #define min(a,b) (((a)<(b))?(a):(b)) |
b | 150 | net/ax25/af_ax25.c | int ax25cmp(ax25_address *a, ax25_address *b) |
b | 155 | net/ax25/af_ax25.c | if ((a->ax25_call[ct] & 0xFE) != (b->ax25_call[ct] & 0xFE)) /* Clean off repeater bits */ |
b | 160 | net/ax25/af_ax25.c | if ((a->ax25_call[ct] & 0x1E) == (b->ax25_call[ct] & 0x1E)) /* SSID without control bit */ |
b | 120 | net/core/dev.c | static __inline__ unsigned long min(unsigned long a, unsigned long b) |
b | 122 | net/core/dev.c | return (a < b)? a : b; |
b | 112 | net/core/sock.c | #define min(a,b) ((a)<(b)?(a):(b)) |
b | 90 | net/ipv4/af_inet.c | #define min(a,b) ((a)<(b)?(a):(b)) |
b | 107 | net/ipv4/icmp.c | #define min(a,b) ((a)<(b)?(a):(b)) |
b | 158 | net/ipv4/ip.c | #define min(a,b) ((a)<(b)?(a):(b)) |
b | 61 | net/ipv4/packet.c | static unsigned long min(unsigned long a, unsigned long b) |
b | 63 | net/ipv4/packet.c | if (a < b) |
b | 65 | net/ipv4/packet.c | return(b); |
b | 64 | net/ipv4/raw.c | static inline unsigned long min(unsigned long a, unsigned long b) |
b | 66 | net/ipv4/raw.c | if (a < b) |
b | 68 | net/ipv4/raw.c | return(b); |
b | 477 | net/ipv4/tcp.c | static __inline__ int min(unsigned int a, unsigned int b) |
b | 479 | net/ipv4/tcp.c | if (a < b) |
b | 481 | net/ipv4/tcp.c | return(b); |
b | 139 | net/ipv4/udp.c | #define min(a,b) ((a)<(b)?(a):(b)) |
b | 1604 | net/ipx/af_ipx.c | char *p, b[64]; |
b | 1606 | net/ipx/af_ipx.c | p = b; |
b | 1628 | net/ipx/af_ipx.c | printk("%s-%04X: %s\n",str,l*8,b); |
b | 51 | net/unix/af_unix.c | #define min(a,b) (((a)<(b))?(a):(b)) |
b | 541 | net/unix/af_unix.c | static int unix_socketpair(struct socket *a, struct socket *b) |
b | 549 | net/unix/af_unix.c | err=unix_create(b, 0); |
b | 558 | net/unix/af_unix.c | skb=b->data; |