Lines Matching refs:exception

959 	char *exception, *service;
961 exception = kmalloc(BUFSIZE, GFP_ATOMIC);
964 if (!exception || !service)
971 snprintf(exception, BUFSIZE, "Data degraded");
974 snprintf(exception, BUFSIZE, "Data degraded in partition %i",
978 snprintf(exception, BUFSIZE, "Medium degraded");
981 snprintf(exception, BUFSIZE, "Medium degraded in partition %i",
985 snprintf(exception, BUFSIZE, "Block 0 Error");
988 snprintf(exception, BUFSIZE, "Medium Exception 0x%02x",
992 snprintf(exception, BUFSIZE, "0x%02x",
1008 dev_warn (&device->cdev->dev, "Tape media information: exception %s, "
1009 "service %s\n", exception, service);
1012 kfree(exception);
1023 char *exception, *service;
1025 exception = kmalloc(BUFSIZE, GFP_ATOMIC);
1028 if (!exception || !service)
1035 snprintf(exception, BUFSIZE, "Effect of failure is unknown");
1038 snprintf(exception, BUFSIZE, "CU Exception - no performance "
1042 snprintf(exception, BUFSIZE, "CU Exception on channel "
1046 snprintf(exception, BUFSIZE, "CU Exception on device path "
1050 snprintf(exception, BUFSIZE, "CU Exception on library path "
1054 snprintf(exception, BUFSIZE, "CU Exception on node 0x%02x",
1058 snprintf(exception, BUFSIZE, "CU Exception on partition "
1062 snprintf(exception, BUFSIZE, "0x%02x",
1120 dev_warn (&device->cdev->dev, "I/O subsystem information: exception"
1121 " %s, service %s\n", exception, service);
1123 kfree(exception);
1134 char *exception, *service;
1136 exception = kmalloc(BUFSIZE, GFP_ATOMIC);
1139 if (!exception || !service)
1146 snprintf(exception, BUFSIZE, "Effect of failure is unknown");
1149 snprintf(exception, BUFSIZE, "DV Exception - no performance"
1153 snprintf(exception, BUFSIZE, "DV Exception on channel "
1157 snprintf(exception, BUFSIZE, "DV Exception on loader 0x%02x",
1161 snprintf(exception, BUFSIZE, "DV Exception on message display"
1165 snprintf(exception, BUFSIZE, "DV Exception in tape path");
1168 snprintf(exception, BUFSIZE, "DV Exception in drive");
1171 snprintf(exception, BUFSIZE, "0x%02x",
1232 dev_warn (&device->cdev->dev, "Device subsystem information: exception"
1233 " %s, service %s\n", exception, service);
1235 kfree(exception);