cam_error_string
cam_error_string(struct cam_device *device, union ccb *ccb, char *str,
kprintf("%s", cam_error_string(ccb, str, sizeof(str), flags,
fprintf(ofile, "%s", cam_error_string(device, ccb, str, sizeof(str),
char * cam_error_string(union ccb *ccb, char *str, int str_len,
char * cam_error_string(struct cam_device *device, union ccb *ccb, char *str,