Searched refs:error (Results 176 - 200 of 1460) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/mm/
H A Dgeneric.c80 int error = 0; local
94 error = -ENOMEM;
97 error = io_remap_pmd_range(pmd, from, end - from, offset + from, prot, space);
98 if (error)
106 return error;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/solaris/
H A Dtimod.c194 SOLD("making error");
228 int error, failed; local
245 error = failed = 0;
281 error = sys_socketcall(SYS_SETSOCKOPT, args);
283 if (error) {
302 error = sys_socketcall(SYS_GETSOCKOPT, args);
304 if (error) {
320 timod_error(fd, T_OPTMGMT_REQ, failed, -error);
347 int ret, error, terror; local
399 error
623 int error; local
844 int error = -EBADF; local
911 int error = -EBADF; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pci/
H A Dsyscall.c29 goto error;
34 goto error;
50 goto error;
56 goto error;
71 error:
/asus-wl-520gu-7.0.1.45/src/linux/linux/kernel/
H A Dprintk.c178 int error = 0; local
186 error = -EINVAL;
189 error = 0;
192 error = verify_area(VERIFY_WRITE,buf,len);
193 if (error)
195 error = wait_event_interruptible(log_wait, (log_start - log_end));
196 if (error)
210 error = i;
216 error = -EINVAL;
219 error
[all...]
/asus-wl-520gu-7.0.1.45/src/router/ppp/solaris/
H A Dppp_mod.c157 int error; local
159 error = DDI_SUCCESS;
163 error = DDI_FAILURE;
171 error = DDI_FAILURE;
173 return error;
/asus-wl-520gu-7.0.1.45/src/router/ppp/svr4/
H A Dppp_mod.c157 int error; local
159 error = DDI_SUCCESS;
163 error = DDI_FAILURE;
171 error = DDI_FAILURE;
173 return error;
/asus-wl-520gu-7.0.1.45/src/router/pppd/solaris/
H A Dppp_mod.c165 int error; local
167 error = DDI_SUCCESS;
171 error = DDI_FAILURE;
179 error = DDI_FAILURE;
181 return error;
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/solaris/
H A Dppp_mod.c165 int error; local
167 error = DDI_SUCCESS;
171 error = DDI_FAILURE;
179 error = DDI_FAILURE;
181 return error;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ntfs/
H A Dattr.c322 int error; local
335 error = ntfs_extend_attr(ino, attr, len);
336 if (error)
337 return error;
348 int i, error = 0; local
351 for (i = 0; !error && i < ino->attr_count; i++)
356 error = ntfs_make_attr_nonresident(ino, ino->attrs + i);
358 return error;
368 int error = 0; local
381 error
476 int error; local
611 int error; local
706 int error = 0; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ramfs/
H A Dinode.c138 int error = -ENOSPC; local
143 error = 0;
145 return error;
236 int error = -ENOTEMPTY; local
244 error = 0;
246 return error;
251 int error; local
253 error = ramfs_mknod(dir, dentry, S_IFLNK | S_IRWXUGO, 0);
254 if (!error) {
257 error
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dn_hdlc.c116 #define GET_USER(error,value,addr) error = get_user(value,addr)
117 #define COPY_FROM_USER(error,dest,src,size) error = copy_from_user(dest,src,size) ? -EFAULT : 0
118 #define PUT_USER(error,value,addr) error = put_user(value,addr)
119 #define COPY_TO_USER(error,dest,src,size) error = copy_to_user(dest,src,size) ? -EFAULT : 0
316 * Return Value: 0 if success, otherwise error code
412 /* if transmit error, thro
596 int error; local
676 int error = 0; local
761 int error = 0; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dldt.c67 int error; local
70 error = -EINVAL;
74 error = -EFAULT;
78 error = -EINVAL;
100 error = -ENOMEM;
149 error = 0;
154 return error;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/boot/compressed/
H A Dbz2misc.c54 # define Assert(cond,msg) {if(!(cond)) error(msg);}
71 static void error(char *m);
101 static void error(char *m);
123 if (size <0) error("Malloc error\n");
124 if (free_mem_ptr <= 0) error("Memory error\n");
132 error("\nOut of memory\n");
206 static void error(char *x) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dldt.c71 int error; local
74 error = -EINVAL;
77 error = -EFAULT;
81 error = -EINVAL;
98 error = -ENOMEM;
143 error = 0;
148 return error;
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/common/src/
H A Dui_memtest.c97 "-stoponerror;Stop if error occurs while looping|"
133 int error; local
151 error = 0;
177 error = 0;
225 error++;
264 error++;
273 if (error) printf("Failing address: %016llX\n",mem_base+offset);
275 return error ? -1 : 0;
/asus-wl-520gu-7.0.1.45/src/router/acl/libacl/
H A Dperm_copy_fd.c112 error (ctx, "");
123 error (ctx, _("setting permissions for %s"), qpath);
135 error (ctx, _("setting permissions for %s"), qpath);
158 error (ctx, "%s", qpath);
171 error (ctx, "%s", qpath);
185 error (ctx, _("preserving permissions for %s"), qpath);
197 error (ctx, _("setting permissions for %s"), qpath);
/asus-wl-520gu-7.0.1.45/src/router/attr/attr/
H A Dattr.c70 int opflag, ch, error, follow, verbose, rootflag; local
161 error = attr_set(filename, attrname, attrvalue,
165 if (error) {
186 error = attr_get(filename, attrname, attrvalue,
190 if (error) {
207 error = attr_remove(filename, attrname,
210 if (error) {
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dmodule.c27 /* Load a dynamic module. Only log a level 0 error if we are not checking
35 const char *error; local
45 error = sys_dlerror();
46 DEBUG(level, ("Error loading module '%s': %s\n", module_name, error ? error : ""));
54 error = sys_dlerror();
55 if (error) {
57 module_name, error));
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/
H A Dosf_sys.c50 * Brk needs to return an error. Still support Linux's brk(0) query idiom,
101 int error; member in struct:osf_dirent_callback
111 buf->error = -EINVAL; /* only used if we fail */
133 int error; local
137 error = -EBADF;
145 buf.error = 0;
147 error = vfs_readdir(file, osf_filldir, &buf);
148 if (error < 0)
151 error = buf.error;
285 int error = vfs_statfs(dentry->d_inode->i_sb, &linux_stat); local
433 int error; local
479 int error; local
496 int i, error; local
605 long error; local
653 int error; local
972 int error; local
985 int error; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Draw1394.c114 req->req.error = RAW1394_ERROR_SEND_ERROR;
117 req->req.error = RAW1394_ERROR_ABORTED;
120 req->req.error = RAW1394_ERROR_TIMEOUT;
123 req->req.error = (packet->ack_code << 16) | rcode;
404 req->req.error = RAW1394_ERROR_MEMFAULT;
422 req->req.error = RAW1394_ERROR_NONE;
427 req->req.error = RAW1394_ERROR_COMPAT;
431 req->req.error = RAW1394_ERROR_STATE_ORDER;
446 req->req.error = RAW1394_ERROR_GENERATION;
475 req->req.error
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/sn2/pcibr/
H A Dpcibr_slot.c94 int error = 0; local
116 error = PCI_SLOT_ALREADY_UP;
120 error = pcibr_slot_attach(pcibr_vhdl, slot, D_PCI_HOT_PLUG_ATTACH,
135 return(error);
148 int error = 0; local
174 error = PCI_SLOT_ALREADY_DOWN;
189 error++;
192 if (!error) {
193 error = PCI_EMPTY_33MHZ;
198 error
377 int error; local
1202 int error = ENODEV; local
1279 int error = ENODEV; local
1351 int error; local
1443 int error; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/mm/
H A Dmlock.c152 int error; local
176 error = mlock_fixup(vma, nstart, end, newflags);
182 error = mlock_fixup(vma, nstart, tmp, newflags);
183 if (error)
188 error = -ENOMEM;
192 return error;
199 int error = -ENOMEM; local
220 error = do_mlock(start, len, 1);
223 return error;
240 int error; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dbinfmt_aout32.c82 * dumping of the process results in another error..
201 unsigned long error; local
249 error = do_brk(N_TXTADDR(ex), ex.a_text);
252 error = do_brk(N_DATADDR(ex), ex.a_data);
282 error = do_mmap(bprm->file, N_TXTADDR(ex), ex.a_text,
288 if (error != N_TXTADDR(ex)) {
290 return error;
294 error = do_mmap(bprm->file, N_DATADDR(ex), ex.a_data,
299 if (error != N_DATADDR(ex)) {
301 return error;
345 unsigned long error; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/affs/
H A Dnamei.c263 int error; local
279 error = affs_add_entry(dir, inode, dentry, ST_FILE);
280 if (error) {
283 return error;
292 int error; local
307 error = affs_add_entry(dir, inode, dentry, ST_USERDIR);
308 if (error) {
312 return error;
336 int i, maxlen, error; local
343 error
406 int error; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Drtc.c278 int error; local
282 * error -2 is clock busy, we keep retrying a few times to see
287 error = rtas_call(rtas_token("get-time-of-day"), 0, 8, (void *)&ret);
288 } while (error == -2 && ++count < 1000);
290 if (error != 0) {
291 printk(KERN_WARNING "error: reading the clock failed (%d)\n",
292 error);
306 int error; local
310 * error -2 is clock busy, we keep retrying a few times to see
315 error
[all...]

Completed in 214 milliseconds

1234567891011>>