Searched refs:smsg (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/tools/hv/ |
D | hv_fcopy_daemon.c | 28 static int hv_start_fcopy(struct hv_start_fcopy *smsg) in hv_start_fcopy() argument 34 p = (char *)smsg->path_name; in hv_start_fcopy() 36 (char *)smsg->path_name, (char *)smsg->file_name); in hv_start_fcopy() 49 if (access((char *)smsg->path_name, F_OK)) { in hv_start_fcopy() 50 if (smsg->copy_flags & CREATE_PATH) { in hv_start_fcopy() 51 if (mkdir((char *)smsg->path_name, 0755)) { in hv_start_fcopy() 53 (char *)smsg->path_name); in hv_start_fcopy() 58 (char *)smsg->path_name); in hv_start_fcopy() 68 if (!(smsg->copy_flags & OVER_WRITE)) { in hv_start_fcopy()
|
/linux-5.19.10/drivers/i2c/busses/ |
D | i2c-viperboard.c | 274 struct vprbrd_i2c_status *smsg = (struct vprbrd_i2c_status *)vb->buf; in vprbrd_i2c_xfer() local 305 ret = vprbrd_i2c_status(i2c, smsg, error); in vprbrd_i2c_xfer() 326 ret = vprbrd_i2c_status(i2c, smsg, error); in vprbrd_i2c_xfer()
|
/linux-5.19.10/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.h | 710 struct sym_tblmove smsg; member
|
D | sym_fw1.h | 354 offsetof (struct sym_dsb, smsg),
|
D | sym_fw2.h | 339 offsetof (struct sym_dsb, smsg),
|
D | sym_hipd.c | 3114 cp->phys.smsg.addr = CCB_BA(cp, scsi_smsg2); 3115 cp->phys.smsg.size = cpu_to_scr(msglen); 5241 cp->phys.smsg.addr = CCB_BA(cp, scsi_smsg); 5242 cp->phys.smsg.size = cpu_to_scr(msglen);
|
/linux-5.19.10/drivers/scsi/ |
D | ncr53c8xx.c | 1484 struct scr_tblmove smsg ; member 2108 offsetof (struct dsb, smsg), 4331 cp->phys.smsg.addr = cpu_to_scr(CCB_PHYS (cp, scsi_smsg)); in ncr_queue_command() 4332 cp->phys.smsg.size = cpu_to_scr(msglen); in ncr_queue_command() 6448 cp->phys.smsg.addr = cpu_to_scr(CCB_PHYS (cp, scsi_smsg2)); in ncr_sir_to_redo() 6449 cp->phys.smsg.size = cpu_to_scr(1); in ncr_sir_to_redo()
|