Home
last modified time | relevance | path

Searched refs:exception (Results 1 – 25 of 28) sorted by relevance

12

/drivers/acpi/acpica/
Dutexcep.c67 const struct acpi_exception_info *exception; in acpi_format_exception() local
71 exception = acpi_ut_validate_exception(status); in acpi_format_exception()
72 if (!exception) { in acpi_format_exception()
82 return (exception->name); in acpi_format_exception()
103 const struct acpi_exception_info *exception = NULL; in ACPI_EXPORT_SYMBOL() local
116 exception = &acpi_gbl_exception_names_env[sub_status]; in ACPI_EXPORT_SYMBOL()
123 exception = &acpi_gbl_exception_names_pgm[sub_status]; in ACPI_EXPORT_SYMBOL()
130 exception = &acpi_gbl_exception_names_tbl[sub_status]; in ACPI_EXPORT_SYMBOL()
137 exception = &acpi_gbl_exception_names_aml[sub_status]; in ACPI_EXPORT_SYMBOL()
144 exception = &acpi_gbl_exception_names_ctrl[sub_status]; in ACPI_EXPORT_SYMBOL()
[all …]
/drivers/s390/char/
Dtape_3590.c963 char *exception, *service; in tape_3590_print_mim_msg_f0() local
965 exception = kmalloc(BUFSIZE, GFP_ATOMIC); in tape_3590_print_mim_msg_f0()
968 if (!exception || !service) in tape_3590_print_mim_msg_f0()
975 snprintf(exception, BUFSIZE, "Data degraded"); in tape_3590_print_mim_msg_f0()
978 snprintf(exception, BUFSIZE, "Data degraded in partion %i", in tape_3590_print_mim_msg_f0()
982 snprintf(exception, BUFSIZE, "Medium degraded"); in tape_3590_print_mim_msg_f0()
985 snprintf(exception, BUFSIZE, "Medium degraded in partition %i", in tape_3590_print_mim_msg_f0()
989 snprintf(exception, BUFSIZE, "Block 0 Error"); in tape_3590_print_mim_msg_f0()
992 snprintf(exception, BUFSIZE, "Medium Exception 0x%02x", in tape_3590_print_mim_msg_f0()
996 snprintf(exception, BUFSIZE, "0x%02x", in tape_3590_print_mim_msg_f0()
[all …]
/drivers/scsi/
Dmesh.c315 mr->exception, mr->error, mr->intr_mask, mr->interrupt, in mesh_dump_regs()
367 out_8(&mr->exception, 0xff); /* clear all exception bits */ in mesh_init()
445 MKWORD(mr->interrupt, mr->exception, mr->error, mr->fifo_count)); in mesh_start_cmd()
457 MKWORD(mr->interrupt, mr->exception, in mesh_start_cmd()
464 MKWORD(mr->interrupt, mr->exception, in mesh_start_cmd()
502 MKWORD(mr->interrupt, mr->exception, in mesh_start_cmd()
508 MKWORD(mr->interrupt, mr->exception, in mesh_start_cmd()
520 MKWORD(mr->interrupt, mr->exception, mr->error, mr->fifo_count)); in mesh_start_cmd()
525 MKWORD(mr->interrupt, mr->exception, mr->error, mr->fifo_count)); in mesh_start_cmd()
536 MKWORD(mr->interrupt, mr->exception, mr->error, mr->fifo_count)); in mesh_start_cmd()
[all …]
Dmesh.h29 unsigned char exception; member
/drivers/staging/csr/
DLICENSE.txt30 As a special exception, if other files instantiate templates or use
38 This exception does not invalidate any other reasons why a work based
/drivers/md/
DMakefile8 dm-snapshot-y += dm-snap.o dm-exception-store.o dm-snap-transient.o \
/drivers/usb/host/
Dehci-hcd.c907 qh->exception = 1; in ehci_urb_dequeue()
967 qh->exception = 1; in ehci_endpoint_disable()
1041 qh->exception = 1; in ehci_endpoint_reset()
Dehci-q.c548 qh->exception = 1; in qh_completions()
551 return qh->exception; in qh_completions()
996 qh->exception = 0; in qh_link_async()
Dehci.h410 unsigned exception:1; /* got a fault, or an unlink member
Dehci-sched.c542 qh->exception = 0; in qh_link_periodic()
/drivers/isdn/hardware/eicon/
Dio.h305 extern void dump_trap_frame(PISDN_ADAPTER IoAdapter, byte __iomem *exception);
/drivers/gpu/drm/nouveau/core/engine/copy/fuc/
Dnva3.fuc298 // $r2 will be used to store exception data
347 // store exception data in SCRATCH0/SCRATCH1, signal hostirq
/drivers/gpu/drm/nouveau/core/engine/graph/fuc/
Dgpcnve0.fuc131 // reports an exception to the host
Dgpcnvc0.fuc219 // reports an exception to the host
Dhubnvc0.fuc169 // reports an exception to the host
Dhubnve0.fuc119 // reports an exception to the host
/drivers/scsi/aic7xxx_old/
Daic7xxx.reg20 * GPL with the exception of any terms or conditions of this License that
1128 * the SEERDY goes high 800 nsec later. The one exception to this is
Daic7xxx.seq20 * GPL with the exception of any terms or conditions of this License that
/drivers/scsi/megaraid/
Dmegaraid_sas_base.c2161 int exception = 0; in megasas_complete_cmd() local
2202 exception = 1; in megasas_complete_cmd()
2205 if (exception) { in megasas_complete_cmd()
/drivers/staging/rtl8192e/
Dlicense163 exception, the source code distributed need not include anything that is
/drivers/staging/usbip/userspace/
DCOPYING160 special exception, the source code distributed need not include
/drivers/staging/rtl8192u/
Dcopying160 special exception, the source code distributed need not include
/drivers/atm/
Dzatm.c316 static void exception(struct atm_vcc *vcc)
/drivers/net/ethernet/chelsio/cxgb4/
Dt4fw_api.h2078 } exception; member
/drivers/scsi/aic7xxx/
Daic7xxx.reg562 * the SEERDY goes high 800 nsec later. The one exception to this is

12