Lines Matching defs:error
1497 /* return 1 on success, 0 on error */
3886 int error;
3901 error = 0;
3924 while ((!error) && ((size & 0x03) != 0))
3934 error = status & 0x08;
3936 if (error)
3938 DBG (0, "Read error (%s:%d)\n", __FILE__, __LINE__);
3955 error = 0;
3972 error = status & 0x08;
3975 while ((size > 0) && (!error) && (!word));
3977 while ((size < 4) && (!error) && (size > 0));
3979 /* here size=0 or error=8 or word=0x10 */
3980 if ((word) && (!error) && (size))
3986 error = 0x08;
3988 if (!error)
3995 error = status & 0x08;
3996 if (error)
4026 error = status & 0x08;
4027 if (!error)
4033 error = status & 0x08;
4037 while ((size > 0) && (!error));
4039 if (error)
4087 int error;
4094 error = 0;
4100 while ((!error) && ((size & 0x03) != 0))
4107 error = status & 0x08;
4109 if (error)
4111 DBG (0, "Read error (%s:%d)\n", __FILE__, __LINE__);
4128 error = 0;
4142 error = status & 0x08;
4145 while ((size > 0) && (!error) && (!word));
4147 while ((size < 4) && (!error) && (size > 0));
4149 /* here size=0 or error=8 or word=0x10 */
4150 if ((word) && (!error) && (size))
4159 error = 0x08;
4161 if (!error)
4164 error = Inb (STATUS) & 0x08;
4165 if (error)
4191 error = Inb (STATUS) & 0x08;
4192 if (!error)
4193 error = Inb (STATUS) & 0x08;
4196 while ((size > 0) && (!error));
4198 if (error)
4281 /* 0xF0 certainly means error */
4952 /* 0xF0 certainly means error */
4986 /* 0xF0 certainly means error */
6494 /* leave out current loop since an error was detected */
10536 * returns 0 on error, 1 on success: ie head parked