5,840,503 results for 'ERROR repo:radiofid/linux-radiofid' (21 ms)
xfs_qm.c https://bitbucket.org/emiliolopez/linux.git | C | 1,989 lines
828 ASSERT(XFS_FORCED_SHUTDOWN(mp)); 829 xfs_alert(mp, "%s failed (error %d)!", __func__, error); 830 } 1305{ 1306 int done, count, error, error2; 1307 xfs_ino_t lastino; 1378 if (!error) 1379 error = error2; 1380 } 1384 if (!error) 1385 error = error2; 1386 } 1389 if (!error) 1390 error = error2; 1391xfs_log_recover.c https://bitbucket.org/emiliolopez/linux.git | C | 5,830 lines
43#include "xfs_bmap_btree.h" 44#include "xfs_error.h" 45#include "xfs_dir2.h" 238 int orig_len = BBTOB(bp->b_length); 239 int error, error2; 240 2789 return -ENOMEM; 2790 error = bp->b_error; 2791 if (error) { 2993 } 2994 error = bp->b_error; 2995 if (error) { 5487 5488 return error ? error : error2; 5489}xfs_ioctl.c https://bitbucket.org/emiliolopez/linux.git | C | 2,073 lines
29#include "xfs_itable.h" 30#include "xfs_error.h" 31#include "xfs_attr.h" 86 } else { 87 error = user_lpath((const char __user *)hreq->path, &path); 88 if (error) 88 if (error) 89 return error; 90 inode = d_inode(path.dentry); 97 */ 98 error = -EINVAL; 99 if (inode->i_sb->s_magic != XFS_SB_MAGIC) 557 ops[i].am_attrname, MAXNAMELEN); 558 if (ops[i].am_error == 0 || ops[i].am_error == MAXNAMELEN) 559 error = -ERANGE;nfs3xdr.c https://bitbucket.org/emiliolopez/linux.git | C | 2,619 lines
26 27/* Mapping from NFS error code to "errno" error code. */ 28#define errno_NFSERR_IO EIO 787 goto out; 788 error = decode_post_op_attr(xdr, fattr); 789out: 1389 BUG_ON(error < 0); 1390 error = nfsacl_encode(xdr->buf, base + error, args->inode, 1391 (args->mask & NFS_DFACL) ? 1503 enum nfs_stat status; 1504 int error; 1505 2431 aclcnt = &result->acl_default_count; 2432 error = nfsacl_decode(xdr->buf, hdrlen + error, aclcnt, acl); 2433 if (unlikely(error <= 0))xattr.c https://bitbucket.org/emiliolopez/linux.git | C | 1,496 lines
82 struct gfs2_ea_header *ea, *prev = NULL; 83 int error = 0; 84 97 error = ea_call(ip, bh, ea, prev, data); 98 if (error) 99 return error; 108 109 return error; 110 119 __be64 *eablk, *end; 120 int error; 121 338 339 error = ea_dealloc_unstuffed(ip, bh, ea, prev, (leave) ? &error : NULL); 340super.c https://bitbucket.org/emiliolopez/linux.git | C | 1,698 lines
183 case Opt_debug: 184 if (args->ar_errors == GFS2_ERRORS_PANIC) { 185 pr_warn("-o debug and -o errors=panic are mutually exclusive\n"); 263 case Opt_err_withdraw: 264 args->ar_errors = GFS2_ERRORS_WITHDRAW; 265 break; 1011 default: 1012 fs_err(sdp, "error freezing FS: %d\n", error); 1013 break; 1412 seq_printf(s, ",statfs_percent=%d", args->ar_statfs_percent); 1413 if (args->ar_errors != GFS2_ERRORS_DEFAULT) { 1414 const char *state; 1633 gfs2_glock_dq_uninit(&gh); 1634 if (error && error != GLR_TRYFAILED && error != -EROFS) 1635 fs_warn(sdp, "gfs2_evict_inode: %d\n", error);ops_fstype.c https://bitbucket.org/emiliolopez/linux.git | C | 1,412 lines
181 else 182 pr_warn("error %d reading superblock\n", bio->bi_status); 183 unlock_page(page); 212 * @sector: The location of the super block 213 * @error: The error code to return 214 * 278 279 error = gfs2_read_super(sdp, GFS2_SB_ADDR >> sdp->sd_fsb2bb_shift, silent); 280 if (error) { 760 if (error) { 761 fs_err(sdp, "error recovering my journal: %d\n", error); 762 goto fail_jinode_gh; 1305 args.ar_quota_quantum = 60; 1306 args.ar_errors = GFS2_ERRORS_DEFAULT; 1307inode.c https://bitbucket.org/emiliolopez/linux.git | C | 2,083 lines
119 * 120 * Returns: A VFS inode, or an error 121 */ 130 struct gfs2_holder i_gh; 131 int error; 132 143 144 error = gfs2_glock_get(sdp, no_addr, &gfs2_inode_glops, CREATE, &ip->i_gl); 145 if (unlikely(error)) 149 150 error = gfs2_glock_get(sdp, no_addr, &gfs2_iopen_glops, CREATE, &io_gl); 151 if (unlikely(error)) 159 */ 160 error = gfs2_glock_nq_init(ip->i_gl, LM_ST_EXCLUSIVE, 161 GL_SKIP, &i_gh);dir.c https://bitbucket.org/emiliolopez/linux.git | C | 2,197 lines
111 struct buffer_head *bh; 112 int error; 113 115 if (error) 116 return error; 117 if (gfs2_metatype_check(GFS2_SB(&ip->i_inode), bh, GFS2_METATYPE_JD)) { 128 struct buffer_head *dibh; 129 int error; 130 261 262 return (error) ? error : size; 263} 848 849 return error ? ERR_PTR(error) : NULL; 850 }ims-pcu.c https://bitbucket.org/emiliolopez/linux.git | C | 2,153 lines
702 dev_err(pcu->dev, 703 "GET_INFO command failed, error: %d\n", error); 704 return error; 1811 dev_err(pcu->dev, 1812 "GET_BL_VERSION command failed, error: %d\n", error); 1813 return error; 1823 dev_err(pcu->dev, 1824 "RESET_REASON command failed, error: %d\n", error); 1825 return error; 1849 dev_err(pcu->dev, 1850 "GET_DEVICE_ID command failed, error: %d\n", error); 1851 return error; 1875 dev_err(pcu->dev, 1876 "Failed to identify device, error: %d\n", error); 1877 /*mce_amd.c https://bitbucket.org/emiliolopez/linux.git | C | 1,154 lines
9 10static bool report_gart_errors; 11static void (*decode_dram_ecc)(int node_id, struct mce *m); 14{ 15 report_gart_errors = v; 16} 16} 17EXPORT_SYMBOL_GPL(amd_report_gart_errors); 18 35/* 36 * string representation for the different MCA reported error types, see F3x48 37 * or MSR0000_0411. 902 903 if (MEM_ERROR(ec) || BUS_ERROR(ec)) { 904 pr_cont(", mem-tx: %s", R4_MSG(ec));main.c https://bitbucket.org/emiliolopez/linux.git | C | 1,845 lines
1126 else 1127 async_error = error; 1128 1273 else 1274 async_error = error; 1275 1347 if (!error) 1348 error = async_error; 1349 if (error) { 1541 if (error) 1542 async_error = error; 1543 1616 if (!error) 1617 error = async_error; 1618 if (error) {test_error_handling.cpp https://bitbucket.org/boostorg/math.git | C++ | 492 lines
144#ifndef BOOST_NO_EXCEPTIONS 145 TEST_EXCEPTION(boost::math::policies::raise_domain_error(func, msg1, T(0.0), throw_policy), std::domain_error, format_message_string<T>("Error in function boost::math::test_function<float>(float, float, float): Error while handling value 0")); 146 TEST_EXCEPTION(boost::math::policies::raise_domain_error(func, 0, T(0.0), throw_policy), std::domain_error, format_message_string<T>("Error in function boost::math::test_function<float>(float, float, float): Domain Error evaluating function at 0")); 146 TEST_EXCEPTION(boost::math::policies::raise_domain_error(func, 0, T(0.0), throw_policy), std::domain_error, format_message_string<T>("Error in function boost::math::test_function<float>(float, float, float): Domain Error evaluating function at 0")); 147 TEST_EXCEPTION(boost::math::policies::raise_pole_error(func, msg1, T(0.0), throw_policy), std::domain_error, format_message_string<T>("Error in function boost::math::test_function<float>(float, float, float): Error while handling value 0")); 148 TEST_EXCEPTION(boost::math::policies::raise_pole_error(func, 0, T(0.0), throw_policy), std::domain_error, format_message_string<T>("Error in function boost::math::test_function<float>(float, float, float): Evaluation of function at pole 0")); 297 //TEST_EXCEPTION(boost::math::policies::raise_overflow_error<T>(func, 0, throw_policy), std::overflow_error, format_message_string<T>("Error in function boost::math::test_function<float>(float, float, float): Overflow Error")); 298 //TEST_EXCEPTION(boost::math::policies::raise_underflow_error<T>(func, msg2, throw_policy), std::underflow_error, format_message_string<T>("Error in function boost::math::test_function<float>(float, float, float): Error message goes here...")); 299 //TEST_EXCEPTION(boost::math::policies::raise_underflow_error<T>(func, 0, throw_policy), std::underflow_error, format_message_string<T>("Error in function boost::math::test_function<float>(float, float, float): Underflow Error")); 300 //TEST_EXCEPTION(boost::math::policies::raise_denorm_error<T>(func, msg2, T(0), throw_policy), std::underflow_error, format_message_string<T>("Error in function boost::math::test_function<float>(float, float, float): Error message goes here...")); 301 //TEST_EXCEPTION(boost::math::policies::raise_denorm_error<T>(func, 0, T(0), throw_policy), std::underflow_error, format_message_string<T>("Error in function boost::math::test_function<float>(float, float, float): Denorm Error")); 302 TEST_EXCEPTION(boost::math::policies::raise_evaluation_error(func, msg1, val, throw_policy), boost::math::evaluation_error, format_message_string<T>("Error in function boost::math::test_function<float>(float, float, float): Error while handling value { 1, 2, 3 }")); 303 TEST_EXCEPTION(boost::math::policies::raise_evaluation_error(func, 0, val, throw_policy), boost::math::evaluation_error, format_message_string<T>("Error in function boost::math::test_function<float>(float, float, float): Internal Evaluation Error, best value so far was { 1, 2, 3 }")); 304 TEST_EXCEPTION(boost::math::policies::raise_indeterminate_result_error(func, msg1, val, T(12.34), throw_policy), std::domain_error, format_message_string<T>("Error in function boost::math::test_function<float>(float, float, float): Error while handling value { 1, 2, 3 }")); 305 TEST_EXCEPTION(boost::math::policies::raise_indeterminate_result_error(func, 0, val, T(12.34), throw_policy), std::domain_error, format_message_string<T>("Error in function boost::math::test_function<float>(float, float, float): Indeterminate result with value { 1, 2, 3 }"));write.cpp https://bitbucket.org/boostorg/asio.git | C++ | 3,914 lines
229 230 boost::system::error_code error; 231 size_t bytes_transferred = boost::asio::write(s, buffers, error); 1038 s.next_write_length(10); 1039 error = boost::system::error_code(); 1040 bytes_transferred = boost::asio::write(s, buffers, 1564 s.next_write_length(10); 1565 error = boost::system::error_code(); 1566 bytes_transferred = boost::asio::write(s, buffers, 1579 s.next_write_length(1); 1580 error = boost::system::error_code(); 1581 bytes_transferred = boost::asio::write(s, buffers, short_transfer, error); 1587 s.next_write_length(10); 1588 error = boost::system::error_code(); 1589 bytes_transferred = boost::asio::write(s, buffers, short_transfer, error);read.cpp https://bitbucket.org/boostorg/asio.git | C++ | 3,919 lines
240 241 boost::system::error_code error; 242 size_t bytes_transferred = boost::asio::read(s, buffers, error); 1190 memset(read_buf, 0, sizeof(read_buf)); 1191 error = boost::system::error_code(); 1192 bytes_transferred = boost::asio::read(s, buffers, 1799 sb.consume(sb.size()); 1800 error = boost::system::error_code(); 1801 bytes_transferred = boost::asio::read(s, sb, 1818 sb.consume(sb.size()); 1819 error = boost::system::error_code(); 1820 bytes_transferred = boost::asio::read(s, sb, short_transfer, error); 1828 sb.consume(sb.size()); 1829 error = boost::system::error_code(); 1830 bytes_transferred = boost::asio::read(s, sb, short_transfer, error);TWR3TCheckValues.cpp https://bitbucket.org/muegamma/rome3.git | C++ | 459 lines
53 54 if (gAnalyzer->GetMyFolder()->GetTSFSF()->GetNumber() != 5) { cerr<<"error"<<endl; } 55 for (j = 0; j < 5; j++) { 55 for (j = 0; j < 5; j++) { 56 if (gAnalyzer->GetMyFolder()->GetTSFSF()->GetFixedArrayAt(j) != 5) { cerr<<"error"<<endl; } 57 if (gAnalyzer->GetMyFolder()->GetTSFSF()->GetVariableArrayAt(j) != 5) { cerr<<"error"<<endl; } 58 } 59 if (gAnalyzer->GetMyFolder()->GetTSFST()->GetNumber() != 5) { cerr<<"error"<<endl; } 60 for (j = 0; j < 5; j++) { 60 for (j = 0; j < 5; j++) { 61 if (gAnalyzer->GetMyFolder()->GetTSFST()->GetFixedArrayAt(j) != 5) { cerr<<"error"<<endl; } 62 if (gAnalyzer->GetMyFolder()->GetTSFST()->GetVariableArrayAt(j) != 5) { cerr<<"error"<<endl; } 63 } 64 if (gAnalyzer->GetMyFolder()->GetFSFSF()->GetNumber() != 5) { cerr<<"error"<<endl; } 65 for (j = 0; j < 5; j++) {087.out https://bitbucket.org/lollinus/pcp.git | Unknown | 1,475 lines
9sample.seconds: value OK 10sample.drift: current error Metric not defined in the PCP archive log 11sample.milliseconds: delta: 1000 +/- 20 14sample.seconds: value OK 15sample.drift: current error Metric not defined in the PCP archive log 16sample.milliseconds: delta: 1000 +/- 20 19sample.seconds: value OK 20sample.drift: current error Metric not defined in the PCP archive log 21sample.milliseconds: delta: 1000 +/- 20 24sample.seconds: value OK 25sample.drift: current error Metric not defined in the PCP archive log 26sample.milliseconds: delta: 1000 +/- 20 29sample.seconds: value OK 30sample.drift: current error Metric not defined in the PCP archive log 31sample.milliseconds: delta: 1000 +/- 20025.out https://bitbucket.org/lollinus/pcp.git | Unknown | 167 lines
9Waiting for pmcd to terminate ... 10pmLookupDesc: IPC protocol failure -- error expected 11pmGetInDom: IPC protocol failure -- error expected 11pmGetInDom: IPC protocol failure -- error expected 12pmNameInDom: IPC protocol failure -- error expected 13pmLookupInDom: IPC protocol failure -- error expected 13pmLookupInDom: IPC protocol failure -- error expected 14pmLookupText: IPC protocol failure -- error expected 15pmLookupInDomText: IPC protocol failure -- error expected 15pmLookupInDomText: IPC protocol failure -- error expected 16pmFetch: IPC protocol failure -- error expected 17pmStore: IPC protocol failure -- error expected 17pmStore: IPC protocol failure -- error expected 18__pmControlLog: IPC protocol failure -- error expected 19pmLookupDesc: IPC protocol failure -- error expectedelog.c https://bitbucket.org/mhellegers/pghaikuport.git | C | 3,001 lines
319 /* 320 * Ooops, error during error processing. Clear ErrorContext as 321 * discussed at top of file. We will not return to the original 393{ 394 ErrorData *edata = &errordata[errordata_stack_depth]; 395 int elevel = edata->elevel; 554{ 555 ErrorData *edata = &errordata[errordata_stack_depth]; 556 577{ 578 ErrorData *edata = &errordata[errordata_stack_depth]; 579 1206{ 1207 ErrorData *edata = &errordata[errordata_stack_depth]; 1208 MemoryContext oldcontext;xfs_attr.c https://bitbucket.org/microcreat/cortexm_uclinux.git | C | 2,266 lines
370 } 371 return(error == 0 ? err2 : error); 372 } 549 if (!xfs_inode_hasattr(dp)) { 550 error = XFS_ERROR(ENOATTR); 551 goto out; 1209 if (error) 1210 return XFS_ERROR(error); 1211 ASSERT(bp != NULL); 1221 xfs_da_brelse(NULL, bp); 1222 return XFS_ERROR(error); 1223} 1844 &bp, XFS_ATTR_FORK); 1845 if ((error != 0) && (error != EFSCORRUPTED)) 1846 return(error);