Searched refs:errstat (Results 1 - 25 of 27) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/SGI/
H A Dmkrelease.sh45 errstat=$?
46 if [ $errstat -ne 0 ]; then
47 echo "Error $errstat making manual pages\n";
48 exit $errstat;
56 errstat=$?
57 if [ $errstat -ne 0 ]; then
58 echo "Error $errstat creating Makefile\n";
59 exit $errstat;
72 errstat=$?
73 if [ $errstat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Derror2.h65 extern int errstat();
H A Derror2.c143 errstat - show error statistics
145 int errstat() function
H A Dsoapcpp2.c271 return errstat();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/src/
H A Derror2.h65 extern int errstat();
H A Derror2.c143 errstat - show error statistics
145 int errstat() function
H A Dsoapcpp2.c271 return errstat();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Derror2.h65 extern int errstat();
H A Derror2.c143 errstat - show error statistics
145 int errstat() function
H A Dsoapcpp2.c271 return errstat();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/src/
H A Derror2.h65 extern int errstat();
H A Derror2.c143 errstat - show error statistics
145 int errstat() function
H A Dsoapcpp2.c271 return errstat();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sgi-ip22/
H A Dip22-berr.c36 extio_stat = ip22_is_fullhouse() ? sgioc->extio : (sgint->errstat << 4);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dsmux.c271 smux_getresp_send (oid objid[], size_t objid_len, long reqid, long errstat,
299 zlog_info ("SMUX GETRSP errstat: %ld", errstat);
303 &errstat, sizeof (errstat));
661 long errstat;
671 ptr = asn_parse_int (ptr, len, &type, &errstat, sizeof (errstat));
674 zlog_info ("SMUX GET errstat %ld len: %d", errstat, *le
268 smux_getresp_send(oid objid[], size_t objid_len, long reqid, long errstat, long errindex, u_char val_type, void *arg, size_t arg_len) argument
658 long errstat; local
765 long errstat; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dttyio.c405 int errstat = 0; local
415 errstat = 1; /* signal failure */
424 errstat = 1; /* signal failure */
429 return errstat;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dttyio.c402 int errstat = 0; local
412 errstat = 1; /* signal failure */
421 errstat = 1; /* signal failure */
426 return errstat;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/sgi/
H A Dioc.h78 volatile u8 errstat; /* Error status reg, reserved on INT2 */ member in struct:sgint_regs
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c64xx/
H A Ddma.c571 u32 tcstat, errstat; local
576 errstat = readl(dmac->regs + PL080_ERR_STATUS);
581 if (!(errstat & bit) && !(tcstat & bit))
592 if (errstat & bit)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/pcbit/
H A Ddrv.c395 int errstat; local
433 errstat = 0;
443 errstat = -ETIME;
456 return errstat ? errstat : len;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mtd/
H A Dnand.h375 * @errstat: [OPTIONAL] hardware specific function to perform additional error status checks
399 int (*errstat)(struct mtd_info *mtd, struct nand_chip *this, int state, int status, int page); member in struct:nand_chip
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Drtc_from4.c532 this->errstat = rtc_from4_errstat;
H A Dcafe_nand.c558 if ((status & NAND_STATUS_FAIL) && (chip->errstat))
559 status = chip->errstat(mtd, chip, FL_WRITING, status,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dwin32.c1339 int errstat = 0; /* return status: 0 == "OK", -1 == "Failure" */ local
1354 errstat = -1;
1360 errstat = -1;
1365 return errstat;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Djme.c994 rxdesc->descwb.errstat & RXWBERR_ALLERR)) {
996 if (rxdesc->descwb.errstat & RXWBERR_CRCERR)
998 else if (rxdesc->descwb.errstat & RXWBERR_OVERUN)

Completed in 161 milliseconds

12