/kernel/linux/linux-5.10/drivers/w1/slaves/ |
H A D | w1_ds28e17.c | 135 /* Check error conditions. */ in w1_f19_error() 154 int error; in __w1_f19_i2c_write() local 179 /* Check error conditions. */ in __w1_f19_i2c_write() 180 error = w1_f19_error(sl, w1_buf); in __w1_f19_i2c_write() 181 if (error < 0) in __w1_f19_i2c_write() 182 return error; in __w1_f19_i2c_write() 266 int error; in w1_f19_i2c_read() local 290 /* Check error conditions. */ in w1_f19_i2c_read() 291 error = w1_f19_error(sl, w1_buf); in w1_f19_i2c_read() 292 if (error < in w1_f19_i2c_read() 305 int error; w1_f19_i2c_write_read() local 593 int error; speed_store() local [all...] |
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_aops.c | 79 int error; in xfs_setfilesize() local 81 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_fsyncts, 0, 0, 0, &tp); in xfs_setfilesize() 82 if (error) in xfs_setfilesize() 83 return error; in xfs_setfilesize() 91 int error) in xfs_setfilesize_ioend() 104 /* we abort the update if there was an IO error */ in xfs_setfilesize_ioend() 105 if (error) { in xfs_setfilesize_ioend() 107 return error; in xfs_setfilesize_ioend() 125 int error; in xfs_end_ioend() local 138 error in xfs_end_ioend() 89 xfs_setfilesize_ioend( struct iomap_ioend *ioend, int error) xfs_setfilesize_ioend() argument 292 int error; xfs_convert_blocks() local 332 int error = 0; xfs_map_blocks() local 511 int error; xfs_discard_page() local [all...] |
/kernel/linux/linux-6.6/drivers/w1/slaves/ |
H A D | w1_ds28e17.c | 135 /* Check error conditions. */ in w1_f19_error() 154 int error; in __w1_f19_i2c_write() local 179 /* Check error conditions. */ in __w1_f19_i2c_write() 180 error = w1_f19_error(sl, w1_buf); in __w1_f19_i2c_write() 181 if (error < 0) in __w1_f19_i2c_write() 182 return error; in __w1_f19_i2c_write() 266 int error; in w1_f19_i2c_read() local 290 /* Check error conditions. */ in w1_f19_i2c_read() 291 error = w1_f19_error(sl, w1_buf); in w1_f19_i2c_read() 292 if (error < in w1_f19_i2c_read() 305 int error; w1_f19_i2c_write_read() local 593 int error; speed_store() local [all...] |
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | bcm-keypad.c | 135 int error; in bcm_kp_start() local 138 error = clk_prepare_enable(kp->clk); in bcm_kp_start() 139 if (error) in bcm_kp_start() 140 return error; in bcm_kp_start() 197 int error; in bcm_kp_matrix_key_parse_dt() local 205 error = matrix_keypad_parse_properties(dev, &kp->n_rows, &kp->n_cols); in bcm_kp_matrix_key_parse_dt() 206 if (error) { in bcm_kp_matrix_key_parse_dt() 208 return error; in bcm_kp_matrix_key_parse_dt() 310 int error; in bcm_kp_probe() local 343 error in bcm_kp_probe() [all...] |
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | auo-pixcir-ts.c | 490 int error; in auo_pixcir_probe() local 549 error = PTR_ERR_OR_ZERO(ts->gpio_int); in auo_pixcir_probe() 550 if (error) { in auo_pixcir_probe() 552 "request of int gpio failed: %d\n", error); in auo_pixcir_probe() 553 return error; in auo_pixcir_probe() 561 error = PTR_ERR_OR_ZERO(ts->gpio_rst); in auo_pixcir_probe() 562 if (error) { in auo_pixcir_probe() 564 "request of reset gpio failed: %d\n", error); in auo_pixcir_probe() 565 return error; in auo_pixcir_probe() 570 error in auo_pixcir_probe() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | udpgso.c | 7 #include <error.h> 286 error(1, errno, "ioctl get mtu"); in get_device_mtu() 301 error(1, errno, "ioctl set mtu"); in __set_device_mtu() 314 error(1, 0, "unable to set device mtu to %u\n", val); in set_device_mtu() 334 error(1, errno, "setsockopt path mtu"); in set_pmtu_discover() 350 error(1, errno, "getsockopt mtu"); in get_path_mtu() 375 error(1, errno, "socket netlink"); in set_route_mtu() 424 error(1, errno, "send netlink: %uB != %uB\n", ret, off); in set_route_mtu() 427 error(1, errno, "close netlink"); in set_route_mtu() 441 error( in __send_one() [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | loclikely.cpp | 81 * the error U_BUFFER_OVERFLOW_ERROR. 83 * If an illegal argument is provided, the function returns the error 99 * @param err A pointer to a UErrorCode for error reporting. 116 goto error; in createTagStringWithAlternates() 121 goto error; in createTagStringWithAlternates() 163 goto error; in createTagStringWithAlternates() 204 goto error; in createTagStringWithAlternates() 240 goto error; in createTagStringWithAlternates() 278 error: in createTagStringWithAlternates() 283 * no previous error, i in createTagStringWithAlternates() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 414 /// Report an error at the current location with the given message. 417 bool error(const Twine &Msg); 419 /// Report an error at the given location with the given message. 422 bool error(StringRef::iterator Loc, const Twine &Msg); 515 /// Return true if an error occurred. 520 /// Return true if an error occurred. 530 /// Otherwise report an error and return true. 566 [this](StringRef::iterator Loc, const Twine &Msg) { error(Loc, Msg); }); in lex() 569 bool MIParser::error(const Twine &Msg) { return error(Toke function in MIParser 571 bool MIParser::error(StringRef::iterator Loc, const Twine &Msg) { error() function in MIParser [all...] |
/kernel/linux/linux-6.6/net/sctp/ |
H A D | sm_sideeffect.c | 144 int error = 0; in sctp_gen_sack() local 222 return error; in sctp_gen_sack() 224 error = -ENOMEM; in sctp_gen_sack() 225 return error; in sctp_gen_sack() 238 int error; in sctp_generate_t3_rtx_event() local 253 error = sctp_do_sm(net, SCTP_EVENT_T_TIMEOUT, in sctp_generate_t3_rtx_event() 259 if (error) in sctp_generate_t3_rtx_event() 260 sk->sk_err = -error; in sctp_generate_t3_rtx_event() 275 int error = 0; in sctp_generate_timeout_event() local 295 error in sctp_generate_timeout_event() 369 int error = 0; sctp_generate_heartbeat_event() local 449 int error = 0; sctp_generate_reconf_event() local 485 int error = 0; sctp_generate_probe_event() local 625 sctp_cmd_init_failed(struct sctp_cmd_seq *commands, struct sctp_association *asoc, unsigned int error) sctp_cmd_init_failed() argument 648 sctp_cmd_assoc_failed(struct sctp_cmd_seq *commands, struct sctp_association *asoc, enum sctp_event_type event_type, union sctp_subtype subtype, struct sctp_chunk *chunk, unsigned int error) sctp_cmd_assoc_failed() argument 699 int error; sctp_cmd_process_init() local 1033 sctp_cmd_set_sk_err(struct sctp_association *asoc, int error) sctp_cmd_set_sk_err() argument 1156 int error = 0; sctp_do_sm() local 1190 int error; sctp_side_effects() local 1288 int error = 0; sctp_cmd_interpreter() local [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/ |
H A D | hfi_msgs.c | 39 inst->error = HFI_ERR_NONE; in event_seq_changed() 46 inst->error = HFI_ERR_SESSION_INVALID_PARAMETER; in event_seq_changed() 54 inst->error = HFI_ERR_SESSION_INSUFFICIENT_RESOURCES; in event_seq_changed() 145 inst->error = HFI_ERR_NONE; in event_release_buffer_ref() 154 "sys error (session id:%x, data1:%x, data2:%x)\n", in event_sys_error() 167 dev_dbg(dev, VDBGH "session error: event id:%x, session id:%x\n", in event_session_error() 179 inst->error = HFI_ERR_NONE; in event_session_error() 182 dev_err(dev, "session error: event id:%x (%x), session id:%x\n", in event_session_error() 186 inst->error = pkt->event_data1; in event_session_error() 225 u32 error; in hfi_sys_init_done() local 417 unsigned int error = HFI_ERR_NONE; hfi_session_prop_info() local 452 u32 error; hfi_session_init_done() local 509 unsigned int error; hfi_session_ftb_done() local [all...] |
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/ |
H A D | langsvr.go | 49 func (s rSpy) Read(p []byte) (n int, err error) { 62 func (s wSpy) Write(p []byte) (n int, err error) { 123 func (s *server) DidChangeWorkspaceFolders(ctx context.Context, p *lsp.DidChangeWorkspaceFoldersParams) error { 127 func (s *server) Initialized(ctx context.Context, p *lsp.InitializedParams) error { 131 func (s *server) Exit(ctx context.Context) error { 135 func (s *server) DidChangeConfiguration(ctx context.Context, p *lsp.DidChangeConfigurationParams) error { 139 func (s *server) DidOpen(ctx context.Context, p *lsp.DidOpenTextDocumentParams) error { 143 func (s *server) DidChange(ctx context.Context, p *lsp.DidChangeTextDocumentParams) error { 147 func (s *server) DidClose(ctx context.Context, p *lsp.DidCloseTextDocumentParams) error { 151 func (s *server) DidSave(ctx context.Context, p *lsp.DidSaveTextDocumentParams) error { [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/ |
H A D | langsvr.go | 49 func (s rSpy) Read(p []byte) (n int, err error) { 62 func (s wSpy) Write(p []byte) (n int, err error) { 123 func (s *server) DidChangeWorkspaceFolders(ctx context.Context, p *lsp.DidChangeWorkspaceFoldersParams) error { 127 func (s *server) Initialized(ctx context.Context, p *lsp.InitializedParams) error { 131 func (s *server) Exit(ctx context.Context) error { 135 func (s *server) DidChangeConfiguration(ctx context.Context, p *lsp.DidChangeConfigurationParams) error { 139 func (s *server) DidOpen(ctx context.Context, p *lsp.DidOpenTextDocumentParams) error { 143 func (s *server) DidChange(ctx context.Context, p *lsp.DidChangeTextDocumentParams) error { 147 func (s *server) DidClose(ctx context.Context, p *lsp.DidCloseTextDocumentParams) error { 151 func (s *server) DidSave(ctx context.Context, p *lsp.DidSaveTextDocumentParams) error { [all...] |
/third_party/spirv-tools/utils/vscode/src/ |
H A D | langsvr.go | 49 func (s rSpy) Read(p []byte) (n int, err error) { 62 func (s wSpy) Write(p []byte) (n int, err error) { 123 func (s *server) DidChangeWorkspaceFolders(ctx context.Context, p *lsp.DidChangeWorkspaceFoldersParams) error { 127 func (s *server) Initialized(ctx context.Context, p *lsp.InitializedParams) error { 131 func (s *server) Exit(ctx context.Context) error { 135 func (s *server) DidChangeConfiguration(ctx context.Context, p *lsp.DidChangeConfigurationParams) error { 139 func (s *server) DidOpen(ctx context.Context, p *lsp.DidOpenTextDocumentParams) error { 143 func (s *server) DidChange(ctx context.Context, p *lsp.DidChangeTextDocumentParams) error { 147 func (s *server) DidClose(ctx context.Context, p *lsp.DidCloseTextDocumentParams) error { 151 func (s *server) DidSave(ctx context.Context, p *lsp.DidSaveTextDocumentParams) error { [all...] |
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | sfobjs.c | 63 FT_Error error; in tt_name_ascii_from_utf16() local 98 FT_Error error; in tt_name_ascii_from_other() local 137 FT_Error error = FT_Err_Ok; in FT_LOCAL_DEF() local 285 return error; in FT_LOCAL_DEF() 349 FT_Error error; in sfnt_open_font() local 381 return error; in sfnt_open_font() 389 return error; in sfnt_open_font() 391 error = woff_open_font( stream, face ); in sfnt_open_font() 392 if ( error ) in sfnt_open_font() 393 return error; in sfnt_open_font() 497 FT_Error error; FT_LOCAL_DEF() local 787 FT_Error error; FT_LOCAL_DEF() local [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/cpu-hotplug/ |
H A D | cpu-on-off-test.sh | 151 error=-12 164 error=$OPTARG 181 if ! [ "$error" -ge -4095 -a "$error" -lt 0 ]; then 182 echo "error code must be -4095 <= errno < 0" >&2 234 # Test with cpu notifier error injection 238 NOTIFIER_ERR_INJECT_DIR=$DEBUGFS/notifier-error-inject/cpu 244 /sbin/modprobe -q -r cpu-notifier-error-inject 245 /sbin/modprobe -q cpu-notifier-error-inject priority=$priority 253 echo $msg cpu-notifier-error [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/memory-hotplug/ |
H A D | mem-on-off-test.sh | 137 error=-12 146 error=$OPTARG 165 if ! [ "$error" -ge -4095 -a "$error" -lt 0 ]; then 166 echo "error code must be -4095 <= errno < 0" >&2 227 # Test with memory notifier error injection 231 NOTIFIER_ERR_INJECT_DIR=$DEBUGFS/notifier-error-inject/memory 237 /sbin/modprobe -q -r memory-notifier-error-inject 238 /sbin/modprobe -q memory-notifier-error-inject priority=$priority 246 echo $msg memory-notifier-error [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/memory-hotplug/ |
H A D | mem-on-off-test.sh | 146 error=-12 155 error=$OPTARG 174 if ! [ "$error" -ge -4095 -a "$error" -lt 0 ]; then 175 echo "error code must be -4095 <= errno < 0" >&2 239 # Test with memory notifier error injection 243 NOTIFIER_ERR_INJECT_DIR=$DEBUGFS/notifier-error-inject/memory 249 /sbin/modprobe -q -r memory-notifier-error-inject 250 /sbin/modprobe -q memory-notifier-error-inject priority=$priority 258 echo $msg memory-notifier-error [all...] |
/third_party/curl/tests/ |
H A D | sshhelp.pm | 156 my $error; 159 $error = 'Error: Missing argument 1 for dump_array()'; 167 $error = "Error: cannot close file $filename"; 171 $error = "Error: cannot write file $filename"; 173 return $error; 221 die "error: \$sshdlog uninitialized" if(not defined $sshdlog); 230 die "error: \$sshlog uninitialized" if(not defined $sshlog); 239 die "error: \$sftplog uninitialized" if(not defined $sftplog); 375 my $error; 378 $error [all...] |
/third_party/musl/libc-test/src/math/ |
H A D | fpclassify.c | 84 #define error(t,c) err++, printf("%s:%d: (at line %d) %La has class %d (%s), but %s returns %d\n", \ macro 94 error(tf[i], fpclassify); in main() 96 error(tf[i], isinf); in main() 98 error(tf[i], isnan); in main() 100 error(tf[i], isnormal); in main() 102 error(tf[i], isfinite); in main() 107 error(td[i], fpclassify); in main() 109 error(td[i], isinf); in main() 111 error(td[i], isnan); in main() 113 error(t in main() [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_layout.cpp | 165 if (auto error = _.current_function().RegisterSetFunctionDeclType( in FunctionScopedInstructions() 167 return error; in FunctionScopedInstructions() 180 if (auto error = in FunctionScopedInstructions() 183 return error; in FunctionScopedInstructions() 185 if (auto error = _.current_function().RegisterSetFunctionDeclType( in FunctionScopedInstructions() 187 return error; in FunctionScopedInstructions() 202 if (auto error = _.current_function().RegisterFunctionParameter( in FunctionScopedInstructions() 204 return error; in FunctionScopedInstructions() 223 if (auto error = _.current_function().RegisterSetFunctionDeclType( in FunctionScopedInstructions() 225 return error; in FunctionScopedInstructions() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_layout.cpp | 165 if (auto error = _.current_function().RegisterSetFunctionDeclType( in FunctionScopedInstructions() 167 return error; in FunctionScopedInstructions() 180 if (auto error = in FunctionScopedInstructions() 183 return error; in FunctionScopedInstructions() 185 if (auto error = _.current_function().RegisterSetFunctionDeclType( in FunctionScopedInstructions() 187 return error; in FunctionScopedInstructions() 202 if (auto error = _.current_function().RegisterFunctionParameter( in FunctionScopedInstructions() 204 return error; in FunctionScopedInstructions() 223 if (auto error = _.current_function().RegisterSetFunctionDeclType( in FunctionScopedInstructions() 225 return error; in FunctionScopedInstructions() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | emptyVariableDeclarationBindingPatterns01_ES5iterable.js | 59 catch (error) { e = { error: error }; }
64 finally { if (e) throw e.error; }
115 catch (e_1_1) { e_1 = { error: e_1_1 }; }
120 finally { if (e_1) throw e_1.error; }
127 catch (e_2_1) { e_2 = { error: e_2_1 }; }
132 finally { if (e_2) throw e_2.error; }
139 catch (e_3_1) { e_3 = { error: e_3_1 }; }
144 finally { if (e_3) throw e_3.error; }
[all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | Display.cpp | 306 return error(EGL_BAD_MATCH, EGL_NO_SURFACE); // Rendering directly to front buffer not supported in createWindowSurface() 308 return error(EGL_BAD_ATTRIBUTE, EGL_NO_SURFACE); in createWindowSurface() 312 return error(EGL_BAD_MATCH, EGL_NO_SURFACE); in createWindowSurface() 314 return error(EGL_BAD_MATCH, EGL_NO_SURFACE); in createWindowSurface() 316 return error(EGL_BAD_ATTRIBUTE, EGL_NO_SURFACE); in createWindowSurface() 325 return error(EGL_BAD_ALLOC, EGL_NO_SURFACE); in createWindowSurface() 376 return error(EGL_BAD_ATTRIBUTE, EGL_NO_SURFACE); in createPBufferSurface() 391 return error(EGL_BAD_ATTRIBUTE, EGL_NO_SURFACE); in createPBufferSurface() 404 return error(EGL_BAD_ATTRIBUTE, EGL_NO_SURFACE); in createPBufferSurface() 410 return error(EGL_BAD_ATTRIBUT in createPBufferSurface() [all...] |
/third_party/skia/third_party/externals/freetype/src/psaux/ |
H A D | psft.c | 156 FT_Error error; in cf2_builder_lineTo() local 172 error = ps_builder_start_point( builder, in cf2_builder_lineTo() 175 if ( error ) in cf2_builder_lineTo() 177 if ( !*callbacks->error ) in cf2_builder_lineTo() 178 *callbacks->error = error; in cf2_builder_lineTo() 184 error = ps_builder_add_point1( builder, in cf2_builder_lineTo() 187 if ( error ) in cf2_builder_lineTo() 189 if ( !*callbacks->error ) in cf2_builder_lineTo() 190 *callbacks->error in cf2_builder_lineTo() 200 FT_Error error; cf2_builder_cubeTo() local 313 FT_Error error = FT_Err_Ok; FT_LOCAL_DEF() local 667 FT_Error error; FT_LOCAL_DEF() local 726 FT_Error error = FT_Err_Ok; FT_LOCAL_DEF() local [all...] |
/kernel/linux/linux-5.10/drivers/base/ |
H A D | class.c | 91 int error; in class_create_file_ns() local 94 error = sysfs_create_file_ns(&cls->p->subsys.kobj, in class_create_file_ns() 97 error = -EINVAL; in class_create_file_ns() 98 return error; in class_create_file_ns() 156 int error; in __class_register() local 167 error = kobject_set_name(&cp->subsys.kobj, "%s", cls->name); in __class_register() 168 if (error) { in __class_register() 170 return error; in __class_register() 188 error = kset_register(&cp->subsys); in __class_register() 189 if (error) { in __class_register() 362 int error = 0; class_for_each_device() local 539 int error; class_compat_create_link() local [all...] |