Searched refs:sa_name (Results 1 – 2 of 2) sorted by relevance
110 const char *cdb_name = NULL, *sa_name = NULL; in scsi_format_opcode_name() local127 if (!scsi_opcode_sa_name(cdb0, sa, &cdb_name, &sa_name)) { in scsi_format_opcode_name()142 if (sa_name) in scsi_format_opcode_name()143 off = scnprintf(buffer, buf_len, "%s", sa_name); in scsi_format_opcode_name()
260 const char **cdb_name, const char **sa_name) in scsi_opcode_sa_name() argument288 *sa_name = arr->name; in scsi_opcode_sa_name()