Searched refs:error (Results 76 - 100 of 12365) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/bits/
H A Dnetdb.h20 # error "Never include <bits/netdb.h> directly; use <netdb.h> instead."
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/
H A Dxattr.c89 int error = -EOPNOTSUPP; local
92 error = inode->i_op->setxattr(dentry, name, value, size, flags);
93 if (!error) {
101 error = security_inode_setsecurity(inode, suffix, value,
103 if (!error)
107 return error;
116 int error; local
118 error = xattr_permission(inode, name, MAY_WRITE);
119 if (error)
120 return error;
166 int error; local
201 ssize_t error; local
222 int error; local
253 int error; local
284 int error; local
303 int error; local
322 int error = -EBADF; local
345 ssize_t error; local
380 ssize_t error; local
394 ssize_t error; local
408 ssize_t error = -EBADF; local
425 ssize_t error; local
453 ssize_t error; local
467 ssize_t error; local
480 ssize_t error = -EBADF; local
497 int error; local
513 int error; local
531 int error; local
549 int error = -EBADF; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/
H A Dxattr.c89 int error = -EOPNOTSUPP; local
92 error = inode->i_op->setxattr(dentry, name, value, size, flags);
93 if (!error) {
101 error = security_inode_setsecurity(inode, suffix, value,
103 if (!error)
107 return error;
116 int error; local
118 error = xattr_permission(inode, name, MAY_WRITE);
119 if (error)
120 return error;
166 int error; local
201 ssize_t error; local
222 int error; local
253 int error; local
284 int error; local
303 int error; local
322 int error = -EBADF; local
345 ssize_t error; local
380 ssize_t error; local
394 ssize_t error; local
408 ssize_t error = -EBADF; local
425 ssize_t error; local
453 ssize_t error; local
467 ssize_t error; local
480 ssize_t error = -EBADF; local
497 int error; local
513 int error; local
531 int error; local
549 int error = -EBADF; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/lib/registry/tools/
H A Dcommon.c32 WERROR error; local
34 error = reg_open_remote(&h, NULL, creds, lp_ctx, remote, ev_ctx);
36 if (!W_ERROR_IS_OK(error)) {
38 remote, win_errstr(error));
52 WERROR error; local
54 error = reg_open_hive(ev_ctx, path, NULL, creds, ev_ctx, lp_ctx, &hive_root);
56 if(!W_ERROR_IS_OK(error)) {
58 path, win_errstr(error));
62 error = reg_open_local(NULL, &h);
63 if (!W_ERROR_IS_OK(error)) {
76 WERROR error; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/lib/registry/tools/
H A Dcommon.c32 WERROR error; local
34 error = reg_open_remote(&h, NULL, creds, lp_ctx, remote, ev_ctx);
36 if (!W_ERROR_IS_OK(error)) {
38 remote, win_errstr(error));
52 WERROR error; local
54 error = reg_open_hive(ev_ctx, path, NULL, creds, ev_ctx, lp_ctx, &hive_root);
56 if(!W_ERROR_IS_OK(error)) {
58 path, win_errstr(error));
62 error = reg_open_local(NULL, &h);
63 if (!W_ERROR_IS_OK(error)) {
76 WERROR error; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/lib/registry/tools/
H A Dcommon.c32 WERROR error; local
34 error = reg_open_remote(&h, NULL, creds, lp_ctx, remote, ev_ctx);
36 if (!W_ERROR_IS_OK(error)) {
38 remote, win_errstr(error));
52 WERROR error; local
54 error = reg_open_hive(ev_ctx, path, NULL, creds, ev_ctx, lp_ctx, &hive_root);
56 if(!W_ERROR_IS_OK(error)) {
58 path, win_errstr(error));
62 error = reg_open_local(NULL, &h);
63 if (!W_ERROR_IS_OK(error)) {
76 WERROR error; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/btools/
H A Duversion.pl12 sub error subroutine
14 print "\nuversion error: $@\n";
38 open(F, "$path/tomato_version") || error("opening tomato_version: $!");
41 error("Invalid version: '$_'");
47 open(F, ">$path/tomato_version.~") || error("creating temp file: $!");
50 rename("$path/tomato_version.~", "$path/tomato_version") || error("renaming: $!");
84 open(F, ">$path/tomato_version.h~") || error("creating temp file: $!");
97 rename("$path/tomato_version.h~", "$path/tomato_version.h") || error("renaming: $!");
99 open(F, ">$path/tomato_version.~") || error("creating temp file: $!");
102 rename("$path/tomato_version.~", "$path/tomato_version") || error("renamin
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/btools/
H A Duversion.pl12 sub error subroutine
14 print "\nuversion error: $@\n";
38 open(F, "$path/tomato_version") || error("opening tomato_version: $!");
41 error("Invalid version: '$_'");
47 open(F, ">$path/tomato_version.~") || error("creating temp file: $!");
50 rename("$path/tomato_version.~", "$path/tomato_version") || error("renaming: $!");
84 open(F, ">$path/tomato_version.h~") || error("creating temp file: $!");
97 rename("$path/tomato_version.h~", "$path/tomato_version.h") || error("renaming: $!");
99 open(F, ">$path/tomato_version.~") || error("creating temp file: $!");
102 rename("$path/tomato_version.~", "$path/tomato_version") || error("renamin
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/btools/
H A Duversion.pl12 sub error subroutine
14 print "\nuversion error: $@\n";
38 open(F, "$path/tomato_version") || error("opening tomato_version: $!");
41 error("Invalid version: '$_'");
47 open(F, ">$path/tomato_version.~") || error("creating temp file: $!");
50 rename("$path/tomato_version.~", "$path/tomato_version") || error("renaming: $!");
84 open(F, ">$path/tomato_version.h~") || error("creating temp file: $!");
97 rename("$path/tomato_version.h~", "$path/tomato_version.h") || error("renaming: $!");
99 open(F, ">$path/tomato_version.~") || error("creating temp file: $!");
102 rename("$path/tomato_version.~", "$path/tomato_version") || error("renamin
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/cobalt/
H A Dbuttons.c34 int error; local
40 error = platform_device_add_resources(pd, &cobalt_buttons_resource, 1);
41 if (error)
44 error = platform_device_add(pd);
45 if (error)
52 return error;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/blackfin/mach-common/
H A Darch_checks.c16 # error "VCO selected is more than maximum value. Please change the VCO multipler"
20 # error "Sclk value selected is more than maximum. Please select a proper value for SCLK multiplier"
24 # error "Sclk value selected is less than minimum. Please select a proper value for SCLK multiplier"
28 # error "ANOMALY 05000273, please make sure CCLK is at least 2x SCLK"
33 # error "Please select sclk less than cclk"
39 # error "The kernel load address must be after the fixed code section"
43 # error "The kernel load address must be 4 byte aligned"
48 # error "The kernel load address is too high; keep it below 10meg for safety"
52 # error the MPU will not function safely while Anomaly 05000263 applies
56 # error Yo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/cobalt/
H A Dbuttons.c34 int error; local
40 error = platform_device_add_resources(pd, &cobalt_buttons_resource, 1);
41 if (error)
44 error = platform_device_add(pd);
45 if (error)
52 return error;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/blackfin/mach-common/
H A Darch_checks.c16 # error "VCO selected is more than maximum value. Please change the VCO multipler"
20 # error "Sclk value selected is more than maximum. Please select a proper value for SCLK multiplier"
24 # error "Sclk value selected is less than minimum. Please select a proper value for SCLK multiplier"
28 # error "ANOMALY 05000273, please make sure CCLK is at least 2x SCLK"
33 # error "Please select sclk less than cclk"
39 # error "The kernel load address must be after the fixed code section"
43 # error "The kernel load address must be 4 byte aligned"
48 # error "The kernel load address is too high; keep it below 10meg for safety"
52 # error the MPU will not function safely while Anomaly 05000263 applies
56 # error Yo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/lib/registry/tests/
H A Ddiff.c40 WERROR error; local
43 error = reg_generate_diff(td->r1_ctx, td->r2_ctx,
46 torture_assert_werr_ok(tctx, error, "reg_generate_diff");
58 WERROR error;
62 error = reg_diff_load(td->filename, iconv_convenience, callbacks, data);
63 torture_assert_werr_ok(tctx, error, "reg_diff_load");
72 WERROR error; local
74 error = reg_diff_apply(td->r1_ctx, lp_iconv_convenience(tctx->lp_ctx), td->filename);
75 torture_assert_werr_ok(tctx, error, "reg_diff_apply");
77 error
156 WERROR error; local
250 WERROR error; local
268 WERROR error; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/lib/registry/tests/
H A Ddiff.c40 WERROR error; local
43 error = reg_generate_diff(td->r1_ctx, td->r2_ctx,
46 torture_assert_werr_ok(tctx, error, "reg_generate_diff");
58 WERROR error;
62 error = reg_diff_load(td->filename, iconv_convenience, callbacks, data);
63 torture_assert_werr_ok(tctx, error, "reg_diff_load");
72 WERROR error; local
74 error = reg_diff_apply(td->r1_ctx, lp_iconv_convenience(tctx->lp_ctx), td->filename);
75 torture_assert_werr_ok(tctx, error, "reg_diff_apply");
77 error
156 WERROR error; local
250 WERROR error; local
268 WERROR error; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/lib/registry/tests/
H A Ddiff.c40 WERROR error; local
43 error = reg_generate_diff(td->r1_ctx, td->r2_ctx,
46 torture_assert_werr_ok(tctx, error, "reg_generate_diff");
58 WERROR error;
62 error = reg_diff_load(td->filename, iconv_convenience, callbacks, data);
63 torture_assert_werr_ok(tctx, error, "reg_diff_load");
72 WERROR error; local
74 error = reg_diff_apply(td->r1_ctx, lp_iconv_convenience(tctx->lp_ctx), td->filename);
75 torture_assert_werr_ok(tctx, error, "reg_diff_apply");
77 error
156 WERROR error; local
250 WERROR error; local
268 WERROR error; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/include/asm/
H A Dwar.h39 #error Check setting of R4600_V1_INDEX_ICACHEOP_WAR for your platform
69 #error Check setting of R4600_V1_HIT_CACHEOP_WAR for your platform
85 #error Check setting of R4600_V2_HIT_CACHEOP_WAR for your platform
89 #error Check setting of R5432_CP0_INTERRUPT_WAR for your platform
93 #error Check setting of BCM1250_M3_WAR for your platform
97 #error Check setting of SIBYTE_1956_WAR for your platform
101 #error Check setting of MIPS4K_ICACHE_REFILL_WAR for your platform
105 #error Check setting of MIPS_CACHE_SYNC_WAR for your platform
109 #error Check setting of TX49XX_ICACHE_INDEX_INV_WAR for your platform
117 #error Chec
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/include/asm/
H A Dwar.h39 #error Check setting of R4600_V1_INDEX_ICACHEOP_WAR for your platform
69 #error Check setting of R4600_V1_HIT_CACHEOP_WAR for your platform
85 #error Check setting of R4600_V2_HIT_CACHEOP_WAR for your platform
89 #error Check setting of R5432_CP0_INTERRUPT_WAR for your platform
93 #error Check setting of BCM1250_M3_WAR for your platform
97 #error Check setting of SIBYTE_1956_WAR for your platform
101 #error Check setting of MIPS4K_ICACHE_REFILL_WAR for your platform
105 #error Check setting of MIPS_CACHE_SYNC_WAR for your platform
109 #error Check setting of TX49XX_ICACHE_INDEX_INV_WAR for your platform
117 #error Chec
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/LPRng/TESTSUPPORT/
H A Ddbserver.sh31 -error*) error=`echo $i |sed -e 's/-error//'` ;;
44 # exit with error status
45 if test -n "$error";
47 exit $error;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/LPRng/TESTSUPPORT/
H A Ddbserver.sh31 -error*) error=`echo $i |sed -e 's/-error//'` ;;
44 # exit with error status
45 if test -n "$error";
47 exit $error;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2860/chip/
H A Drt2860.h34 #error "For RT2860, you should define the compile flag -DRTMP_PCI_SUPPORT"
38 #error "For RT2880, you should define the compile flag -DRTMP_MAC_PCI"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/LPRng/TESTSUPPORT/
H A Ddbserver.sh31 -error*) error=`echo $i |sed -e 's/-error//'` ;;
44 # exit with error status
45 if test -n "$error";
47 exit $error;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/power/
H A Dsuspend.c87 int error; local
94 error = pm_notifier_call_chain(PM_SUSPEND_PREPARE);
95 if (error)
98 error = usermodehelper_disable();
99 if (error)
102 error = suspend_freeze_processes();
103 if (!error)
111 return error;
134 int error; local
137 error
199 int error; local
266 int error; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/power/
H A Dsuspend.c87 int error; local
94 error = pm_notifier_call_chain(PM_SUSPEND_PREPARE);
95 if (error)
98 error = usermodehelper_disable();
99 if (error)
102 error = suspend_freeze_processes();
103 if (!error)
111 return error;
134 int error; local
137 error
199 int error; local
266 int error; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rt2860/chip/
H A Drt2860.h34 #error "For RT2860, you should define the compile flag -DRTMP_PCI_SUPPORT"
38 #error "For RT2880, you should define the compile flag -DRTMP_MAC_PCI"

Completed in 346 milliseconds

1234567891011>>