Searched defs:sccb (Results 1 – 10 of 10) sorted by relevance
62 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() local111 struct init_sccb *sccb = &early_event_mask_sccb; in sclp_event_mask_early() local124 struct read_info_sccb *sccb; in sclp_facilities_detect() local144 struct init_sccb *sccb = &early_event_mask_sccb; in sclp_has_linemode() local155 struct init_sccb *sccb = &early_event_mask_sccb; in sclp_has_vt220() local180 struct read_info_sccb *sccb; in sclp_get_ipl_info() local198 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 …]
50 struct write_sccb *sccb; in sclp_make_buffer() local99 struct write_sccb *sccb; in sclp_initialize_mto() local137 struct write_sccb *sccb; in sclp_finalize_mto() local381 struct write_sccb *sccb; in sclp_writedata_callback() local448 struct write_sccb *sccb; in sclp_emit_buffer() local
118 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() local362 struct sccb_header *sccb; in __sclp_make_read_req() local380 __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() local687 struct init_sccb *sccb = (struct init_sccb *) sclp_init_sccb; in sclp_init_mask() local852 struct init_sccb *sccb; in sclp_check_interface() local
154 struct sclp_vt220_sccb *sccb; in sclp_vt220_callback() local226 struct sclp_vt220_sccb *sccb; in sclp_vt220_emit_current() local267 struct sclp_vt220_sccb *sccb; in sclp_vt220_initialize_page() local289 struct sclp_vt220_sccb *sccb; in sclp_vt220_space_left() local298 struct sclp_vt220_sccb *sccb; in sclp_vt220_chars_stored() local311 struct sclp_vt220_sccb *sccb; in sclp_vt220_add_msg() local
26 static struct sclp_async_sccb *sccb; variable
71 struct write_sccb *sccb; member
65 static struct sdias_sccb sccb __attribute__((aligned(4096))); variable
81 struct cpi_sccb *sccb; in cpi_prepare_req() local
129 void *sccb; /* pointer to the sccb to execute */ member
74 struct sccb { struct75 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 …]