Searched refs:FAIL (Results 1 - 20 of 20) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sunrpc/
H A Dsvcauth_des.c50 #define FAIL(err) \ macro
83 FAIL(rejectedcred);
87 FAIL(badcred);
92 FAIL(badcred);
104 FAIL(badverf);
128 FAIL(badverf);
139 FAIL(badverf);
149 FAIL(rejectedverf);
150 FAIL(badverf);
171 FAIL(rejectedver
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/Debian/debian/
H A Dsamba-common.dhcp10 && [ "$reason" != EXPIRE ] && [ "$reason" != FAIL ]
41 if [ "$reason" = FAIL ] || [ "$reason" = EXPIRE ]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/
H A Dnbd.c117 #define FAIL( s ) { printk( KERN_ERR "NBD: " s "(result %d)\n", result ); goto error_out; } macro
137 FAIL("Sendmsg failed for control.");
145 FAIL("Send data failed.");
199 FAIL("Other side returned error.");
281 #undef FAIL macro
282 #define FAIL( s ) { printk( KERN_ERR "NBD, minor %d: " s "\n", dev ); goto error_out; } macro
294 FAIL("que not empty but no request?");
299 FAIL("Minor too big."); /* Probably can not happen */
303 FAIL("Request when not-ready.");
305 FAIL("Writ
[all...]
H A Dps2esdi.c461 end_request(FAIL);
480 end_request(FAIL);
488 end_request(FAIL);
555 end_request(FAIL);
824 ending = FAIL;
834 ending = FAIL;
875 ending = FAIL;
884 ending = FAIL;
930 return FAIL;
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/usb/
H A Dusbeth.c69 #define FAIL -1 macro
225 if( peg_set_reg( dev, PEG_EEPROM_CTL_REG, 0 ) == FAIL )
226 return FAIL;
227 if( peg_set_reg( dev, PEG_EEPROM_OFS_REG, ofs ) == FAIL )
228 return FAIL;
229 if( peg_set_reg( dev, PEG_EEPROM_CTL_REG, 0x02 ) == FAIL ) //read
230 return FAIL;
233 if( peg_get_reg( dev, PEG_EEPROM_CTL_REG, data, 1 ) == FAIL )
234 return FAIL;
241 return FAIL;
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/aty/
H A Dmach64_ct.c16 #define FAIL(x) do { printk(x "\n"); return -EINVAL; } while (0) macro
57 FAIL("Dotclock to high");
123 FAIL("mclk out of range");
136 FAIL("vclk out of range");
H A Datyfb_base.c116 #define FAIL(x) do { printk(x "\n"); return -EINVAL; } while (0) macro
517 FAIL("h_disp too large");
520 FAIL("h_sync_start too large");
524 FAIL("h_sync_wid too large");
527 FAIL("h_total too large");
534 FAIL("v_disp too large");
537 FAIL("v_sync_strt too large");
540 FAIL("v_sync_wid too large");
543 FAIL("v_total too large");
571 FAIL("invali
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dps2esdi.h50 #define FAIL 0 macro
H A Dibmtr.h213 enum {FAIL, RESTART, REOPEN} open_action; enumerator in enum:tok_info::__anon11165
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dps2esdi.h50 #define FAIL 0 macro
H A Dibmtr.h213 enum {FAIL, RESTART, REOPEN} open_action; enumerator in enum:tok_info::__anon6749
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dvga16fb.c230 #define FAIL(X) return -EINVAL macro
271 FAIL("xtotal too big");
273 FAIL("hslen too big");
275 FAIL("hblank too big");
328 FAIL("ytotal too big");
330 FAIL("vslen too big");
368 FAIL("vxres too long");
424 #undef FAIL macro
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Daccess.c13 #define FAIL (-1) macro
59 * FAIL if the token is "FAIL". If the token starts with a "."
112 } else if (strequal(tok, "FAIL")) { /* fail: match any */
113 return (FAIL);
180 if ((match = (*match_fn) (*list, item))) /* True or FAIL */
183 /* Process exceptions to True or FAIL matches. */
278 if (strequal(*list, "ALL") || strequal(*list, "FAIL") ||
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Dpcilynx.c1229 #define FAIL(fmt, args...) do { \ macro
1251 FAIL("DMA address limits not supported for PCILynx hardware");
1253 FAIL("failed to enable PCILynx hardware");
1259 if (!host) FAIL("failed to allocate control structure memory");
1282 FAIL("failed to allocate PCL memory area");
1290 FAIL("failed to allocate DMA buffer for aux");
1298 FAIL("failed to allocate receive buffer");
1307 FAIL("failed to allocate iso receive buffers");
1320 FAIL("failed to remap registers - card not accessible");
1325 FAIL("faile
1596 #undef FAIL macro
[all...]
H A Dohci1394.c1940 #define FAIL(err, fmt, args...) \
1961 FAIL(-ENXIO, "Failed to enable OHCI hardware %d",
1966 if (!host) FAIL(-ENOMEM, "Failed to allocate host structure");
2002 FAIL(-ENOMEM, "MMIO resource (0x%lx - 0x%lx) unavailable",
2009 FAIL(-ENXIO, "Failed to remap registers - card not accessible");
2019 FAIL(-ENOMEM, "Failed to allocate buffer config rom");
2029 FAIL(-ENOMEM, "Failed to allocate DMA buffer for self-id packets");
2046 FAIL(-ENOMEM, "Failed to allocate AR Req context");
2053 FAIL(-ENOMEM, "Failed to allocate AR Resp context");
2059 FAIL(
1939 #define FAIL macro
2125 #undef FAIL macro
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/
H A Deeprom.c452 #define FAIL \ macro
466 FAIL;
475 FAIL;
482 FAIL;
492 FAIL;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/isofs/
H A Drock.c32 #define CHECK_SP(FAIL) \
33 if(rr->u.SP.magic[0] != 0xbe) FAIL; \
34 if(rr->u.SP.magic[1] != 0xef) FAIL; \
/asus-wl-520gu-7.0.1.45/src/router/iproute2/examples/
H A Ddhcp-client-script393 EXPIRE|FAIL)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/tokenring/
H A Dibmtr.c1123 ti->open_action = FAIL;
1145 if (ti->open_action != FAIL) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dqla1280.c1300 FAIL = 6 enumerator in enum:__anon2537
1390 case FAIL:

Completed in 150 milliseconds