Home
last modified time | relevance | path

Searched defs:sccb (Results 1 – 10 of 10) sorted by relevance

/drivers/s390/char/
Dsclp_cmd.c62 static int __init sclp_cmd_sync_early(sclp_cmdw_t cmd, void *sccb) in sclp_cmd_sync_early()
84 struct read_info_sccb *sccb; in sclp_read_info_early() local
111 struct init_sccb *sccb = &early_event_mask_sccb; in sclp_event_mask_early() local
124 struct read_info_sccb *sccb; in sclp_facilities_detect() local
144 struct init_sccb *sccb = &early_event_mask_sccb; in sclp_has_linemode() local
155 struct init_sccb *sccb = &early_event_mask_sccb; in sclp_has_vt220() local
180 struct read_info_sccb *sccb; in sclp_get_ipl_info() local
198 static int do_sync_request(sclp_cmdw_t cmd, void *sccb) in do_sync_request()
249 struct read_cpu_info_sccb *sccb) in sclp_fill_cpu_info()
265 struct read_cpu_info_sccb *sccb; in sclp_get_cpu_info() local
[all …]
Dsclp_rw.c50 struct write_sccb *sccb; in sclp_make_buffer() local
99 struct write_sccb *sccb; in sclp_initialize_mto() local
137 struct write_sccb *sccb; in sclp_finalize_mto() local
381 struct write_sccb *sccb; in sclp_writedata_callback() local
448 struct write_sccb *sccb; in sclp_emit_buffer() local
Dsclp.c118 sclp_service_call(sclp_cmdw_t command, void *sccb) in sclp_service_call()
306 sclp_dispatch_evbufs(struct sccb_header *sccb) in sclp_dispatch_evbufs()
348 struct sccb_header *sccb; in sclp_read_cb() local
362 struct sccb_header *sccb; in __sclp_make_read_req() local
380 __sclp_find_req(u32 sccb) in __sclp_find_req()
631 sclp_remove_processed(struct sccb_header *sccb) in sclp_remove_processed()
661 struct init_sccb *sccb; in __sclp_make_init_req() local
687 struct init_sccb *sccb = (struct init_sccb *) sclp_init_sccb; in sclp_init_mask() local
852 struct init_sccb *sccb; in sclp_check_interface() local
Dsclp_vt220.c154 struct sclp_vt220_sccb *sccb; in sclp_vt220_callback() local
226 struct sclp_vt220_sccb *sccb; in sclp_vt220_emit_current() local
267 struct sclp_vt220_sccb *sccb; in sclp_vt220_initialize_page() local
289 struct sclp_vt220_sccb *sccb; in sclp_vt220_space_left() local
298 struct sclp_vt220_sccb *sccb; in sclp_vt220_chars_stored() local
311 struct sclp_vt220_sccb *sccb; in sclp_vt220_add_msg() local
Dsclp_async.c26 static struct sclp_async_sccb *sccb; variable
Dsclp_rw.h71 struct write_sccb *sccb; member
Dsclp_sdias.c65 static struct sdias_sccb sccb __attribute__((aligned(4096))); variable
Dsclp_cpi_sys.c81 struct cpi_sccb *sccb; in cpi_prepare_req() local
Dsclp.h129 void *sccb; /* pointer to the sccb to execute */ member
/drivers/scsi/
DFlashPoint.c74 struct sccb { struct
75 unsigned char OperationCode;
76 unsigned char ControlByte;
77 unsigned char CdbLength;
78 unsigned char RequestSenseLength;
79 unsigned long DataLength;
80 unsigned long DataPointer;
81 unsigned char CcbRes[2];
82 unsigned char HostStatus;
83 unsigned char TargetStatus;
[all …]