Home
last modified time | relevance | path

Searched +defs:error +defs:target (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/freebsd/sys/netlink/
H A Dnetlink_message_parser.c126 void *target) in nl_parse_attrs_raw()
131 int error = 0; in nl_parse_attrs_raw() local
207 void *target) in nlattr_get_flag()
274 void *target) in nlattr_get_ip()
276 int error = 0; in nlattr_get_ip() local
319 void *target) in nlattr_get_ipvia()
321 int error = 0; in nlattr_get_ipvia() local
331 void *target) in nlattr_get_bool()
344 void *target) in nlattr_get_uint8()
357 void *target) in nlattr_get_uint16()
[all …]
H A Dnetlink_snl_route.h89 const void *arg __unused, void *target) in snl_attr_get_ip()
91 int error = 0; in snl_attr_get_ip() local
118 const void *arg __unused, void *target) in snl_attr_get_ipvia()
120 int error = 0; in snl_attr_get_ipvia() local
180 const void *arg __unused, void *target) in snl_attr_get_in_addr()
191 const void *arg __unused, void *target) in snl_attr_get_in6_addr()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp41 Status error; in SetOptionValue() local
202 const Target &target, const OptionGroupValueObjectDisplay &display_opts) { in GetEvaluateExpressionOptions()
347 Target &target = exe_target ? *exe_target : GetDummyTarget(); in HandleCompletion() local
380 Status error; in HandleCompletion() local
410 Target &target = exe_target ? *exe_target : GetDummyTarget(); in EvaluateExpression() local
446 Status error(CanBeUsedForElementCountPrinting(*result_valobj_sp)); in EvaluateExpression() local
464 if (llvm::Error error = in EvaluateExpression() local
608 Target &target = GetSelectedOrDummyTarget(); in DoExecute() local
668 Target &target = GetSelectedOrDummyTarget(); in DoExecute() local
H A DCommandObjectWatchpoint.cpp42 static bool CheckTargetForWatchpointOperations(Target *target, in CheckTargetForWatchpointOperations()
70 Target *target, Args &args, std::vector<uint32_t> &wp_ids) { in VerifyWatchpointIDs()
171 Status error; in SetOptionValue() local
206 Target *target = &GetSelectedTarget(); in DoExecute() local
289 Target *target = &GetSelectedTarget(); in DoExecute() local
358 Target *target = &GetSelectedTarget(); in DoExecute() local
467 Target *target = &GetSelectedTarget(); in DoExecute() local
556 Status error; in SetOptionValue() local
587 Target *target = &GetSelectedTarget(); in DoExecute() local
674 Status error; in SetOptionValue() local
[all …]
H A DCommandObjectBreakpoint.cpp64 Status error; in SetOptionValue() local
197 Status error; in SetOptionValue() local
266 Status error; in SetOptionValue() local
542 Target &target = GetSelectedOrDummyTarget(m_dummy_options.m_use_dummy); in DoExecute() local
711 Status error; in DoExecute() local
769 bool GetDefaultFile(Target &target, FileSpec &file, in GetDefaultFile()
842 Target &target = GetSelectedOrDummyTarget(m_dummy_opts.m_use_dummy); in DoExecute() local
906 Target &target = GetSelectedOrDummyTarget(); in DoExecute() local
1013 Target &target = GetSelectedOrDummyTarget(); in DoExecute() local
1105 Status error; in SetOptionValue() local
[all …]
H A DCommandObjectTarget.cpp75 static void DumpTargetInfo(uint32_t target_idx, Target *target, in DumpTargetInfo()
171 Status error; in SetOptionValue() local
290 Status error(debugger.GetTargetList().CreateTarget( in DoExecute() local
674 Target *target = m_exe_ctx.GetTargetPtr(); in DoExecute() local
787 if (llvm::Error error = valobj_sp->Dump(s, options)) in DumpValueObject() local
794 Target *target = static_cast<Target *>(baton); in GetVariableCallback() local
833 Target *target = m_exe_ctx.GetTargetPtr(); in DoExecute() local
856 Status error(Variable::GetValuesForVariableExpressionPath( in DoExecute() local
1030 Target *target = &GetSelectedTarget(); in DoExecute() local
1077 Target *target = &GetSelectedTarget(); in DoExecute() local
[all …]
H A DCommandObjectBreakpointCommand.cpp249 Status error; in SetOptionValue() local
326 Target &target = GetSelectedOrDummyTarget(m_options.m_use_dummy); in DoExecute() local
377 Status error; in DoExecute() local
455 Status error; in SetOptionValue() local
484 Target &target = GetSelectedOrDummyTarget(m_options.m_use_dummy); in DoExecute() local
551 Target *target = &GetSelectedTarget(); in DoExecute() local
/freebsd/sys/dev/ciss/
H A Dciss.c450 int error; in ciss_attach() local
645 int error, sqmask, i; in ciss_init_pci() local
1062 int error, command_status; in ciss_flush_adapter() local
1117 int i, error = 0; in ciss_soft_reset() local
1214 ciss_command_map_helper(void *arg, bus_dma_segment_t *segs, int nseg, int error) in ciss_command_map_helper()
1229 int error, command_status; in ciss_identify_adapter() local
1362 int error = 0; in ciss_report_luns() local
1451 int error = 0, i, j; in ciss_init_logical() local
1505 int bus, target; in ciss_init_logical() local
1533 int error = 0, i; in ciss_init_physical() local
[all …]
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp103 Target *target = exe_ctx.GetTargetPtr(); in operator bool() local
122 Target *target = exe_ctx.GetTargetPtr(); in GetSymbolContext() local
144 Target *target = exe_ctx.GetTargetPtr(); in GetModule() local
168 Target *target = exe_ctx.GetTargetPtr(); in GetCompileUnit() local
192 Target *target = exe_ctx.GetTargetPtr(); in GetFunction() local
216 Target *target = exe_ctx.GetTargetPtr(); in GetSymbol() local
239 Target *target = exe_ctx.GetTargetPtr(); in GetBlock() local
260 Target *target = exe_ctx.GetTargetPtr(); in GetFrameBlock() local
281 Target *target = exe_ctx.GetTargetPtr(); in GetLineEntry() local
331 Target *target = exe_ctx.GetTargetPtr(); in GetPC() local
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/REPL/Clang/
H A DClangREPL.cpp20 ClangREPL::ClangREPL(lldb::LanguageType language, Target &target) in ClangREPL()
48 lldb::REPLSP ClangREPL::CreateInstance(Status &error, in CreateInstance()
50 Debugger *debugger, Target *target, in CreateInstance()
98 if (llvm::Error error = valobj_sp->Dump(*output_sp)) in PrintOneVariable() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp78 Target &target = m_process->GetTarget(); in GetTargetExecutable() local
129 Target &target = m_process->GetTarget(); in UnloadSectionsCommon() local
154 Target &target = m_process->GetTarget(); in FindModuleViaTarget() local
196 Target &target = process->GetTarget(); in LoadBinaryWithUUIDAndAddress() local
197 Status error; in LoadBinaryWithUUIDAndAddress() local
349 Status error; in ReadUnsignedIntWithSizeInBytes() local
359 Status error; in ReadPointer() local
H A DValue.cpp155 Status error; AppendDataToHostBuffer() local
317 Status error; GetValueAsData() local
358 Target *target = exe_ctx->GetTargetPtr(); GetValueAsData() local
483 Target *target = exe_ctx->GetTargetPtr(); GetValueAsData() local
590 Status error(GetValueAsData(exe_ctx, data, nullptr)); ResolveValue() local
661 ConvertToLoadAddress(Module * module,Target * target) ConvertToLoadAddress() argument
[all...]
H A DValueObject.cpp350 bool ValueObject::IsLogicalTrue(Status &error) { in IsLogicalTrue()
683 Status error; in GetPointeeData() local
692 Status error; in GetPointeeData() local
698 Status error; in GetPointeeData() local
715 Target *target = exe_ctx.GetTargetPtr(); in GetPointeeData() local
760 uint64_t ValueObject::GetData(DataExtractor &data, Status &error) { in GetData()
778 bool ValueObject::SetData(DataExtractor &data, Status &error) { in SetData()
856 Status &error, bool honor_array) { in ReadPointedString()
860 Target *target = exe_ctx.GetTargetPtr(); in ReadPointedString() local
1010 if (llvm::Error error = runtime->GetObjectDescription(s, *this)) in GetObjectDescription() local
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp55 Status error; in GetNonCallSiteUnwindPlanFromAssembly() local
156 Status error; in AugmentUnwindPlanFromCallSite() local
185 Target &target(process_sp->GetTarget()); in GetFastUnwindPlan() local
186 Status error; in GetFastUnwindPlan() local
213 Target *target = exe_ctx.GetTargetPtr(); in FirstNonPrologueInsn() local
221 Status error; in FirstNonPrologueInsn() local
/freebsd/usr.bin/iscsictl/
H A Dparse.y52 static struct target *target; variable
418 int error; in check_perms() local
445 int error; in conf_new_from_file() local
H A Discsictl.c110 int error; in default_initiator_name() local
273 int error; in kernel_add() local
287 int error; in kernel_modify() local
299 kernel_modify_some(int iscsi_fd, unsigned int session_id, const char *target, in kernel_modify_some()
308 int error; in kernel_modify_some() local
367 int error; in kernel_remove() local
389 int error; in kernel_list() local
561 int error; in kernel_wait() local
637 *target = NULL, *user = NULL, *secret = NULL; in main() local
641 int ch, error, iscsi_fd, retval, saved_errno; in main() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp41 Status error; ResolveRendezvousAddress() local
56 Target *target = &m_process->GetTarget(); ResolveRendezvousAddress() local
482 Status error; ReadWord() local
492 Status error; ReadPointer() local
503 Status error; ReadStringFromMemory() local
516 isLoadBiasIncorrect(Target & target,const std::string & file_path) isLoadBiasIncorrect() argument
533 Status error = UpdateBaseAddrIfNecessary() local
597 Target &target = m_process->GetTarget(); FindMetadata() local
610 Status error; FindMetadata() local
[all...]
/freebsd/tests/sys/kern/
H A Djail_lookup_root.c25 int error; in mkdir_checked() local
33 mount_nullfs(const char *dir, const char *target) in mount_nullfs()
37 int error, iovlen; in mount_nullfs() local
66 int error, fd, jid; in ATF_TC_BODY() local
105 int error, jid; in ATF_TC_CLEANUP() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp159 Platform::LocateExecutableScriptingResources(Target *target, Module &module, in LocateExecutableScriptingResources()
175 Status error(eErrorTypeGeneric); in GetSharedModule() local
352 Target *target, std::vector<std::string> &options) { in AddClangModuleCompilationOptions()
380 Status error; member
401 Status error = rc_baton->platform_ptr->MakeDirectory( in RecurseCopy_Callback() local
473 Status error; in Install() local
603 Status error; in MakeDirectory() local
618 Status error; in GetFilePermissions() local
631 Status error; in SetFilePermissions() local
640 Status &error) { in OpenFile()
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_log_spacemap.c428 log_summary_entry_t *target = NULL; in spa_log_summary_decrement_mscount() local
550 spa_log_sm_t target = { .sls_txg = txg }; in spa_log_sm_decrement_mscount() local
613 log_summary_entry_t *target = NULL; in spa_log_summary_dirty_flushed_metaslab() local
917 int error = zap_lookup(mos, DMU_POOL_DIRECTORY_OBJECT, in spa_cleanup_old_sm_logs() local
964 int error = zap_lookup(mos, DMU_POOL_DIRECTORY_OBJECT, in spa_generate_syncing_log_sm() local
1006 int error; in spa_ld_log_sm_metadata() local
1044 spa_log_sm_t target = { .sls_txg = metaslab_unflushed_txg(m) }; in spa_ld_log_sm_metadata() local
1135 int error = 0; in spa_ld_log_sm_data() local
1290 int error = zap_lookup(mos, vd->vdev_top_zap, in spa_ld_unflushed_txgs() local
1341 int error; in spa_ld_log_spacemaps() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp63 lldb_private::Target &target = m_process_sp->GetTarget(); in AddHeaderAndCalculateDirectories() local
87 Status error; in AddHeaderAndCalculateDirectories() local
101 Status error; in AddDirectory() local
131 Status error; in AddSystemInfo() local
216 Status error; in WriteString() local
239 llvm::Expected<uint64_t> getModuleFileSize(Target &target, in getModuleFileSize()
288 Status error; in AddModuleList() local
290 lldb_private::Target &target = m_process_sp->GetTarget(); in AddModuleList() local
455 Status error; in read_register_u128() local
567 Status error; in FixThreadStacks() local
[all …]
/freebsd/usr.sbin/iscsid/
H A Ddiscovery.c86 kernel_add(const struct iscsid_connection *conn, const char *target) in kernel_add()
89 int error; in kernel_add() local
105 int error; in kernel_remove() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp121 Target *target = exe_ctx.GetTargetPtr(); in GetObjectDescription() local
173 Status error; in GetObjectDescription() local
214 Status error; in GetObjectDescription() local
383 Target &target = process->GetTarget(); in GetObjCVersion() local
462 Target &target(m_process->GetTarget()); in CalculateHasNewLiteralsAndIndexing() local
480 Target &target = m_process->GetTarget(); in CreateExceptionSearchFilter() local
554 Status error; in GetBacktraceThreadFromException() local
593 Status error; in GetBacktraceThreadFromException() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp69 const llvm::Target *target = in EmulateInstructionMIPS() local
989 Target *target) { in SetInstruction()
994 Status error; in SetInstruction() local
1267 Status error; in Emulate_SW() local
1527 Status error; in Emulate_SWSP() local
1610 Status error; in Emulate_SWM16_32() local
1792 int32_t offset, pc, target = 0, rs_val, rt_val; in Emulate_BXX_3ops() local
1842 int32_t offset, pc, target = 0, rs_val, rt_val; in Emulate_BXX_3ops_C() local
1921 int32_t offset, pc, target = 0; in Emulate_Bcond_Link_C() local
1990 int32_t offset, pc, target = 0; in Emulate_Bcond_Link() local
[all …]
/freebsd/sys/dev/ata/chipsets/
H A Data-ite.c116 int error; in ata_ite_ch_attach() local
125 ata_ite_821x_setmode(device_t dev, int target, int mode) in ata_ite_821x_setmode()
171 ata_ite_8213_setmode(device_t dev, int target, int mode) in ata_ite_8213_setmode()

12345678910>>...12