Searched refs:ucp (Results 1 – 6 of 6) sorted by relevance
| /drivers/scsi/ |
| A D | scsi_common.c | 315 u8 *ucp, len; in scsi_set_sense_information() local 319 if (!ucp) { in scsi_set_sense_information() 328 ucp[0] = 0; in scsi_set_sense_information() 329 ucp[1] = 0xa; in scsi_set_sense_information() 331 ucp[3] = 0; in scsi_set_sense_information() 364 u8 *ucp, len; in scsi_set_sense_field_pointer() local 369 if (!ucp) { in scsi_set_sense_field_pointer() 378 ucp[0] = 2; in scsi_set_sense_field_pointer() 379 ucp[1] = 6; in scsi_set_sense_field_pointer() 382 ucp[4] |= 0x40; in scsi_set_sense_field_pointer() [all …]
|
| A D | wd33c93.c | 741 uchar asr, sr, phs, id, lun, *ucp, msg; in wd33c93_intr() local 861 ucp = hostdata->outgoing_msg + 1; in wd33c93_intr() 863 ucp[0], ucp[2], ucp[3], ucp[4]); in wd33c93_intr() 994 ucp = hostdata->incoming_msg; in wd33c93_intr() 997 printk("%02x", ucp[hostdata->incoming_ptr]); in wd33c93_intr() 1002 (hostdata->incoming_ptr == (ucp[1] + 1))) { in wd33c93_intr() 1033 if (ucp[4]) /* well, sync transfer */ in wd33c93_intr() 1034 id = calc_sync_xfer(ucp[3], ucp[4], in wd33c93_intr() 1037 else if (ucp[3]) /* very unlikely... */ in wd33c93_intr() 1038 id = calc_sync_xfer(ucp[3], ucp[4], in wd33c93_intr() [all …]
|
| A D | scsi_error.c | 2573 const u8 * ucp; in scsi_get_sense_info_fld() local 2587 ucp = scsi_sense_desc_find(sense_buffer, sb_len, in scsi_get_sense_info_fld() 2589 if (ucp && (0xa == ucp[1])) { in scsi_get_sense_info_fld() 2590 *info_out = get_unaligned_be64(&ucp[4]); in scsi_get_sense_info_fld()
|
| A D | st.c | 325 const u8 *ucp; in st_analyze_sense() local 349 ucp = scsi_sense_desc_find(sense, SCSI_SENSE_BUFFERSIZE, 4); in st_analyze_sense() 350 s->flags = ucp ? (ucp[3] & 0xe0) : 0; in st_analyze_sense()
|
| /drivers/s390/crypto/ |
| A D | pkey_api.c | 169 static int pkey_ioctl_clr2protk(struct pkey_clr2protk __user *ucp) in pkey_ioctl_clr2protk() argument 177 if (copy_from_user(&kcp, ucp, sizeof(kcp))) in pkey_ioctl_clr2protk() 209 if (!rc && copy_to_user(ucp, &kcp, sizeof(kcp))) in pkey_ioctl_clr2protk()
|
| /drivers/scsi/sym53c8xx_2/ |
| A D | sym_glue.c | 491 struct sym_ucmd *ucp = SYM_UCMD_PTR(cmd); in sym53c8xx_queue_command_lck() local 494 memset(ucp, 0, sizeof(*ucp)); in sym53c8xx_queue_command_lck()
|
Completed in 26 milliseconds