14,543,270 results for 'ERROR repo:jcd/phobos' (62 ms)
ops_fstype.c https://bitbucket.org/altlc/wive-rtnl-ralink-rt305x-routers-firmware-amod.git | C | 925 lines
120 char *proto, *table; 121 int error = 0; 122 138 error = gfs2_check_sb(sdp, &sdp->sd_sb, silent); 139 if (error) 140 goto out; 154out: 155 return error; 156} 161 struct task_struct *p; 162 int error = 0; 163 405 if (error) { 406 fs_err(sdp, "error recovering my journal: %d\n", error); 407 goto fail_jinode_gh;dir.c https://bitbucket.org/altlc/wive-rtnl-ralink-rt305x-routers-firmware-amod.git | C | 1,964 lines
105 struct buffer_head *bh; 106 int error; 107 122 struct buffer_head *dibh; 123 int error; 124 256 257 return (error) ? error : size; 258} 727 if (error != sizeof(u64)) 728 return (error < 0) ? error : -EIO; 729 785 786 return error ? ERR_PTR(error) : NULL; 787 }xattr.c https://bitbucket.org/altlc/wive-rtnl-ralink-rt305x-routers-firmware-amod.git | C | 1,585 lines
432{ 433 int i_error, b_error; 434 679 i->name, bs->bh->b_size, 1); 680 if (error && error != -ENODATA) 681 goto cleanup; 906 (void *)is->s.base, 0); 907 if (error && error != -ENODATA) 908 return error; 1079 if (error == 0) 1080 error = error2; 1081 } 1415 * Returns 0 if the blocks are equal, 1 if they differ, and 1416 * a negative error number on errors. 1417 */ipr.c https://bitbucket.org/altlc/wive-rtnl-ralink-rt305x-routers-firmware-amod.git | C | 7,617 lines
1065 1066 error = &hostrcb->hcam.u.error.u.type_13_error; 1067 errors_logged = be32_to_cpu(error->errors_logged); 1069 ipr_err("Device Errors Detected/Logged: %d/%d\n", 1070 be32_to_cpu(error->errors_detected), errors_logged); 1071 1105 1106 error = &hostrcb->hcam.u.error.u.type_03_error; 1107 errors_logged = be32_to_cpu(error->errors_logged); 1513 1514 error = &hostrcb->hcam.u.error.u.type_20_error; 1515 error->failure_reason[sizeof(error->failure_reason) - 1] = '\0'; 4488 4489 ipr_res_err(ioa_cfg, res, "%s\n", ipr_error_table[error_index].error); 4490sysirix.c https://bitbucket.org/altlc/wive-rtnl-ralink-rt305x-routers-firmware-amod.git | C | 2,140 lines
53 int base = 0; 54 int error = 0; 55 1104#ifdef DEBUG_PROCGRPS 1105 printk("error = %d\n", error); 1106#endif 1802 1803 error = buf.error; 1804 lastdirent = buf.previous; 1908 if (!lastdirent) { 1909 error = buf.error; 1910 goto out_f; 1958 if (!lastdirent) { 1959 error = buf.error; 1960 goto out_f;main.c https://bitbucket.org/cm3066/rk3066-kernel.git | C | 1,156 lines
61 62static int async_error; 63 227{ 228 int error = 0; 229 ktime_t calltime; 236 if (ops->suspend) { 237 error = ops->suspend(dev); 238 suspend_report_result(ops->suspend, error); 949 if (error) 950 async_error = error; 951 1016 if (!error) 1017 error = async_error; 1018 if (!error)open.c https://bitbucket.org/zarboz/droid-dna-beastmode.git | C | 1,149 lines
67 struct inode *inode; 68 int error; 69 69 70 error = -EINVAL; 71 if (length < 0) /* sorry, but loff_t says... */ 73 74 error = user_path(pathname, &path); 75 if (error) 79 /* For directories it's -EISDIR, for other non-regulars - -EINVAL */ 80 error = -EISDIR; 81 if (S_ISDIR(inode->i_mode)) 83 84 error = -EINVAL; 85 if (!S_ISREG(inode->i_mode))open.c https://bitbucket.org/zarboz/ville-dlx-merger.git | C | 1,148 lines
67 struct inode *inode; 68 int error; 69 69 70 error = -EINVAL; 71 if (length < 0) /* sorry, but loff_t says... */ 73 74 error = user_path(pathname, &path); 75 if (error) 79 /* For directories it's -EISDIR, for other non-regulars - -EINVAL */ 80 error = -EISDIR; 81 if (S_ISDIR(inode->i_mode)) 83 84 error = -EINVAL; 85 if (!S_ISREG(inode->i_mode))wl_android.c https://bitbucket.org/droidzone/supernovan7100.git | C | 2,122 lines
681 if (error) { 682 DHD_ERROR(("Failed to get Scan Home Time, error = %d\n", error)); 683 return -1; 921 if (error) { 922 DHD_ERROR(("%s: failed to reassoc, error=%d\n", __FUNCTION__, error)); 923 } 970 if (error) { 971 DHD_ERROR(("%s: Failed to get OKC Mode, error = %d\n", __FUNCTION__, error)); 972 return -1; 1481 if (error) { 1482 DHD_ERROR(("Failed to set SRL, error = %d\n", error)); 1483 } 1485 if (error) { 1486 DHD_ERROR(("Failed to set LRL, error = %d\n", error)); 1487 }stdout-flip-test.txt https://bitbucket.org/evan13579b/soar-ziggurat.git | Plain Text | 5,763 lines
27ENV: (next state, see, prediction correct?) = (State-A, 0, False) 28predict error 1 29dir: dir isU 38ENV: (next state, see, prediction correct?) = (State-A, 0, True) 39predict error 0 40dir: dir isR 45ENV: (next state, see, prediction correct?) = (State-B, 1, True) 46predict error 0 47dir: dir isL 52ENV: (next state, see, prediction correct?) = (State-A, 1, True) 53predict error 0 54dir: dir isR 59ENV: (next state, see, prediction correct?) = (State-B, 1, True) 60predict error 0 61dir: dir isRstdout-flip-test.txt https://bitbucket.org/evan13579b/soar-ziggurat.git | Plain Text | 5,719 lines
27ENV: (next state, see, prediction correct?) = (State-A, 0, False) 28predict error 1 29dir: dir isU 38ENV: (next state, see, prediction correct?) = (State-A, 0, True) 39predict error 0 40dir: dir isR 45ENV: (next state, see, prediction correct?) = (State-B, 1, True) 46predict error 0 47dir: dir isL 52ENV: (next state, see, prediction correct?) = (State-A, 1, True) 53predict error 0 54dir: dir isR 59ENV: (next state, see, prediction correct?) = (State-B, 1, True) 60predict error 0 61dir: dir isRstdout-flip-test.txt https://bitbucket.org/evan13579b/soar-ziggurat.git | Plain Text | 5,675 lines
27ENV: (next state, see, prediction correct?) = (State-A, 0, False) 28predict error 1 29dir: dir isU 38ENV: (next state, see, prediction correct?) = (State-A, 0, True) 39predict error 0 40dir: dir isR 45ENV: (next state, see, prediction correct?) = (State-B, 1, True) 46predict error 0 47dir: dir isL 52ENV: (next state, see, prediction correct?) = (State-A, 1, True) 53predict error 0 54dir: dir isR 59ENV: (next state, see, prediction correct?) = (State-B, 1, True) 60predict error 0 61dir: dir isRstdout-flip-2.5K_4.txt https://bitbucket.org/evan13579b/soar-ziggurat.git | Plain Text | 34,662 lines
27ENV: (next state, see, prediction correct?) = (State-A, 0, True) 28predict error 0 29dir: dir isL 38ENV: (next state, see, prediction correct?) = (State-A, 0, False) 39predict error 1 40dir: dir isR 45ENV: (next state, see, prediction correct?) = (State-B, 1, False) 46predict error 1 47dir: dir isL 52ENV: (next state, see, prediction correct?) = (State-A, 1, False) 53predict error 1 54dir: dir isL 59ENV: (next state, see, prediction correct?) = (State-A, 0, True) 60predict error 0 61dir: dir isRstdout-flip-2.5K_3.txt https://bitbucket.org/evan13579b/soar-ziggurat.git | Plain Text | 34,851 lines
27ENV: (next state, see, prediction correct?) = (State-A, 0, True) 28predict error 0 29dir: dir isR 38ENV: (next state, see, prediction correct?) = (State-B, 1, True) 39predict error 0 40dir: dir isR 45ENV: (next state, see, prediction correct?) = (State-B, 0, True) 46predict error 0 47dir: dir isR 52ENV: (next state, see, prediction correct?) = (State-B, 0, False) 53predict error 1 54dir: dir isR 59ENV: (next state, see, prediction correct?) = (State-B, 0, False) 60predict error 1 61dir: dir isLstdout-flip-2.5K_2.txt https://bitbucket.org/evan13579b/soar-ziggurat.git | Plain Text | 34,823 lines
27ENV: (next state, see, prediction correct?) = (State-A, 0, False) 28predict error 1 29dir: dir isU 38ENV: (next state, see, prediction correct?) = (State-A, 0, True) 39predict error 0 40dir: dir isL 45ENV: (next state, see, prediction correct?) = (State-A, 0, False) 46predict error 1 47dir: dir isL 52ENV: (next state, see, prediction correct?) = (State-A, 0, False) 53predict error 1 54dir: dir isU 59ENV: (next state, see, prediction correct?) = (State-A, 0, True) 60predict error 0 61dir: dir isUstdout-flip-2.5K_1.txt https://bitbucket.org/evan13579b/soar-ziggurat.git | Plain Text | 34,728 lines
27ENV: (next state, see, prediction correct?) = (State-A, 0, False) 28predict error 1 29dir: dir isU 38ENV: (next state, see, prediction correct?) = (State-A, 0, True) 39predict error 0 40dir: dir isU 45ENV: (next state, see, prediction correct?) = (State-A, 0, False) 46predict error 1 47dir: dir isL 52ENV: (next state, see, prediction correct?) = (State-A, 0, False) 53predict error 1 54dir: dir isR 59ENV: (next state, see, prediction correct?) = (State-B, 1, False) 60predict error 1 61dir: dir isRstdout-flip-2.5K_0.txt https://bitbucket.org/evan13579b/soar-ziggurat.git | Plain Text | 34,791 lines
27ENV: (next state, see, prediction correct?) = (State-A, 0, False) 28predict error 1 29dir: dir isU 38ENV: (next state, see, prediction correct?) = (State-A, 0, True) 39predict error 0 40dir: dir isR 45ENV: (next state, see, prediction correct?) = (State-B, 1, True) 46predict error 0 47dir: dir isL 52ENV: (next state, see, prediction correct?) = (State-A, 1, True) 53predict error 0 54dir: dir isR 59ENV: (next state, see, prediction correct?) = (State-B, 1, True) 60predict error 0 61dir: dir isRstdout-flip-2.5K_4.txt https://bitbucket.org/evan13579b/soar-ziggurat.git | Plain Text | 17,736 lines
27ENV: (next state, see, prediction correct?) = (State-A, 0, True) 28predict error 0 29dir: dir isL 38ENV: (next state, see, prediction correct?) = (State-A, 0, False) 39predict error 1 40dir: dir isR 45ENV: (next state, see, prediction correct?) = (State-B, 1, False) 46predict error 1 47dir: dir isL 52ENV: (next state, see, prediction correct?) = (State-A, 1, False) 53predict error 1 54dir: dir isL 59ENV: (next state, see, prediction correct?) = (State-A, 0, True) 60predict error 0 61dir: dir isRstdout-flip-2.5K_3.txt https://bitbucket.org/evan13579b/soar-ziggurat.git | Plain Text | 17,721 lines
27ENV: (next state, see, prediction correct?) = (State-A, 0, True) 28predict error 0 29dir: dir isR 38ENV: (next state, see, prediction correct?) = (State-B, 1, True) 39predict error 0 40dir: dir isR 45ENV: (next state, see, prediction correct?) = (State-B, 0, True) 46predict error 0 47dir: dir isR 52ENV: (next state, see, prediction correct?) = (State-B, 0, False) 53predict error 1 54dir: dir isR 59ENV: (next state, see, prediction correct?) = (State-B, 0, False) 60predict error 1 61dir: dir isLstdout-flip-2.5K_2.txt https://bitbucket.org/evan13579b/soar-ziggurat.git | Plain Text | 17,707 lines
27ENV: (next state, see, prediction correct?) = (State-A, 0, False) 28predict error 1 29dir: dir isU 38ENV: (next state, see, prediction correct?) = (State-A, 0, True) 39predict error 0 40dir: dir isL 45ENV: (next state, see, prediction correct?) = (State-A, 0, False) 46predict error 1 47dir: dir isL 52ENV: (next state, see, prediction correct?) = (State-A, 0, False) 53predict error 1 54dir: dir isU 59ENV: (next state, see, prediction correct?) = (State-A, 0, True) 60predict error 0 61dir: dir isU