|
Linux Kernel
3.7.1
|
#include <linux/list.h>Go to the source code of this file.
Data Structures | |
| struct | mto |
| struct | go |
| struct | mdb_header |
| struct | mdb |
| struct | msg_buf |
| struct | write_sccb |
| struct | sclp_buffer |
Macros | |
| #define | NR_EMPTY_MTO_PER_SCCB |
Functions | |
| struct mto | __attribute__ ((packed)) |
| int | sclp_rw_init (void) |
| struct sclp_buffer * | sclp_make_buffer (void *, unsigned short, unsigned short) |
| void * | sclp_unmake_buffer (struct sclp_buffer *) |
| int | sclp_buffer_space (struct sclp_buffer *) |
| int | sclp_write (struct sclp_buffer *buffer, const unsigned char *, int) |
| int | sclp_emit_buffer (struct sclp_buffer *, void(*)(struct sclp_buffer *, int)) |
| void | sclp_set_columns (struct sclp_buffer *, unsigned short) |
| void | sclp_set_htab (struct sclp_buffer *, unsigned short) |
| int | sclp_chars_in_buffer (struct sclp_buffer *) |
Variables | |
| u16 | length |
| u16 | type |
| u16 | line_type_flags |
| u8 | alarm_control |
| u8 | _reserved [3] |
| u32 | domid |
| u8 | hhmmss_time [8] |
| u8 | th_time [3] |
| u8 | reserved_0 |
| u8 | dddyyyy_date [7] |
| u8 | _reserved_1 |
| u16 | general_msg_flags |
| u8 | _reserved_2 [10] |
| u8 | originating_system_name [8] |
| u8 | job_guest_name [8] |
| u32 | tag |
| u32 | revision_code |
| struct mdb_header | header |
| struct go | go |
| struct mdb | mdb |
| struct msg_buf | msg_buf |
| struct sclp_buffer | __attribute__ |
| #define NR_EMPTY_MTO_PER_SCCB |
|
read |
Definition at line 171 of file esd_usb2.c.
| int sclp_buffer_space | ( | struct sclp_buffer * | ) |
| int sclp_chars_in_buffer | ( | struct sclp_buffer * | ) |
| int sclp_emit_buffer | ( | struct sclp_buffer * | , |
| void(*)(struct sclp_buffer *, int) | |||
| ) |
|
read |
| void sclp_set_columns | ( | struct sclp_buffer * | , |
| unsigned | short | ||
| ) |
| void sclp_set_htab | ( | struct sclp_buffer * | , |
| unsigned | short | ||
| ) |
| void* sclp_unmake_buffer | ( | struct sclp_buffer * | ) |
1.8.2