Lines Matching refs:exception
960 char *exception, *service;
962 exception = kmalloc(BUFSIZE, GFP_ATOMIC);
965 if (!exception || !service)
972 snprintf(exception, BUFSIZE, "Data degraded");
975 snprintf(exception, BUFSIZE, "Data degraded in partition %i",
979 snprintf(exception, BUFSIZE, "Medium degraded");
982 snprintf(exception, BUFSIZE, "Medium degraded in partition %i",
986 snprintf(exception, BUFSIZE, "Block 0 Error");
989 snprintf(exception, BUFSIZE, "Medium Exception 0x%02x",
993 snprintf(exception, BUFSIZE, "0x%02x",
1009 dev_warn (&device->cdev->dev, "Tape media information: exception %s, "
1010 "service %s\n", exception, service);
1013 kfree(exception);
1024 char *exception, *service;
1026 exception = kmalloc(BUFSIZE, GFP_ATOMIC);
1029 if (!exception || !service)
1036 snprintf(exception, BUFSIZE, "Effect of failure is unknown");
1039 snprintf(exception, BUFSIZE, "CU Exception - no performance "
1043 snprintf(exception, BUFSIZE, "CU Exception on channel "
1047 snprintf(exception, BUFSIZE, "CU Exception on device path "
1051 snprintf(exception, BUFSIZE, "CU Exception on library path "
1055 snprintf(exception, BUFSIZE, "CU Exception on node 0x%02x",
1059 snprintf(exception, BUFSIZE, "CU Exception on partition "
1063 snprintf(exception, BUFSIZE, "0x%02x",
1121 dev_warn (&device->cdev->dev, "I/O subsystem information: exception"
1122 " %s, service %s\n", exception, service);
1124 kfree(exception);
1135 char *exception, *service;
1137 exception = kmalloc(BUFSIZE, GFP_ATOMIC);
1140 if (!exception || !service)
1147 snprintf(exception, BUFSIZE, "Effect of failure is unknown");
1150 snprintf(exception, BUFSIZE, "DV Exception - no performance"
1154 snprintf(exception, BUFSIZE, "DV Exception on channel "
1158 snprintf(exception, BUFSIZE, "DV Exception on loader 0x%02x",
1162 snprintf(exception, BUFSIZE, "DV Exception on message display"
1166 snprintf(exception, BUFSIZE, "DV Exception in tape path");
1169 snprintf(exception, BUFSIZE, "DV Exception in drive");
1172 snprintf(exception, BUFSIZE, "0x%02x",
1233 dev_warn (&device->cdev->dev, "Device subsystem information: exception"
1234 " %s, service %s\n", exception, service);
1236 kfree(exception);