Home
last modified time | relevance | path

Searched refs:sccb (Results 1 – 25 of 163) sorted by relevance

1234567

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/s390/char/
H A Dsclp_early.c33 if (!sccb) in sclp_early_facilities_detect()
55 sclp.rnmax = sccb->rnmax ? sccb->rnmax : sccb->rnmax2; in sclp_early_facilities_detect()
56 sclp.rzm = sccb->rnsize ? sccb->rnsize : sccb->rnsize2; in sclp_early_facilities_detect()
60 if (sccb->hamaxpow && sccb->hamaxpow < 64) in sclp_early_facilities_detect()
65 if (!sccb->hcpua) { in sclp_early_facilities_detect()
75 cpue = (void *)sccb + sccb->cpuoff; in sclp_early_facilities_detect()
95 if (sccb->hsa_size) in sclp_early_facilities_detect()
97 sclp.mtid = (sccb->fac42 & 0x80) ? (sccb->fac42 & 31) : 0; in sclp_early_facilities_detect()
98 sclp.mtid_cp = (sccb->fac42 & 0x80) ? (sccb->fac43 & 31) : 0; in sclp_early_facilities_detect()
99 sclp.mtid_prev = (sccb->fac42 & 0x80) ? (sccb->fac66 & 31) : 0; in sclp_early_facilities_detect()
[all …]
H A Dsclp_early_core.c89 struct write_sccb *sccb; in sclp_early_print_lm() local
97 memset(sccb, 0, sizeof(*sccb)); in sclp_early_print_lm()
116 msg = &sccb->msg; in sclp_early_print_lm()
146 memset(sccb, 0, sizeof(*sccb)); in sclp_early_print_vt220()
148 sccb->header.length = sizeof(*sccb) + len; in sclp_early_print_vt220()
149 sccb->msg.header.length = sizeof(sccb->msg) + len; in sclp_early_print_vt220()
159 memset(sccb, 0, sizeof(*sccb)); in sclp_early_set_event_mask()
160 sccb->header.length = sizeof(*sccb); in sclp_early_set_event_mask()
197 struct init_sccb *sccb; in sclp_early_setup() local
280 rnmax = sccb->rnmax ? sccb->rnmax : sccb->rnmax2; in sclp_early_get_memsize()
[all …]
H A Dsclp_sdias.c114 memset(sccb, 0, sizeof(*sccb)); in sclp_sdias_blk_count()
117 sccb->hdr.length = sizeof(*sccb); in sclp_sdias_blk_count()
122 sccb->evbuf.event_id = 4712; in sclp_sdias_blk_count()
123 sccb->evbuf.dbs = 1; in sclp_sdias_blk_count()
125 request.sccb = sccb; in sclp_sdias_blk_count()
174 memset(sccb, 0, sizeof(*sccb)); in sclp_sdias_copy()
177 sccb->hdr.length = sizeof(*sccb); in sclp_sdias_copy()
180 sccb->evbuf.hdr.flags = 0; in sclp_sdias_copy()
189 sccb->evbuf.lbn = 0; in sclp_sdias_copy()
190 sccb->evbuf.dbs = 1; in sclp_sdias_copy()
[all …]
H A Dsclp_cmd.c58 request->sccb = sccb; in sclp_sync_request_timeout()
98 if (!sccb) in _sclp_get_core_info()
133 sccb = kzalloc(sizeof(*sccb), GFP_KERNEL | GFP_DMA); in do_core_configure()
134 if (!sccb) in do_core_configure()
136 sccb->header.length = sizeof(*sccb); in do_core_configure()
151 kfree(sccb); in do_core_configure()
202 if (!sccb) in do_assign_storage()
257 if (!sccb) in sclp_attach_storage()
490 if (!sccb) in sclp_detect_standby_memory()
578 sccb->header.length = sizeof(*sccb); in do_chp_configure()
[all …]
H A Dsclp_pci.c60 struct pci_cfg_sccb *sccb; in do_pci_configure() local
67 if (!sccb) in do_pci_configure()
71 sccb->atype = SCLP_ATYPE_PCI; in do_pci_configure()
72 sccb->aid = fid; in do_pci_configure()
133 struct err_notify_sccb *sccb; in sclp_pci_report() local
152 if (!sccb) { in sclp_pci_report()
162 req.sccb = sccb; in sclp_pci_report()
164 sccb->evbuf.header.length = sizeof(sccb->evbuf) + report->length; in sclp_pci_report()
166 sccb->header.length = sizeof(sccb->header) + sccb->evbuf.header.length; in sclp_pci_report()
170 sccb->evbuf.fh = fh; in sclp_pci_report()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/s390/char/
H A Dsclp_early.c33 if (!sccb) in sclp_early_facilities_detect()
55 sclp.rnmax = sccb->rnmax ? sccb->rnmax : sccb->rnmax2; in sclp_early_facilities_detect()
56 sclp.rzm = sccb->rnsize ? sccb->rnsize : sccb->rnsize2; in sclp_early_facilities_detect()
60 if (sccb->hamaxpow && sccb->hamaxpow < 64) in sclp_early_facilities_detect()
65 if (!sccb->hcpua) { in sclp_early_facilities_detect()
75 cpue = (void *)sccb + sccb->cpuoff; in sclp_early_facilities_detect()
95 if (sccb->hsa_size) in sclp_early_facilities_detect()
97 sclp.mtid = (sccb->fac42 & 0x80) ? (sccb->fac42 & 31) : 0; in sclp_early_facilities_detect()
98 sclp.mtid_cp = (sccb->fac42 & 0x80) ? (sccb->fac43 & 31) : 0; in sclp_early_facilities_detect()
99 sclp.mtid_prev = (sccb->fac42 & 0x80) ? (sccb->fac66 & 31) : 0; in sclp_early_facilities_detect()
[all …]
H A Dsclp_early_core.c89 struct write_sccb *sccb; in sclp_early_print_lm() local
97 memset(sccb, 0, sizeof(*sccb)); in sclp_early_print_lm()
116 msg = &sccb->msg; in sclp_early_print_lm()
146 memset(sccb, 0, sizeof(*sccb)); in sclp_early_print_vt220()
148 sccb->header.length = sizeof(*sccb) + len; in sclp_early_print_vt220()
149 sccb->msg.header.length = sizeof(sccb->msg) + len; in sclp_early_print_vt220()
159 memset(sccb, 0, sizeof(*sccb)); in sclp_early_set_event_mask()
160 sccb->header.length = sizeof(*sccb); in sclp_early_set_event_mask()
197 struct init_sccb *sccb; in sclp_early_setup() local
280 rnmax = sccb->rnmax ? sccb->rnmax : sccb->rnmax2; in sclp_early_get_memsize()
[all …]
H A Dsclp_sdias.c114 memset(sccb, 0, sizeof(*sccb)); in sclp_sdias_blk_count()
117 sccb->hdr.length = sizeof(*sccb); in sclp_sdias_blk_count()
122 sccb->evbuf.event_id = 4712; in sclp_sdias_blk_count()
123 sccb->evbuf.dbs = 1; in sclp_sdias_blk_count()
125 request.sccb = sccb; in sclp_sdias_blk_count()
174 memset(sccb, 0, sizeof(*sccb)); in sclp_sdias_copy()
177 sccb->hdr.length = sizeof(*sccb); in sclp_sdias_copy()
180 sccb->evbuf.hdr.flags = 0; in sclp_sdias_copy()
189 sccb->evbuf.lbn = 0; in sclp_sdias_copy()
190 sccb->evbuf.dbs = 1; in sclp_sdias_copy()
[all …]
H A Dsclp_cmd.c58 request->sccb = sccb; in sclp_sync_request_timeout()
98 if (!sccb) in _sclp_get_core_info()
133 sccb = kzalloc(sizeof(*sccb), GFP_KERNEL | GFP_DMA); in do_core_configure()
134 if (!sccb) in do_core_configure()
136 sccb->header.length = sizeof(*sccb); in do_core_configure()
151 kfree(sccb); in do_core_configure()
202 if (!sccb) in do_assign_storage()
257 if (!sccb) in sclp_attach_storage()
490 if (!sccb) in sclp_detect_standby_memory()
578 sccb->header.length = sizeof(*sccb); in do_chp_configure()
[all …]
H A Dsclp_pci.c60 struct pci_cfg_sccb *sccb; in do_pci_configure() local
67 if (!sccb) in do_pci_configure()
71 sccb->atype = SCLP_ATYPE_PCI; in do_pci_configure()
72 sccb->aid = fid; in do_pci_configure()
133 struct err_notify_sccb *sccb; in sclp_pci_report() local
152 if (!sccb) { in sclp_pci_report()
162 req.sccb = sccb; in sclp_pci_report()
164 sccb->evbuf.header.length = sizeof(sccb->evbuf) + report->length; in sclp_pci_report()
166 sccb->header.length = sizeof(sccb->header) + sccb->evbuf.header.length; in sclp_pci_report()
170 sccb->evbuf.fh = fh; in sclp_pci_report()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/s390/char/
H A Dsclp_early.c33 if (!sccb) in sclp_early_facilities_detect()
55 sclp.rnmax = sccb->rnmax ? sccb->rnmax : sccb->rnmax2; in sclp_early_facilities_detect()
56 sclp.rzm = sccb->rnsize ? sccb->rnsize : sccb->rnsize2; in sclp_early_facilities_detect()
60 if (sccb->hamaxpow && sccb->hamaxpow < 64) in sclp_early_facilities_detect()
65 if (!sccb->hcpua) { in sclp_early_facilities_detect()
75 cpue = (void *)sccb + sccb->cpuoff; in sclp_early_facilities_detect()
95 if (sccb->hsa_size) in sclp_early_facilities_detect()
97 sclp.mtid = (sccb->fac42 & 0x80) ? (sccb->fac42 & 31) : 0; in sclp_early_facilities_detect()
98 sclp.mtid_cp = (sccb->fac42 & 0x80) ? (sccb->fac43 & 31) : 0; in sclp_early_facilities_detect()
99 sclp.mtid_prev = (sccb->fac42 & 0x80) ? (sccb->fac66 & 31) : 0; in sclp_early_facilities_detect()
[all …]
H A Dsclp_early_core.c89 struct write_sccb *sccb; in sclp_early_print_lm() local
97 memset(sccb, 0, sizeof(*sccb)); in sclp_early_print_lm()
116 msg = &sccb->msg; in sclp_early_print_lm()
146 memset(sccb, 0, sizeof(*sccb)); in sclp_early_print_vt220()
148 sccb->header.length = sizeof(*sccb) + len; in sclp_early_print_vt220()
149 sccb->msg.header.length = sizeof(sccb->msg) + len; in sclp_early_print_vt220()
159 memset(sccb, 0, sizeof(*sccb)); in sclp_early_set_event_mask()
160 sccb->header.length = sizeof(*sccb); in sclp_early_set_event_mask()
197 struct init_sccb *sccb; in sclp_early_setup() local
280 rnmax = sccb->rnmax ? sccb->rnmax : sccb->rnmax2; in sclp_early_get_memsize()
[all …]
H A Dsclp_sdias.c114 memset(sccb, 0, sizeof(*sccb)); in sclp_sdias_blk_count()
117 sccb->hdr.length = sizeof(*sccb); in sclp_sdias_blk_count()
122 sccb->evbuf.event_id = 4712; in sclp_sdias_blk_count()
123 sccb->evbuf.dbs = 1; in sclp_sdias_blk_count()
125 request.sccb = sccb; in sclp_sdias_blk_count()
174 memset(sccb, 0, sizeof(*sccb)); in sclp_sdias_copy()
177 sccb->hdr.length = sizeof(*sccb); in sclp_sdias_copy()
180 sccb->evbuf.hdr.flags = 0; in sclp_sdias_copy()
189 sccb->evbuf.lbn = 0; in sclp_sdias_copy()
190 sccb->evbuf.dbs = 1; in sclp_sdias_copy()
[all …]
H A Dsclp_cmd.c58 request->sccb = sccb; in sclp_sync_request_timeout()
98 if (!sccb) in _sclp_get_core_info()
133 sccb = kzalloc(sizeof(*sccb), GFP_KERNEL | GFP_DMA); in do_core_configure()
134 if (!sccb) in do_core_configure()
136 sccb->header.length = sizeof(*sccb); in do_core_configure()
151 kfree(sccb); in do_core_configure()
202 if (!sccb) in do_assign_storage()
257 if (!sccb) in sclp_attach_storage()
490 if (!sccb) in sclp_detect_standby_memory()
578 sccb->header.length = sizeof(*sccb); in do_chp_configure()
[all …]
H A Dsclp_pci.c60 struct pci_cfg_sccb *sccb; in do_pci_configure() local
67 if (!sccb) in do_pci_configure()
71 sccb->atype = SCLP_ATYPE_PCI; in do_pci_configure()
72 sccb->aid = fid; in do_pci_configure()
133 struct err_notify_sccb *sccb; in sclp_pci_report() local
152 if (!sccb) { in sclp_pci_report()
162 req.sccb = sccb; in sclp_pci_report()
164 sccb->evbuf.header.length = sizeof(sccb->evbuf) + report->length; in sclp_pci_report()
166 sccb->header.length = sizeof(sccb->header) + sccb->evbuf.header.length; in sclp_pci_report()
170 sccb->evbuf.fh = fh; in sclp_pci_report()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/pc-bios/s390-ccw/
H A Dsclp.c51 WriteEventMask *sccb = (void *)_sccb; in sclp_set_write_mask() local
55 sccb->cp_receive_mask = receive_mask; in sclp_set_write_mask()
56 sccb->cp_send_mask = send_mask; in sclp_set_write_mask()
68 WriteEventData *sccb = (void *)_sccb; in write() local
89 sccb->data[data_len++] = *p; in write()
97 sccb->ebh.flags = 0; in write()
112 ReadInfo *sccb = (void *)_sccb; in sclp_get_loadparm_ascii() local
115 sccb->h.length = SCCB_SIZE; in sclp_get_loadparm_ascii()
123 ReadEventData *sccb = (void *)_sccb; in sclp_read() local
131 sccb->h.length = SCCB_SIZE; in sclp_read()
[all …]
/dports/emulators/qemu/qemu-6.2.0/pc-bios/s390-ccw/
H A Dsclp.c51 WriteEventMask *sccb = (void *)_sccb; in sclp_set_write_mask() local
55 sccb->cp_receive_mask = receive_mask; in sclp_set_write_mask()
56 sccb->cp_send_mask = send_mask; in sclp_set_write_mask()
68 WriteEventData *sccb = (void *)_sccb; in write() local
89 sccb->data[data_len++] = *p; in write()
97 sccb->ebh.flags = 0; in write()
112 ReadInfo *sccb = (void *)_sccb; in sclp_get_loadparm_ascii() local
115 sccb->h.length = SCCB_SIZE; in sclp_get_loadparm_ascii()
123 ReadEventData *sccb = (void *)_sccb; in sclp_read() local
131 sccb->h.length = SCCB_SIZE; in sclp_read()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/pc-bios/s390-ccw/
H A Dsclp.c51 WriteEventMask *sccb = (void *)_sccb; in sclp_set_write_mask() local
55 sccb->cp_receive_mask = receive_mask; in sclp_set_write_mask()
56 sccb->cp_send_mask = send_mask; in sclp_set_write_mask()
68 WriteEventData *sccb = (void *)_sccb; in write() local
89 sccb->data[data_len++] = *p; in write()
97 sccb->ebh.flags = 0; in write()
112 ReadInfo *sccb = (void *)_sccb; in sclp_get_loadparm_ascii() local
115 sccb->h.length = SCCB_SIZE; in sclp_get_loadparm_ascii()
123 ReadEventData *sccb = (void *)_sccb; in sclp_read() local
131 sccb->h.length = SCCB_SIZE; in sclp_read()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/pc-bios/s390-ccw/
H A Dsclp.c51 WriteEventMask *sccb = (void *)_sccb; in sclp_set_write_mask() local
55 sccb->cp_receive_mask = receive_mask; in sclp_set_write_mask()
56 sccb->cp_send_mask = send_mask; in sclp_set_write_mask()
68 WriteEventData *sccb = (void *)_sccb; in write() local
89 sccb->data[data_len++] = *p; in write()
97 sccb->ebh.flags = 0; in write()
112 ReadInfo *sccb = (void *)_sccb; in sclp_get_loadparm_ascii() local
115 sccb->h.length = SCCB_SIZE; in sclp_get_loadparm_ascii()
123 ReadEventData *sccb = (void *)_sccb; in sclp_read() local
131 sccb->h.length = SCCB_SIZE; in sclp_read()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/pc-bios/s390-ccw/
H A Dsclp.c51 WriteEventMask *sccb = (void *)_sccb; in sclp_set_write_mask() local
55 sccb->cp_receive_mask = receive_mask; in sclp_set_write_mask()
56 sccb->cp_send_mask = send_mask; in sclp_set_write_mask()
68 WriteEventData *sccb = (void *)_sccb; in write() local
89 sccb->data[data_len++] = *p; in write()
97 sccb->ebh.flags = 0; in write()
112 ReadInfo *sccb = (void *)_sccb; in sclp_get_loadparm_ascii() local
115 sccb->h.length = SCCB_SIZE; in sclp_get_loadparm_ascii()
123 ReadEventData *sccb = (void *)_sccb; in sclp_read() local
131 sccb->h.length = SCCB_SIZE; in sclp_read()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/pc-bios/s390-ccw/
H A Dsclp.c51 WriteEventMask *sccb = (void *)_sccb; in sclp_set_write_mask() local
55 sccb->cp_receive_mask = receive_mask; in sclp_set_write_mask()
56 sccb->cp_send_mask = send_mask; in sclp_set_write_mask()
68 WriteEventData *sccb = (void *)_sccb; in write() local
89 sccb->data[data_len++] = *p; in write()
97 sccb->ebh.flags = 0; in write()
112 ReadInfo *sccb = (void *)_sccb; in sclp_get_loadparm_ascii() local
115 sccb->h.length = sizeof(ReadInfo); in sclp_get_loadparm_ascii()
123 ReadEventData *sccb = (void *)_sccb; in sclp_read() local
131 sccb->h.length = SCCB_SIZE; in sclp_read()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/pc-bios/s390-ccw/
H A Dsclp.c51 WriteEventMask *sccb = (void *)_sccb; in sclp_set_write_mask() local
55 sccb->cp_receive_mask = receive_mask; in sclp_set_write_mask()
56 sccb->cp_send_mask = send_mask; in sclp_set_write_mask()
68 WriteEventData *sccb = (void *)_sccb; in write() local
89 sccb->data[data_len++] = *p; in write()
97 sccb->ebh.flags = 0; in write()
112 ReadInfo *sccb = (void *)_sccb; in sclp_get_loadparm_ascii() local
115 sccb->h.length = SCCB_SIZE; in sclp_get_loadparm_ascii()
123 ReadEventData *sccb = (void *)_sccb; in sclp_read() local
131 sccb->h.length = SCCB_SIZE; in sclp_read()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/pc-bios/s390-ccw/
H A Dsclp.c51 WriteEventMask *sccb = (void *)_sccb; in sclp_set_write_mask() local
55 sccb->cp_receive_mask = receive_mask; in sclp_set_write_mask()
56 sccb->cp_send_mask = send_mask; in sclp_set_write_mask()
68 WriteEventData *sccb = (void *)_sccb; in write() local
89 sccb->data[data_len++] = *p; in write()
97 sccb->ebh.flags = 0; in write()
112 ReadInfo *sccb = (void *)_sccb; in sclp_get_loadparm_ascii() local
115 sccb->h.length = SCCB_SIZE; in sclp_get_loadparm_ascii()
123 ReadEventData *sccb = (void *)_sccb; in sclp_read() local
131 sccb->h.length = SCCB_SIZE; in sclp_read()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/pc-bios/s390-ccw/
H A Dsclp.c51 WriteEventMask *sccb = (void *)_sccb; in sclp_set_write_mask() local
55 sccb->cp_receive_mask = receive_mask; in sclp_set_write_mask()
56 sccb->cp_send_mask = send_mask; in sclp_set_write_mask()
68 WriteEventData *sccb = (void *)_sccb; in write() local
89 sccb->data[data_len++] = *p; in write()
97 sccb->ebh.flags = 0; in write()
112 ReadInfo *sccb = (void *)_sccb; in sclp_get_loadparm_ascii() local
115 sccb->h.length = SCCB_SIZE; in sclp_get_loadparm_ascii()
123 ReadEventData *sccb = (void *)_sccb; in sclp_read() local
131 sccb->h.length = SCCB_SIZE; in sclp_read()
[all …]
/dports/emulators/hercules/hercules-3.13/
H A Dservice.c313 sccb->reas = SCCB_REAS_NONE; in sclp_opcmd_event()
314 sccb->resp = SCCB_RESP_COMPLETE; in sclp_opcmd_event()
318 void sclp_cpident(SCCB_HEADER *sccb) in sclp_cpident() argument
360 sccb->reas = SCCB_REAS_NONE; in sclp_cpident()
361 sccb->resp = SCCB_RESP_COMPLETE; in sclp_cpident()
457 sccb->reas = SCCB_REAS_NONE; in sclp_sigq_event()
720 sccb->reas = SCCB_REAS_NONE; in sclp_sysa_write()
732 UNREFERENCED(sccb); in sclp_sysa_poll()
1525 sclp_cpident(sccb); in DEF_INST()
1607 sclp_sysg_poll(sccb); in DEF_INST()
[all …]

1234567