From 6dacefb0646d90cb10dc2bd4aaca22302ac13d81 Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Sun, 1 Mar 2020 01:29:31 +0000 Subject: Rename VPD_ZBC_DEV_CHARS from zbdc to zbdch, to distinguish it from zbdct for the ZBC device control mpage; sgh_dd work git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@843 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- include/sg_lib.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/sg_lib.h b/include/sg_lib.h index 35fe3196..1ece717f 100644 --- a/include/sg_lib.h +++ b/include/sg_lib.h @@ -378,15 +378,15 @@ extern FILE * sg_warnings_strm; void sg_set_warnings_strm(FILE * warnings_strm); -/* Given a SCSI command pointed to by cmdp of sz bytes this function forms a +/* Given a SCSI command pointed to by cdbp of sz bytes this function forms a * SCSI command in ASCII hex surrounded by square brackets in 'b'. 'b' is at * least blen bytes long. If cmd_name is true then the command is prefixed * by its SCSI command name (e.g. "VERIFY(10) [2f ...]". The command is * shown as spaced separated pairs of hexadecimal digits (i.e. 0-9, a-f). - * Each pair represents byte. The leftmost pair of digits is cmdp[0] . If + * Each pair represents byte. The leftmost pair of digits is cdbp[0] . If * sz <= 0 then this function tries to guess the length of the command. */ char * -sg_get_command_str(const uint8_t * cmdp, int sz, bool cmd_name, int blen, +sg_get_command_str(const uint8_t * cdbp, int sz, bool cmd_name, int blen, char * b); /* The following "print" functions send ASCII to 'sg_warnings_strm' file -- cgit v1.2.3