Searched refs:error_handler (Results 1 - 25 of 34) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/name-test/
H A Dtest-activation-forking.py47 i.Exit(reply_handler=ignore, error_handler=ignore)
51 i.Exit(reply_handler=ignore, error_handler=ignore)
H A Dtest-wait-for-echo.py38 i.EmitFoo(reply_handler=nullhandler, error_handler=nullhandler)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/test/
H A Dtest.c32 error_handler(int signum) function
85 sa.sa_handler = error_handler;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rxrpc/
H A Dar-error.c113 /* pass the transport ref to error_handler to release */
115 rxrpc_queue_work(&trans->error_handler);
140 container_of(work, struct rxrpc_transport, error_handler);
249 rxrpc_queue_work(&trans->error_handler);
H A Dar-transport.c55 INIT_WORK(&trans->error_handler,
H A Dar-internal.h197 struct work_struct error_handler; /* network error distributor */ member in struct:rxrpc_transport
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb_java.i67 private ErrorHandler error_handler;
182 error_handler.error(wrapper, this.errpfx, msg);
198 return error_handler;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dlibata-eh.c487 if (ap->ops->error_handler) {
570 if (ap->ops->error_handler) {
637 if (ap->ops->error_handler) {
674 ap->ops->error_handler(ap);
686 /* Exception might have happend after ->error_handler
885 WARN_ON(!ap->ops->error_handler);
912 WARN_ON(!ap->ops->error_handler);
927 WARN_ON(!ap->ops->error_handler);
1002 WARN_ON(!ap->ops->error_handler);
1030 WARN_ON(!ap->ops->error_handler);
[all...]
H A Dlibata-scsi.c960 int verbose = qc->ap->ops->error_handler == NULL;
1030 int verbose = qc->ap->ops->error_handler == NULL;
1201 if (!ap->ops->error_handler)
1737 if (need_sense && !ap->ops->error_handler)
2535 if (unlikely(qc->ap->ops->error_handler &&
3593 if (!ap->ops->error_handler)
H A Dlibata-core.c81 .error_handler = ata_std_error_handler,
1731 if (ap->ops->error_handler)
1803 if (ap->ops->error_handler)
4914 if (ap->ops->error_handler) {
5041 WARN_ON_ONCE(ap->ops->error_handler && ata_tag_valid(link->active_tag));
5962 if (ap->ops->error_handler) {
6150 if (!ap->ops->error_handler)
6570 .error_handler = ata_dummy_error_handler,
H A Dlibata-pmp.c20 .error_handler = sata_pmp_error_handler,
H A Dsata_qstor.c145 .error_handler = qs_error_handler,
H A Dlibata-sff.c58 .error_handler = ata_sff_error_handler,
997 if (ap->ops->error_handler) {
2561 .error_handler = ata_bmdma_error_handler,
H A Dsata_inic162x.c712 .error_handler = inic_error_handler,
H A Dsata_nv.c443 .error_handler = nv_adma_error_handler,
464 .error_handler = nv_swncq_error_handler,
H A Dsata_fsl.c1276 .error_handler = sata_fsl_error_handler,
1350 * error_handler() to execute a dummy Softreset EH session
H A Dsata_promise.c196 .error_handler = pdc_error_handler,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbEnv.java46 private ErrorHandler error_handler; field in class:DbEnv
161 error_handler.error(wrapper, this.errpfx, msg);
177 return error_handler;
332 db_javaJNI.DbEnv_set_errcall(swigCPtr, this, (error_handler = db_errcall_fcn) != null );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Dmd.h379 /* error_handler must set ->faulty and clear ->in_sync
382 void (*error_handler)(mddev_t *mddev, mdk_rdev_t *rdev); member in struct:mdk_personality
H A Dmultipath.c561 .error_handler = multipath_error,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-python/avahi-discover/
H A Davahi-discover.in74 self.server.ResolveService( int(interface), int(protocol), name, stype, domain, avahi.PROTO_UNSPEC, dbus.UInt32(0), reply_handler=self.service_resolved, error_handler=self.print_error)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-python/avahi-discover/
H A Davahi-discover.in74 self.server.ResolveService( int(interface), int(protocol), name, stype, domain, avahi.PROTO_UNSPEC, dbus.UInt32(0), reply_handler=self.service_resolved, error_handler=self.print_error)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/zoran/
H A Dzoran_device.c1228 error_handler (struct zoran *zr, function
1531 error_handler(zr, astat, stat);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dlibata.h351 /* max tries if error condition is still set after ->error_handler */
825 void (*error_handler)(struct ata_port *ap); member in struct:ata_port_operations
1426 if (unlikely(!qc) || !ap->ops->error_handler)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibopenjpegenc.c253 ctx->event_mgr.error_handler = error_callback;

Completed in 429 milliseconds

12