Searched defs:error (Results 1 - 4 of 4) sorted by relevance

/lib/
H A Didr.c311 * return proper error values.
341 * return proper error values.
556 int n, id, max, error = 0; local
574 error = fn(id, (void *)p, data);
575 if (error)
586 return error;
H A Dkobject.c34 int error = 0; local
39 error = sysfs_create_file(kobj, attr);
40 if (error)
44 return error;
49 int error = 0; local
51 error = sysfs_create_dir(kobj);
52 if (!error) {
53 error = populate_dir(kobj);
54 if (error)
58 return error;
160 int error = 0; local
401 int error = 0; local
463 int error; local
841 int error; local
862 int error; local
[all...]
H A Dradix-tree.c210 * success, return zero, with preemption disabled. On error, return -ENOMEM
315 int error; local
321 error = radix_tree_extend(root, index);
322 if (error)
323 return error;
H A Ddecompress_unlzma.c76 void (*error)(char *); member in struct:rc
95 rc->error("unexpected EOF");
542 void(*error)(char *x)
558 rc.error = error;
565 error("Could not allocate input buffer");
587 error("bad header");
638 error("LZMA data is corrupt");
643 error("LZMA data is corrupt");
675 void(*error)(cha
[all...]

Completed in 77 milliseconds