aha152x_error     532 drivers/scsi/aha152x.c #define ADDMSGO(x)		(MSGOLEN<256 ? (void)(MSGO(MSGOLEN++)=x) : aha152x_error(shpnt,"MSGO overflow"))
aha152x_error     536 drivers/scsi/aha152x.c #define ADDMSGI(x)		(MSGILEN<256 ? (void)(MSGI(MSGILEN++)=x) : aha152x_error(shpnt,"MSGI overflow"))
aha152x_error     621 drivers/scsi/aha152x.c static void aha152x_error(struct Scsi_Host *shpnt, char *msg);
aha152x_error    2295 drivers/scsi/aha152x.c 		aha152x_error(shpnt, "bottom-half already running!?");