tag | line | file | source code |
code | 1108 | kernel/blk_drv/floppy.c | static struct floppy_struct *find_base(int drive,int code) |
code | 1112 | kernel/blk_drv/floppy.c | if (code > 0 && code < 5) { |
code | 1113 | kernel/blk_drv/floppy.c | base = &floppy_types[(code-1)*2]; |
code | 1117 | kernel/blk_drv/floppy.c | printk("fd%d is unknown type %d",drive,code); |
code | 1138 | kernel/blk_drv/scsi/fdomain.c | int fdomain_16x0_abort( int code ) |
code | 1152 | kernel/blk_drv/scsi/fdomain.c | aborted = code ? code : DID_ABORT; |
code | 1157 | kernel/blk_drv/scsi/fdomain.c | aborted = code ? code : DID_ABORT; |
code | 247 | kernel/blk_drv/scsi/scsi.h | extern int scsi_abort (int host, int code); |
code | 939 | kernel/blk_drv/scsi/seagate.c | int seagate_st0x_abort (int code) |
code | 941 | kernel/blk_drv/scsi/seagate.c | if (code) |
code | 942 | kernel/blk_drv/scsi/seagate.c | st0x_aborted = code; |
code | 400 | kernel/blk_drv/scsi/ultrastor.c | int ultrastor_14f_abort(int code) |
code | 406 | kernel/blk_drv/scsi/ultrastor.c | aborted = (code ? code : DID_ABORT); |
code | 294 | kernel/exit.c | volatile void do_exit(long code) |
code | 317 | kernel/exit.c | current->exit_code = code; |
code | 58 | kernel/math/ea.c | char * ea(struct info * info, unsigned short code) |
code | 64 | kernel/math/ea.c | mod = (code >> 6) & 3; |
code | 65 | kernel/math/ea.c | rm = code & 7; |
code | 56 | kernel/math/emulate.c | unsigned short code; |
code | 70 | kernel/math/emulate.c | code = get_fs_word((unsigned short *) EIP); |
code | 71 | kernel/math/emulate.c | bswapw(code); |
code | 72 | kernel/math/emulate.c | code &= 0x7ff; |
code | 75 | kernel/math/emulate.c | *(1+(unsigned short *) &I387.fcs) = code; |
code | 77 | kernel/math/emulate.c | switch (code) { |
code | 137 | kernel/math/emulate.c | printk("%04x fxxx not implemented\n\r",code + 0xd800); |
code | 167 | kernel/math/emulate.c | switch (code >> 3) { |
code | 169 | kernel/math/emulate.c | fadd(PST(0),PST(code & 7),&tmp); |
code | 173 | kernel/math/emulate.c | fmul(PST(0),PST(code & 7),&tmp); |
code | 177 | kernel/math/emulate.c | fcom(PST(code & 7),PST(0)); |
code | 180 | kernel/math/emulate.c | fcom(PST(code & 7),PST(0)); |
code | 184 | kernel/math/emulate.c | real_to_real(&ST(code & 7),&tmp); |
code | 191 | kernel/math/emulate.c | fadd(PST(0),PST(code & 7),&tmp); |
code | 195 | kernel/math/emulate.c | fdiv(PST(0),PST(code & 7),&tmp); |
code | 199 | kernel/math/emulate.c | fdiv(PST(code & 7),PST(0),&tmp); |
code | 204 | kernel/math/emulate.c | ST(0) = ST((code+1) & 7); |
code | 207 | kernel/math/emulate.c | fxchg(&ST(0),&ST(code & 7)); |
code | 210 | kernel/math/emulate.c | ST(code & 7) = ST(0); |
code | 214 | kernel/math/emulate.c | fadd(PST(0),PST(code & 7),&tmp); |
code | 215 | kernel/math/emulate.c | real_to_real(&tmp,&ST(code & 7)); |
code | 218 | kernel/math/emulate.c | fmul(PST(0),PST(code & 7),&tmp); |
code | 219 | kernel/math/emulate.c | real_to_real(&tmp,&ST(code & 7)); |
code | 222 | kernel/math/emulate.c | fcom(PST(code & 7),PST(0)); |
code | 225 | kernel/math/emulate.c | fcom(PST(code & 7),PST(0)); |
code | 229 | kernel/math/emulate.c | ST(code & 7).exponent ^= 0x8000; |
code | 230 | kernel/math/emulate.c | fadd(PST(0),PST(code & 7),&tmp); |
code | 231 | kernel/math/emulate.c | real_to_real(&tmp,&ST(code & 7)); |
code | 236 | kernel/math/emulate.c | fadd(PST(code & 7),&tmp,&tmp); |
code | 237 | kernel/math/emulate.c | real_to_real(&tmp,&ST(code & 7)); |
code | 240 | kernel/math/emulate.c | fdiv(PST(0),PST(code & 7),&tmp); |
code | 241 | kernel/math/emulate.c | real_to_real(&tmp,&ST(code & 7)); |
code | 244 | kernel/math/emulate.c | fdiv(PST(code & 7),PST(0),&tmp); |
code | 245 | kernel/math/emulate.c | real_to_real(&tmp,&ST(code & 7)); |
code | 251 | kernel/math/emulate.c | fxchg(&ST(0),&ST(code & 7)); |
code | 254 | kernel/math/emulate.c | ST(code & 7) = ST(0); |
code | 257 | kernel/math/emulate.c | ST(code & 7) = ST(0); |
code | 261 | kernel/math/emulate.c | fucom(PST(code & 7),PST(0)); |
code | 264 | kernel/math/emulate.c | fucom(PST(code & 7),PST(0)); |
code | 268 | kernel/math/emulate.c | fadd(PST(code & 7),PST(0),&tmp); |
code | 269 | kernel/math/emulate.c | real_to_real(&tmp,&ST(code & 7)); |
code | 273 | kernel/math/emulate.c | fmul(PST(code & 7),PST(0),&tmp); |
code | 274 | kernel/math/emulate.c | real_to_real(&tmp,&ST(code & 7)); |
code | 278 | kernel/math/emulate.c | fcom(PST(code & 7),PST(0)); |
code | 282 | kernel/math/emulate.c | ST(code & 7).exponent ^= 0x8000; |
code | 283 | kernel/math/emulate.c | fadd(PST(0),PST(code & 7),&tmp); |
code | 284 | kernel/math/emulate.c | real_to_real(&tmp,&ST(code & 7)); |
code | 290 | kernel/math/emulate.c | fadd(PST(code & 7),&tmp,&tmp); |
code | 291 | kernel/math/emulate.c | real_to_real(&tmp,&ST(code & 7)); |
code | 295 | kernel/math/emulate.c | fdiv(PST(0),PST(code & 7),&tmp); |
code | 296 | kernel/math/emulate.c | real_to_real(&tmp,&ST(code & 7)); |
code | 300 | kernel/math/emulate.c | fdiv(PST(code & 7),PST(0),&tmp); |
code | 301 | kernel/math/emulate.c | real_to_real(&tmp,&ST(code & 7)); |
code | 310 | kernel/math/emulate.c | fxchg(&ST(0),&ST(code & 7)); |
code | 314 | kernel/math/emulate.c | ST(code & 7) = ST(0); |
code | 318 | kernel/math/emulate.c | switch ((code>>3) & 0xe7) { |
code | 320 | kernel/math/emulate.c | put_short_real(PST(0),info,code); |
code | 323 | kernel/math/emulate.c | put_short_real(PST(0),info,code); |
code | 327 | kernel/math/emulate.c | address = ea(info,code); |
code | 328 | kernel/math/emulate.c | for (code = 0 ; code < 7 ; code++) { |
code | 329 | kernel/math/emulate.c | ((long *) & I387)[code] = |
code | 335 | kernel/math/emulate.c | address = ea(info,code); |
code | 340 | kernel/math/emulate.c | address = ea(info,code); |
code | 342 | kernel/math/emulate.c | for (code = 0 ; code < 7 ; code++) { |
code | 343 | kernel/math/emulate.c | put_fs_long( ((long *) & I387)[code], |
code | 349 | kernel/math/emulate.c | address = ea(info,code); |
code | 354 | kernel/math/emulate.c | put_long_int(PST(0),info,code); |
code | 357 | kernel/math/emulate.c | put_long_int(PST(0),info,code); |
code | 362 | kernel/math/emulate.c | get_temp_real(&tmp,info,code); |
code | 366 | kernel/math/emulate.c | put_temp_real(PST(0),info,code); |
code | 370 | kernel/math/emulate.c | put_long_real(PST(0),info,code); |
code | 373 | kernel/math/emulate.c | put_long_real(PST(0),info,code); |
code | 377 | kernel/math/emulate.c | address = ea(info,code); |
code | 378 | kernel/math/emulate.c | for (code = 0 ; code < 27 ; code++) { |
code | 379 | kernel/math/emulate.c | ((long *) & I387)[code] = |
code | 385 | kernel/math/emulate.c | address = ea(info,code); |
code | 387 | kernel/math/emulate.c | for (code = 0 ; code < 27 ; code++) { |
code | 388 | kernel/math/emulate.c | put_fs_long( ((long *) & I387)[code], |
code | 397 | kernel/math/emulate.c | address = ea(info,code); |
code | 402 | kernel/math/emulate.c | put_short_int(PST(0),info,code); |
code | 405 | kernel/math/emulate.c | put_short_int(PST(0),info,code); |
code | 410 | kernel/math/emulate.c | get_BCD(&tmp,info,code); |
code | 415 | kernel/math/emulate.c | get_longlong_int(&tmp,info,code); |
code | 419 | kernel/math/emulate.c | put_BCD(PST(0),info,code); |
code | 423 | kernel/math/emulate.c | put_longlong_int(PST(0),info,code); |
code | 427 | kernel/math/emulate.c | switch (code >> 9) { |
code | 429 | kernel/math/emulate.c | get_short_real(&tmp,info,code); |
code | 432 | kernel/math/emulate.c | get_long_int(&tmp,info,code); |
code | 435 | kernel/math/emulate.c | get_long_real(&tmp,info,code); |
code | 438 | kernel/math/emulate.c | get_short_int(&tmp,info,code); |
code | 440 | kernel/math/emulate.c | switch ((code>>3) & 0x27) { |
code | 475 | kernel/math/emulate.c | if ((code & 0x138) == 0x100) { |
code | 480 | kernel/math/emulate.c | printk("Unknown math-insns: %04x:%08x %04x\n\r",CS,EIP,code); |
code | 18 | kernel/math/get_put.c | struct info * info, unsigned short code) |
code | 23 | kernel/math/get_put.c | addr = ea(info,code); |
code | 29 | kernel/math/get_put.c | struct info * info, unsigned short code) |
code | 34 | kernel/math/get_put.c | addr = ea(info,code); |
code | 41 | kernel/math/get_put.c | struct info * info, unsigned short code) |
code | 45 | kernel/math/get_put.c | addr = ea(info,code); |
code | 52 | kernel/math/get_put.c | struct info * info, unsigned short code) |
code | 57 | kernel/math/get_put.c | addr = ea(info,code); |
code | 66 | kernel/math/get_put.c | struct info * info, unsigned short code) |
code | 71 | kernel/math/get_put.c | addr = ea(info,code); |
code | 80 | kernel/math/get_put.c | struct info * info, unsigned short code) |
code | 85 | kernel/math/get_put.c | addr = ea(info,code); |
code | 109 | kernel/math/get_put.c | void get_BCD(temp_real * tmp, struct info * info, unsigned short code) |
code | 116 | kernel/math/get_put.c | addr = ea(info,code); |
code | 131 | kernel/math/get_put.c | struct info * info, unsigned short code) |
code | 136 | kernel/math/get_put.c | addr = ea(info,code); |
code | 143 | kernel/math/get_put.c | struct info * info, unsigned short code) |
code | 148 | kernel/math/get_put.c | addr = ea(info,code); |
code | 156 | kernel/math/get_put.c | struct info * info, unsigned short code) |
code | 160 | kernel/math/get_put.c | addr = ea(info,code); |
code | 168 | kernel/math/get_put.c | struct info * info, unsigned short code) |
code | 173 | kernel/math/get_put.c | addr = ea(info,code); |
code | 182 | kernel/math/get_put.c | struct info * info, unsigned short code) |
code | 187 | kernel/math/get_put.c | addr = ea(info,code); |
code | 196 | kernel/math/get_put.c | struct info * info, unsigned short code) |
code | 201 | kernel/math/get_put.c | addr = ea(info,code); |
code | 218 | kernel/math/get_put.c | void put_BCD(const temp_real * tmp,struct info * info, unsigned short code) |
code | 225 | kernel/math/get_put.c | addr = ea(info,code); |