Searched refs:cam_error_string (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sys/cam/ |
| H A D | cam.c | 315 cam_error_string(union ccb *ccb, char *str, int str_len, in cam_error_string() function 320 cam_error_string(struct cam_device *device, union ccb *ccb, char *str, in cam_error_string() 515 printf("%s", cam_error_string(ccb, str, sizeof(str), flags, in cam_error_print() 531 fprintf(ofile, "%s", cam_error_string(device, ccb, str, sizeof(str), in cam_error_print()
|
| H A D | cam.h | 396 char * cam_error_string(union ccb *ccb, char *str, int str_len, 404 char * cam_error_string(struct cam_device *device, union ccb *ccb, char *str,
|