Searched refs:failed (Results 126 - 150 of 322) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/bluetooth/
H A Ddtl1_cs.c654 goto failed;
666 goto failed;
670 goto failed;
677 failed:
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A D3c505.h231 byte failed; member in union:__anon5108::__anon5109
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dsha1.c396 goto failed;
407 goto failed;
416 goto failed;
421 failed:
H A Drsa.c324 fips_signal_error ("self-test after key generation failed");
577 fips_signal_error ("self-test after key generation failed");
1127 errtxt = "converting data failed";
1134 errtxt = "signing failed";
1140 errtxt = "verify failed";
1215 errtxt = "converting data failed";
1223 errtxt = "encrypt failed";
1249 errtxt = "decrypt failed";
1308 goto failed;
1316 goto failed;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/bluetooth/bnep/
H A Dcore.c561 goto failed;
593 goto failed;
600 /* Session thread start failed, gotta cleanup. */
603 goto failed;
610 failed:
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/pcmcia/
H A Dibmtr_cs.c295 printk(KERN_NOTICE "ibmtr_cs: register_netdev() failed\n");
297 goto failed;
314 failed:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Djavacomp.c503 error (0, errno, _("failed to create \"%s\""), file_name);
587 goto failed;
592 goto failed;
599 goto failed;
612 failed:
668 goto failed;
673 goto failed;
680 goto failed;
696 failed:
1025 /* Compilation failed
[all...]
H A Dfnmatch_loop.c1043 goto failed;
1061 goto failed;
1085 goto failed; \
1095 goto failed; \
1241 failed:
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/
H A Dpxafb.c1294 goto failed;
1299 goto failed;
1330 goto failed;
1338 goto failed;
1346 goto failed;
1351 dev_err(&dev->dev, "request_irq failed: %d\n", ret);
1353 goto failed;
1368 goto failed;
1389 failed:
H A Dsmivgxfb.c330 goto failed;
334 failed:
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/
H A Dudev_rules.c270 info("waiting for '%s' failed", filepath);
888 dbg("IMPORT failed");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/netrom/
H A Dnr_route.c109 * The L2 link to a neighbour has failed in the past
114 if (nr_neigh != NULL && nr_neigh->failed != 0 && quality == 0) {
131 nr_neigh->failed = 0;
154 nr_neigh->failed = 0;
433 nr_neigh->failed = 0;
747 if (++nr_neigh->failed < sysctl_netrom_link_fails_count) {
985 seq_puts(seq, "addr callsign dev qual lock count failed digipeaters\n");
996 nr_neigh->failed);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dbinfmt_flat.c260 DBG_FLT("binfmt_flat: zlib init failed?\n");
278 DBG_FLT("binfmt_flat: decompression failed (%d), %s\n",
318 goto failed;
324 goto failed;
327 printk("BINFMT_FLAT: failed to load library %d", id);
328 goto failed;
334 goto failed;
349 goto failed;
360 failed:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/
H A Djmemdosa.asm57 jc open_err ; if failed, return error code
91 jc close_err ; if failed, return error code
125 jc seek_err ; if failed, return error code
159 jc read_err ; if failed, return error code
197 jc write_err ; if failed, return error code
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/mouse/
H A Dpsmouse-base.c605 * Init failed, try basic relative protocols
640 * Okay, all failed, we have a standard mouse here. The number of the buttons
912 int failed = 0, enabled = 0; local
939 failed = 1;
950 if (!failed) {
952 failed = 1;
962 failed = 1;
967 * Now try to enable mouse. We try to do that even if poll failed and also
980 printk(KERN_WARNING "psmouse.c: failed to re-enable mouse on %s\n",
982 failed
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/scsi/
H A Dzfcp_dbf.c256 rec->type.status.failed = adapter->status_read_failed;
411 len += zfcp_dbf_view(out_buf + len, "failed", "0x%02x", rec->failed);
910 goto failed;
919 goto failed;
929 goto failed;
939 goto failed;
946 failed:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/t/
H A Ddb-recno.t1167 or print "# put failed - status $status\n";
1176 or print "# get failed - status $status\n" ;
1177 ok(179, $db->get(undef, $value) == 0) or print "# get failed\n" ;
1325 my $failed = 0;
1330 print STDERR "# failed: ", Dumper($test);
1332 $failed = 1;
1338 if ($failed) {
1344 $failed = 0;
1350 print STDERR "# failed: ", Dumper($test);
1352 $failed
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/act2000/
H A Dmodule.c676 int failed = 0; local
762 /* Init failed, remove card from list, free memory */
764 "act2000: Initialization of %s failed\n",
775 failed++;
778 return (added - failed);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/
H A Dspectrum_cs.c518 printk(KERN_ERR PFX "Primary firmware download failed\n");
533 printk(KERN_ERR PFX "Secondary firmware download failed\n");
553 printk(KERN_ERR PFX "Firmware download failed\n");
788 goto failed;
794 printk(KERN_ERR PFX "register_netdev() failed\n");
795 goto failed;
816 failed:
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ufs/
H A Dballoc.c63 goto failed;
68 goto failed;
72 goto failed;
130 failed:
160 goto failed;
232 failed:
280 "read of page %llu failed\n",
311 "read of block failed\n");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/squashfs/
H A Dunsquashfs.c145 ERROR("Lseek failed because %s\b", strerror(errno));
150 ERROR("Read on destination failed because %s\n", strerror(errno));
165 goto failed;
170 goto failed;
183 goto failed;
188 ERROR("zlib::uncompress failed, not enough memory\n");
190 ERROR("zlib::uncompress failed, not enough room in output buffer\n");
192 ERROR("zlib::uncompress failed, unknown error %d\n", res);
193 goto failed;
207 goto failed;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/
H A Drpathcfg.sh158 echo "hardcode_libdir_separator test failed!" 1>&2
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest.tcl342 set failed [check_output ALL.OUT]
345 if { $failed == 0 } {
472 set failed 0
478 set failed 1
482 return $failed
1489 # Don't die if the test failed; we want
1841 set failed 0
1845 set failed 1
1850 if { $failed == 0 } {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/eisa/
H A Deisa-bus.c282 goto failed;
287 failed:
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/base/
H A Dplatform.c279 "%s: failed to claim resource %d\n",
282 goto failed;
293 failed:

Completed in 413 milliseconds

1234567891011>>