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 | 193 | drivers/block/sonycd535.c | static int do_sony_cmd(Byte * cmd, int nCmd, Byte status[2], |
Byte | 194 | drivers/block/sonycd535.c | Byte * response, int n_response, int ignoreStatusBit7); |
Byte | 235 | drivers/block/sonycd535.c | static Byte *sony_buffer; /* Points to the read-ahead buffer */ |
Byte | 237 | drivers/block/sonycd535.c | static Byte **sony_buffer; /* Points to the pointers |
Byte | 258 | drivers/block/sonycd535.c | static Byte cur_pos_msf[3] = {0, 0, 0}; |
Byte | 259 | drivers/block/sonycd535.c | static Byte final_pos_msf[3] = {0, 0, 0}; |
Byte | 373 | drivers/block/sonycd535.c | read_result_reg(Byte *data_ptr) |
Byte | 403 | drivers/block/sonycd535.c | read_exec_status(Byte status[2]) |
Byte | 429 | drivers/block/sonycd535.c | Byte status, e_status[2]; |
Byte | 431 | drivers/block/sonycd535.c | Byte cmd; |
Byte | 532 | drivers/block/sonycd535.c | do_sony_cmd(Byte * cmd, int n_cmd, Byte status[2], |
Byte | 533 | drivers/block/sonycd535.c | Byte * response, int n_response, int ignore_status_bit7) |
Byte | 574 | drivers/block/sonycd535.c | set_drive_mode(int mode, Byte status[2]) |
Byte | 576 | drivers/block/sonycd535.c | Byte cmd_buff[2]; |
Byte | 577 | drivers/block/sonycd535.c | Byte ret_buff[1]; |
Byte | 598 | drivers/block/sonycd535.c | seek_and_read_N_blocks(Byte params[], int n_blocks, Byte status[2], |
Byte | 599 | drivers/block/sonycd535.c | Byte * data_buff, int buf_size) |
Byte | 601 | drivers/block/sonycd535.c | seek_and_read_N_blocks(Byte params[], int n_blocks, Byte status[2], |
Byte | 602 | drivers/block/sonycd535.c | Byte **buff, int buf_size) |
Byte | 606 | drivers/block/sonycd535.c | Byte cmd_buff[7]; |
Byte | 611 | drivers/block/sonycd535.c | Byte *start_pos = data_buff; |
Byte | 613 | drivers/block/sonycd535.c | Byte *data_buff; |
Byte | 671 | drivers/block/sonycd535.c | request_toc_data(Byte status[2], struct s535_sony_toc *toc) |
Byte | 676 | drivers/block/sonycd535.c | Byte cmd_no = 0xb2; |
Byte | 677 | drivers/block/sonycd535.c | Byte track_address_buffer[5]; |
Byte | 680 | drivers/block/sonycd535.c | if ((to_status = do_sony_cmd(&cmd_no, 1, status, (Byte *) toc, 15, 1)) != 0) |
Byte | 709 | drivers/block/sonycd535.c | spin_up_drive(Byte status[2]) |
Byte | 711 | drivers/block/sonycd535.c | Byte cmd; |
Byte | 752 | drivers/block/sonycd535.c | log_to_msf(unsigned int log, Byte *msf) |
Byte | 766 | drivers/block/sonycd535.c | msf_to_log(Byte *msf) |
Byte | 785 | drivers/block/sonycd535.c | size_to_buf(unsigned int size, Byte *buf) |
Byte | 810 | drivers/block/sonycd535.c | Byte params[10]; |
Byte | 811 | drivers/block/sonycd535.c | Byte status[2]; |
Byte | 812 | drivers/block/sonycd535.c | Byte cmd[2]; |
Byte | 944 | drivers/block/sonycd535.c | Byte status[2]; |
Byte | 983 | drivers/block/sonycd535.c | Byte cmd = SONY535_REQUEST_SUB_Q_DATA; |
Byte | 984 | drivers/block/sonycd535.c | Byte status[2]; |
Byte | 990 | drivers/block/sonycd535.c | if ((dsc_status = do_sony_cmd(&cmd, 1, status, (Byte *) last_sony_subcode, |
Byte | 1080 | drivers/block/sonycd535.c | Byte status[2]; |
Byte | 1081 | drivers/block/sonycd535.c | Byte cmd_buff[10], params[10]; |
Byte | 1225 | drivers/block/sonycd535.c | Byte *msf_val = NULL; |
Byte | 1384 | drivers/block/sonycd535.c | Byte status[2], cmd_buff[2]; |
Byte | 1432 | drivers/block/sonycd535.c | Byte status[2], cmd_no; |
Byte | 1486 | drivers/block/sonycd535.c | Byte cmd_buff[3]; |
Byte | 1487 | drivers/block/sonycd535.c | Byte ret_buff[2]; |
Byte | 1488 | drivers/block/sonycd535.c | Byte status[2]; |
Byte | 1545 | drivers/block/sonycd535.c | (Byte *)&drive_config, 28, 1) == 0) { |
Byte | 1611 | drivers/block/sonycd535.c | sony_buffer = (Byte *)mem_start; |
Byte | 1619 | drivers/block/sonycd535.c | sony_buffer = (Byte **) |
Byte | 1622 | 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; |