Home
last modified time | relevance | path

Searched refs:panic_str (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/sun4v/io/
H A Dvdc.c5824 char panic_str[VDC_RESV_CONFLICT_FMT_LEN + MAXPATHLEN]; in vdc_scsi_status() local
5891 (void) snprintf(panic_str, sizeof (panic_str), in vdc_scsi_status()
5894 panic(panic_str); in vdc_scsi_status()
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dsd.c30041 char panic_str[SD_RESV_CONFLICT_FMT_LEN+MAXPATHLEN]; local
30044 (void) snprintf(panic_str, sizeof (panic_str),
30048 panic(panic_str);