Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | file_control_block |
struct | urdev |
struct | urfile |
Macros | |
#define | DEV_CLASS_UR_I 0x20 /* diag210 unit record input device class */ |
#define | DEV_CLASS_UR_O 0x10 /* diag210 unit record output device class */ |
#define | READER_PUNCH_DEVTYPE 0x2540 |
#define | PRINTER_DEVTYPE 0x1403 |
#define | FLG_SYSTEM_HOLD 0x04 |
#define | FLG_CP_DUMP 0x10 |
#define | FLG_USER_HOLD 0x20 |
#define | FLG_IN_USE 0x80 |
#define | UR_MAJOR 0 /* get dynamic major */ |
#define | NUM_MINORS 65536 |
#define | MAX_RECS_PER_IO 511 |
#define | WRITE_CCW_CMD 0x01 |
#define | TRACE(x...) debug_sprintf_event(vmur_dbf, 1, x) |
#define | CCWDEV_CU_DI(cutype, di) CCW_DEVICE(cutype, 0x00), .driver_info = (di) |
#define | FILE_RECLEN_OFFSET 4064 /* reclen offset in spool data block */ |
Functions | |
struct file_control_block | __attribute__ ((packed)) |
Variables | |
char | reserved_1 [8] |
char | user_owner [8] |
char | user_orig [8] |
__s32 | data_recs |
__s16 | rec_len |
__s16 | file_num |
__u8 | file_stat |
__u8 | dev_type |
char | reserved_2 [6] |
char | file_name [12] |
char | file_type [12] |
char | create_date [8] |
char | create_time [8] |
char | reserved_3 [6] |
__u8 | file_class |
__u8 | sfb_lok |
__u64 | distr_code |
__u32 | reserved_4 |
__u8 | current_starting_copy_number |
__u8 | sfblock_cntrl_flags |
__u8 | reserved_5 |
__u8 | more_status_flags |
char | rest [200] |
struct urdev | __attribute__ |
#define CCWDEV_CU_DI | ( | cutype, | |
di | |||
) | CCW_DEVICE(cutype, 0x00), .driver_info = (di) |
#define DEV_CLASS_UR_I 0x20 /* diag210 unit record input device class */ |
#define DEV_CLASS_UR_O 0x10 /* diag210 unit record output device class */ |
#define TRACE | ( | x... | ) | debug_sprintf_event(vmur_dbf, 1, x) |
|
read |
Definition at line 171 of file esd_usb2.c.