tag | line | file | source code |
Byte | 128 | arch/i386/math-emu/fpu_entry.c | static int valid_prefix(unsigned char *Byte, unsigned char **fpu_eip, |
Byte | 598 | arch/i386/math-emu/fpu_entry.c | static int valid_prefix(unsigned char *Byte, unsigned char **fpu_eip, |
Byte | 658 | arch/i386/math-emu/fpu_entry.c | *Byte = byte; |
Byte | 663 | arch/i386/math-emu/fpu_entry.c | *Byte = byte; |
Byte | 671 | arch/i386/math-emu/fpu_entry.c | *Byte = byte; /* Needed for error message. */ |
Byte | 206 | drivers/block/sonycd535.c | static int do_sony_cmd(Byte * cmd, int nCmd, Byte status[2], |
Byte | 207 | drivers/block/sonycd535.c | Byte * response, int n_response, int ignoreStatusBit7); |
Byte | 248 | drivers/block/sonycd535.c | static Byte *sony_buffer; /* Points to the read-ahead buffer */ |
Byte | 250 | drivers/block/sonycd535.c | static Byte **sony_buffer; /* Points to the pointers |
Byte | 271 | drivers/block/sonycd535.c | static Byte cur_pos_msf[3] = {0, 0, 0}; |
Byte | 272 | drivers/block/sonycd535.c | static Byte final_pos_msf[3] = {0, 0, 0}; |
Byte | 386 | drivers/block/sonycd535.c | read_result_reg(Byte *data_ptr) |
Byte | 416 | drivers/block/sonycd535.c | read_exec_status(Byte status[2]) |
Byte | 442 | drivers/block/sonycd535.c | Byte status, e_status[2]; |
Byte | 444 | drivers/block/sonycd535.c | Byte cmd; |
Byte | 545 | drivers/block/sonycd535.c | do_sony_cmd(Byte * cmd, int n_cmd, Byte status[2], |
Byte | 546 | drivers/block/sonycd535.c | Byte * response, int n_response, int ignore_status_bit7) |
Byte | 587 | drivers/block/sonycd535.c | set_drive_mode(int mode, Byte status[2]) |
Byte | 589 | drivers/block/sonycd535.c | Byte cmd_buff[2]; |
Byte | 590 | drivers/block/sonycd535.c | Byte ret_buff[1]; |
Byte | 611 | drivers/block/sonycd535.c | seek_and_read_N_blocks(Byte params[], int n_blocks, Byte status[2], |
Byte | 612 | drivers/block/sonycd535.c | Byte * data_buff, int buf_size) |
Byte | 614 | drivers/block/sonycd535.c | seek_and_read_N_blocks(Byte params[], int n_blocks, Byte status[2], |
Byte | 615 | drivers/block/sonycd535.c | Byte **buff, int buf_size) |
Byte | 619 | drivers/block/sonycd535.c | Byte cmd_buff[7]; |
Byte | 624 | drivers/block/sonycd535.c | Byte *start_pos = data_buff; |
Byte | 626 | drivers/block/sonycd535.c | Byte *data_buff; |
Byte | 684 | drivers/block/sonycd535.c | request_toc_data(Byte status[2], struct s535_sony_toc *toc) |
Byte | 689 | drivers/block/sonycd535.c | Byte cmd_no = 0xb2; |
Byte | 690 | drivers/block/sonycd535.c | Byte track_address_buffer[5]; |
Byte | 693 | drivers/block/sonycd535.c | if ((to_status = do_sony_cmd(&cmd_no, 1, status, (Byte *) toc, 15, 1)) != 0) |
Byte | 722 | drivers/block/sonycd535.c | spin_up_drive(Byte status[2]) |
Byte | 724 | drivers/block/sonycd535.c | Byte cmd; |
Byte | 765 | drivers/block/sonycd535.c | log_to_msf(unsigned int log, Byte *msf) |
Byte | 779 | drivers/block/sonycd535.c | msf_to_log(Byte *msf) |
Byte | 798 | drivers/block/sonycd535.c | size_to_buf(unsigned int size, Byte *buf) |
Byte | 823 | drivers/block/sonycd535.c | Byte params[10]; |
Byte | 824 | drivers/block/sonycd535.c | Byte status[2]; |
Byte | 825 | drivers/block/sonycd535.c | Byte cmd[2]; |
Byte | 976 | drivers/block/sonycd535.c | Byte status[2]; |
Byte | 1015 | drivers/block/sonycd535.c | Byte cmd = SONY535_REQUEST_SUB_Q_DATA; |
Byte | 1016 | drivers/block/sonycd535.c | Byte status[2]; |
Byte | 1022 | drivers/block/sonycd535.c | if ((dsc_status = do_sony_cmd(&cmd, 1, status, (Byte *) last_sony_subcode, |
Byte | 1114 | drivers/block/sonycd535.c | Byte status[2]; |
Byte | 1115 | drivers/block/sonycd535.c | Byte cmd_buff[10], params[10]; |
Byte | 1264 | drivers/block/sonycd535.c | Byte *msf_val = NULL; |
Byte | 1429 | drivers/block/sonycd535.c | Byte status[2], cmd_buff[2]; |
Byte | 1477 | drivers/block/sonycd535.c | Byte status[2], cmd_no; |
Byte | 1531 | drivers/block/sonycd535.c | Byte cmd_buff[3]; |
Byte | 1532 | drivers/block/sonycd535.c | Byte ret_buff[2]; |
Byte | 1533 | drivers/block/sonycd535.c | Byte status[2]; |
Byte | 1590 | drivers/block/sonycd535.c | (Byte *)&drive_config, 28, 1) == 0) { |
Byte | 1656 | drivers/block/sonycd535.c | sony_buffer = (Byte *)mem_start; |
Byte | 1664 | drivers/block/sonycd535.c | sony_buffer = (Byte **) |
Byte | 1667 | drivers/block/sonycd535.c | sony_buffer[i] = (Byte *)kmalloc(2048, GFP_KERNEL); |
Byte | 146 | include/linux/sonycd535.h | Byte mFirstTrack, sFirstTrack, fFirstTrack; |
Byte | 147 | include/linux/sonycd535.h | Byte mLeadOut, sLeadOut, fLeadOut; |