/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...] |
/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...] |
/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...] |
/foundation/communication/wifi/wifi/frameworks/native/src/ |
H A D | wifi_hotspot_proxy.cpp | 85 WIFI_LOGE("Write interface token error: %{public}s", __func__); in IsHotspotActive() 89 int error = Remote()->SendRequest(static_cast<uint32_t>(HotspotInterfaceCode::WIFI_SVR_CMD_IS_HOTSPOT_ACTIVE), data, in IsHotspotActive() local 91 if (error != ERR_NONE) { in IsHotspotActive() 118 WIFI_LOGE("Write interface token error: %{public}s", __func__); in IsHotspotDualBandSupported() 122 int error = Remote()->SendRequest( in IsHotspotDualBandSupported() local 124 if (error != ERR_NONE) { in IsHotspotDualBandSupported() 152 WIFI_LOGE("Write interface token error: %{public}s", __func__); in GetHotspotState() 156 int error = Remote()->SendRequest(static_cast<uint32_t>(HotspotInterfaceCode::WIFI_SVR_CMD_GETAPSTATE_WIFI), data, in GetHotspotState() local 158 if (error != ERR_NONE) { in GetHotspotState() 187 WIFI_LOGE("Write interface token error in GetHotspotConfig() 191 int error = Remote()->SendRequest(static_cast<uint32_t>(HotspotInterfaceCode::WIFI_SVR_CMD_GET_HOTSPOT_CONFIG), GetHotspotConfig() local 244 int error = Remote()->SendRequest(static_cast<uint32_t>(HotspotInterfaceCode::WIFI_SVR_CMD_SETAPCONFIG_WIFI), SetHotspotConfig() local 274 int error = Remote()->SendRequest(static_cast<uint32_t>(HotspotInterfaceCode::WIFI_SVR_CMD_SETTIMEOUT_AP), SetHotspotIdleTimeout() local 308 int error = Remote()->SendRequest(static_cast<uint32_t>(HotspotInterfaceCode::WIFI_SVR_CMD_GET_STATION_LIST), data, GetStationList() local 363 int error = Remote()->SendRequest(static_cast<uint32_t>(HotspotInterfaceCode::WIFI_SVR_CMD_DISCONNECT_STA), data, DisassociateSta() local 389 int error = Remote()->SendRequest(static_cast<uint32_t>(HotspotInterfaceCode::WIFI_SVR_CMD_ENABLE_WIFI_AP), data, EnableHotspot() local 420 int error = Remote()->SendRequest(static_cast<uint32_t>(HotspotInterfaceCode::WIFI_SVR_CMD_DISABLE_WIFI_AP), data, DisableHotspot() local 451 int error = Remote()->SendRequest(static_cast<uint32_t>(HotspotInterfaceCode::WIFI_SVR_CMD_GET_BLOCK_LISTS), data, GetBlockLists() local 507 int error = Remote()->SendRequest(static_cast<uint32_t>(HotspotInterfaceCode::WIFI_SVR_CMD_ADD_BLOCK_LIST), data, AddBlockList() local 540 int error = Remote()->SendRequest(static_cast<uint32_t>(HotspotInterfaceCode::WIFI_SVR_CMD_DEL_BLOCK_LIST), data, DelBlockList() local 569 int error = Remote()->SendRequest(static_cast<uint32_t>(HotspotInterfaceCode::WIFI_SVR_CMD_GET_VALID_BANDS), data, GetValidBands() local 614 int error = Remote()->SendRequest(static_cast<uint32_t>(HotspotInterfaceCode::WIFI_SVR_CMD_GET_VALID_CHANNELS), GetValidChannels() local 669 int error = Remote()->SendRequest( RegisterCallBack() local 697 int error = Remote()->SendRequest(static_cast<uint32_t>(DevInterfaceCode::WIFI_SVR_CMD_GET_SUPPORTED_FEATURES), GetSupportedFeatures() local 731 int error = Remote()->SendRequest( GetSupportedPowerModel() local 775 int error = Remote()->SendRequest(static_cast<uint32_t>(HotspotInterfaceCode::WIFI_SVR_CMD_GET_POWER_MODEL), data, GetPowerModel() local 810 int error = Remote()->SendRequest(static_cast<uint32_t>(HotspotInterfaceCode::WIFI_SVR_CMD_SET_POWER_MODEL), data, SetPowerModel() local 857 int error = Remote()->SendRequest(static_cast<uint32_t>(HotspotInterfaceCode::WIFI_SVR_CMD_GET_IFACE_NAME), data, GetApIfaceName() 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...] |
/foundation/communication/ipc/ipc/native/src/mock/source/ |
H A D | binder_invoker.cpp | 149 int error = ERR_NONE; in SendRequest() local 183 error = WaitForCompletion(nullptr); in SendRequest() 188 error = WaitForCompletion(&reply); in SendRequest() 197 return error; in SendRequest() 248 int error = FlushCommands(nullptr); in AddDeathRecipient() local 249 if (error == ERR_NONE) { in AddDeathRecipient() 255 return error == ERR_NONE; in AddDeathRecipient() 280 int error = FlushCommands(nullptr); in RemoveDeathRecipient() local 281 if (error != ERR_NONE) { in RemoveDeathRecipient() 282 ZLOGE(LABEL, "failed, handle:%{public}d error in RemoveDeathRecipient() 309 int error = WaitForCompletion(&reply); TranslateIRemoteObject() local 481 int error = binderConnector_->WriteBinder(BINDER_SET_MAX_THREADS, &maxThreadNum); SetMaxWorkThread() local 496 int error = TransactWithDriver(false); FlushCommands() local 536 int error; StartWorkLoop() local 582 int error = WriteTransaction(cmd, flags, -1, 0, reply, &result, totalDBinderBufSize); SendReply() local 689 int error = binderConnector_->WriteBinder(BINDER_GET_ACCESS_TOKEN, &token); GetAccessToken() local 701 int error = binderConnector_->WriteBinder(BINDER_GET_SENDER_INFO, &sender); GetSenderInfo() local 735 int error = ERR_DEAD_OBJECT; SamgrServiceSendRequest() local 749 int32_t error = ERR_DEAD_OBJECT; GeneralServiceSendRequest() local 782 int32_t error = ERR_DEAD_OBJECT; TargetStubSendRequest() local 834 int32_t error = TargetStubSendRequest(tr, *data, reply, option, flagValue); Transaction() local 895 OnTransaction(uint32_t cmd, int32_t &error) OnTransaction() argument 967 int error = ERR_NONE; HandleCommandsInner() local 1015 int error = HandleCommandsInner(cmd); HandleCommands() local 1120 int error = binderConnector_->WriteBinder(GetBWRCommand(), &bwr); TransactWithDriver() local 1122 int error = binderConnector_->WriteBinder(BINDER_WRITE_READ, &bwr); TransactWithDriver() local 1184 OnTransactionComplete( MessageParcel *reply, int32_t *acquireResult, bool &continueLoop, int32_t &error, uint32_t cmd) OnTransactionComplete() argument 1196 OnDeadOrFailedReply( MessageParcel *reply, int32_t *acquireResult, bool &continueLoop, int32_t &error, uint32_t cmd) OnDeadOrFailedReply() argument 1208 OnAcquireResult( MessageParcel *reply, int32_t *acquireResult, bool &continueLoop, int32_t &error, uint32_t cmd) OnAcquireResult() argument 1222 OnReply( MessageParcel *reply, int32_t *acquireResult, bool &continueLoop, int32_t &error, uint32_t cmd) OnReply() argument 1238 OnTranslationComplete( MessageParcel *reply, int32_t *acquireResult, bool &continueLoop, int32_t &error, uint32_t cmd) OnTranslationComplete() argument 1253 DealWithCmd( MessageParcel *reply, int32_t *acquireResult, bool &continueLoop, int32_t &error, uint32_t cmd) DealWithCmd() argument 1290 int error = ERR_NONE; WaitForCompletion() local 1365 int error = FlushCommands(nullptr); FreeBuffer() local [all...] |
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/ |
H A D | napi_rdb_error.h | 36 #define RDB_NAPI_ASSERT_BASE_FROMV9(env, assertion, error, retVal, version) \
39 if ((error) == nullptr) { \
40 LOG_ERROR("throw error: error message is empty,version= %{public}d", version); \
41 napi_throw_error((env), nullptr, "error message is empty"); \
44 if (((version) > (APIVERSION_8)) || (((error)->GetCode()) == (401))) { \
45 LOG_ERROR("throw error: code = %{public}d , message = %{public}s, version= %{public}d", \
46 (error)->GetCode(), (error)->GetMessage().c_str(), version); \
47 napi_throw_error((env), std::to_string((error) [all...] |
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-exception-store.c | 143 const char *chunk_size_arg, char **error) in set_chunk_size() 148 *error = "Invalid chunk size"; in set_chunk_size() 157 return dm_exception_store_set_chunk_size(store, chunk_size, error); in set_chunk_size() 162 char **error) in dm_exception_store_set_chunk_size() 166 *error = "Chunk size is not a power of 2"; in dm_exception_store_set_chunk_size() 175 *error = "Chunk size is not a multiple of device blocksize"; in dm_exception_store_set_chunk_size() 180 *error = "Chunk size is too high"; in dm_exception_store_set_chunk_size() 202 ti->error = "Insufficient exception store arguments"; in dm_exception_store_create() 208 ti->error = "Exception store allocation failed"; in dm_exception_store_create() 218 ti->error in dm_exception_store_create() 142 set_chunk_size(struct dm_exception_store *store, const char *chunk_size_arg, char **error) set_chunk_size() argument 160 dm_exception_store_set_chunk_size(struct dm_exception_store *store, unsigned chunk_size, char **error) dm_exception_store_set_chunk_size() argument [all...] |
/kernel/linux/linux-5.10/drivers/input/serio/ |
H A D | ct82c710.c | 204 int error; in ct82c710_init() local 206 error = ct82c710_detect(); in ct82c710_init() 207 if (error) in ct82c710_init() 208 return error; in ct82c710_init() 210 error = platform_driver_register(&ct82c710_driver); in ct82c710_init() 211 if (error) in ct82c710_init() 212 return error; in ct82c710_init() 216 error = -ENOMEM; in ct82c710_init() 220 error = platform_device_add_resources(ct82c710_device, &ct82c710_iores, 1); in ct82c710_init() 221 if (error) in ct82c710_init() [all...] |
/kernel/linux/linux-5.10/drivers/input/misc/ |
H A D | max8925_onkey.c | 71 int irq[2], error; in max8925_onkey_probe() local 102 error = devm_request_threaded_irq(&pdev->dev, irq[0], NULL, in max8925_onkey_probe() 105 if (error < 0) { in max8925_onkey_probe() 107 irq[0], error); in max8925_onkey_probe() 108 return error; in max8925_onkey_probe() 111 error = devm_request_threaded_irq(&pdev->dev, irq[1], NULL, in max8925_onkey_probe() 114 if (error < 0) { in max8925_onkey_probe() 116 irq[1], error); in max8925_onkey_probe() 117 return error; in max8925_onkey_probe() 120 error in max8925_onkey_probe() [all...] |
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | ar1021_i2c.c | 70 int error; in ar1021_i2c_open() local 72 error = i2c_master_send(ar1021->client, cmd_enable_touch, in ar1021_i2c_open() 74 if (error < 0) in ar1021_i2c_open() 75 return error; in ar1021_i2c_open() 95 int error; in ar1021_i2c_probe() local 98 dev_err(&client->dev, "i2c_check_functionality error\n"); in ar1021_i2c_probe() 126 error = devm_request_threaded_irq(&client->dev, client->irq, in ar1021_i2c_probe() 130 if (error) { in ar1021_i2c_probe() 132 "Failed to enable IRQ, error: %d\n", error); in ar1021_i2c_probe() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | sdio.c | 98 int error; in b43_sdio_probe() local 124 error = -ENODEV; in b43_sdio_probe() 129 error = sdio_set_block_size(func, B43_SDIO_BLOCK_SIZE); in b43_sdio_probe() 130 if (error) { in b43_sdio_probe() 132 " error %d\n", B43_SDIO_BLOCK_SIZE, error); in b43_sdio_probe() 135 error = sdio_enable_func(func); in b43_sdio_probe() 136 if (error) { in b43_sdio_probe() 137 dev_err(&func->dev, "failed to enable func, error %d\n", error); in b43_sdio_probe() [all...] |
/kernel/linux/linux-5.10/sound/isa/ad1848/ |
H A D | ad1848.c | 76 int error; in snd_ad1848_probe() local 78 error = snd_card_new(dev, index[n], id[n], THIS_MODULE, 0, &card); in snd_ad1848_probe() 79 if (error < 0) in snd_ad1848_probe() 80 return error; in snd_ad1848_probe() 82 error = snd_wss_create(card, port[n], -1, irq[n], dma1[n], -1, in snd_ad1848_probe() 85 if (error < 0) in snd_ad1848_probe() 90 error = snd_wss_pcm(chip, 0); in snd_ad1848_probe() 91 if (error < 0) in snd_ad1848_probe() 94 error = snd_wss_mixer(chip); in snd_ad1848_probe() 95 if (error < in snd_ad1848_probe() [all...] |
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_export.c | 113 int error; in xfs_nfs_get_inode() local 126 error = xfs_iget(mp, NULL, ino, XFS_IGET_UNTRUSTED, 0, &ip); in xfs_nfs_get_inode() 127 if (error) { in xfs_nfs_get_inode() 137 switch (error) { in xfs_nfs_get_inode() 141 error = -ESTALE; in xfs_nfs_get_inode() 146 return ERR_PTR(error); in xfs_nfs_get_inode() 155 error = xfs_inode_reload_unlinked(ip); in xfs_nfs_get_inode() 156 if (error) { in xfs_nfs_get_inode() 159 return ERR_PTR(error); in xfs_nfs_get_inode() 223 int error; in xfs_fs_get_parent() local [all...] |
/kernel/linux/linux-6.6/drivers/bus/fsl-mc/ |
H A D | fsl-mc-msi.c | 62 int error; in __fsl_mc_msi_write_msg() local 86 error = dprc_set_irq(mc_bus_dev->mc_io, in __fsl_mc_msi_write_msg() 91 if (error < 0) { in __fsl_mc_msi_write_msg() 93 "dprc_set_irq() failed: %d\n", error); in __fsl_mc_msi_write_msg() 99 error = dprc_set_obj_irq(mc_bus_dev->mc_io, in __fsl_mc_msi_write_msg() 106 if (error < 0) { in __fsl_mc_msi_write_msg() 108 "dprc_obj_set_irq() failed: %d\n", error); in __fsl_mc_msi_write_msg() 214 int error = msi_setup_device_data(dev); in fsl_mc_msi_domain_alloc_irqs() local 216 if (error) in fsl_mc_msi_domain_alloc_irqs() 217 return error; in fsl_mc_msi_domain_alloc_irqs() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
H A D | sdio.c | 98 int error; in b43_sdio_probe() local 124 error = -ENODEV; in b43_sdio_probe() 129 error = sdio_set_block_size(func, B43_SDIO_BLOCK_SIZE); in b43_sdio_probe() 130 if (error) { in b43_sdio_probe() 132 " error %d\n", B43_SDIO_BLOCK_SIZE, error); in b43_sdio_probe() 135 error = sdio_enable_func(func); in b43_sdio_probe() 136 if (error) { in b43_sdio_probe() 137 dev_err(&func->dev, "failed to enable func, error %d\n", error); in b43_sdio_probe() [all...] |
/kernel/linux/linux-6.6/drivers/input/serio/ |
H A D | ct82c710.c | 201 int error; in ct82c710_init() local 203 error = ct82c710_detect(); in ct82c710_init() 204 if (error) in ct82c710_init() 205 return error; in ct82c710_init() 207 error = platform_driver_register(&ct82c710_driver); in ct82c710_init() 208 if (error) in ct82c710_init() 209 return error; in ct82c710_init() 213 error = -ENOMEM; in ct82c710_init() 217 error = platform_device_add_resources(ct82c710_device, &ct82c710_iores, 1); in ct82c710_init() 218 if (error) in ct82c710_init() [all...] |