Home
last modified time | relevance | path

Searched defs:target (Results 151 – 175 of 707) sorted by relevance

12345678910>>...29

/freebsd/usr.sbin/mlxcontrol/
H A Dinterface.c228 mlx_scsi_inquiry(int unit, int channel, int target, char **vendor, char **device, char **revision) in mlx_scsi_inquiry()
273 mlx_get_device_state(int unit, int channel, int target, struct mlx_phys_drv *drv) in mlx_get_device_state()
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_cam.c262 int target = csio->ccb_h.target_id; in smartpqi_fix_ld_inquiry() local
693 smartpqi_lun_rescan(struct pqisrc_softstate *softs, int target, in smartpqi_lun_rescan()
813 int target, lun, index; in pqisrc_io_start() local
1021 int bus, target, lun; in pqisrc_target_reset() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregerror.c88 int target = errcode &~ REG_ITOA; in llvm_regerror() local
/freebsd/usr.sbin/iscsid/
H A Ddiscovery.c86 kernel_add(const struct iscsid_connection *conn, const char *target) in kernel_add()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp385 Target *target = Target::GetTargetFromContexts(exe_ctx, sc); in RunScriptFormatKeyword() local
411 Target *target = Target::GetTargetFromContexts(exe_ctx, sc); in DumpAddressAndContent() local
480 Target *target = Target::GetTargetFromContexts(exe_ctx, sc); in DumpAddressOffsetFromFunction() local
713 ValueObject *target = nullptr; in DumpValue() local
1157 if (Target *target = exe_ctx->GetTargetPtr()) { in Format() local
1256 Target &target = thread->GetProcess()->GetTarget(); in Format() local
1412 Target *target = exe_ctx->GetTargetPtr(); in Format() local
1425 Target *target = exe_ctx->GetTargetPtr(); in Format() local
/freebsd/sys/cam/
H A Dcam_xpt.c1588 struct cam_et *target; in xptedtbusfunc() local
1682 xptedttargetfunc(struct cam_et *target, void *arg) in xptedttargetfunc()
2166 struct cam_et *target, *next_target; in xpttargettraverse() local
2378 xptdeftargetfunc(struct cam_et *target, void *arg) in xptdeftargetfunc()
3477 struct cam_et *target; in xpt_compile_path() local
4175 xpt_async_process_tgt(struct cam_et *target, void *arg) in xpt_async_process_tgt()
4323 struct cam_et *target, struct cam_ed *device, in xpt_dev_async_default()
4664 struct cam_et *cur_target, *target; in xpt_alloc_target() local
4701 xpt_acquire_target(struct cam_et *target) in xpt_acquire_target()
4711 xpt_release_target(struct cam_et *target) in xpt_release_target()
[all …]
/freebsd/sys/contrib/zstd/lib/common/
H A Dcompiler.h98 # define TARGET_ATTRIBUTE(target) __attribute__((__target__(target))) argument
100 # define TARGET_ATTRIBUTE(target) argument
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp185 Target *target = exe_ctx.GetTargetPtr(); in Evaluate() local
426 Target *target = exe_ctx.GetTargetPtr(); in Execute() local
H A DIRExecutionUnit.cpp148 Target *target = exe_ctx.GetTargetPtr(); in DisassembleFunction() local
703 LoadAddressResolver(Target *target, bool &symbol_was_missing_weak) in LoadAddressResolver()
781 Target *target = sc.target_sp.get(); in FindInSymbols() local
1183 if(Target *target = exe_ctx.GetTargetPtr()) in GetArchitecture() local
1190 Target *target = exe_ctx.GetTargetPtr(); in GetJITModule() local
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Dorion5x.dtsi4 #define MBUS_ID(target,attributes) (((target) << 24) | ((attributes) << 16)) argument
/freebsd/contrib/dialog/
H A Deditbox.c211 scroll_to(int pagesize, int rows, int *base_row, int *this_row, int target) in scroll_to()
278 #define Scroll_To(target) scroll_to(pagesize, listsize, &base_row, &thisrow, target) argument
279 #define SCROLL_TO(target) show_all = Scroll_To(target) argument
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp261 void ExecutionContext::SetTargetPtr(Target *target) { in SetTargetPtr()
410 ExecutionContextRef::ExecutionContextRef(Target *target, bool adopt_selected) in ExecutionContextRef()
496 void ExecutionContextRef::SetTargetPtr(Target *target, bool adopt_selected) { in SetTargetPtr()
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp170 static bool DistanceIsWithin2Gig(uptr from, uptr target) { in DistanceIsWithin2Gig()
272 static void WriteJumpInstruction(uptr from, uptr target) { in WriteJumpInstruction()
285 static void WriteShortJumpInstruction(uptr from, uptr target) { in WriteShortJumpInstruction()
315 uptr from, uptr indirect_target, uptr target) { in WriteBranch()
325 static void WriteDirectBranch(uptr from, uptr target) { in WriteDirectBranch()
/freebsd/lib/libc/stdio/
H A Dfseek.c93 fpos_t target, curoff, ret; in _fseeko() local
/freebsd/sys/dev/ata/chipsets/
H A Data-amd.c107 ata_amd_setmode(device_t dev, int target, int mode) in ata_amd_setmode()
/freebsd/sys/cddl/dev/fbt/aarch64/
H A Dfbt_isa.c88 uint32_t *target, *start; in fbt_provide_module_function() local
/freebsd/sys/dev/mpr/
H A Dmpr_sas.c144 struct mprsas_target *target; in mprsas_find_target_by_handle() local
414 struct mprsas_target *target; in mprsas_prepare_remove_retry() local
1402 struct mprsas_target *target; in mprsas_send_reset() local
2425 struct mprsas_target *target; in mprsas_scsiio_complete() local
3336 struct mprsas_target *target; in mprsas_async() local
3440 struct mprsas_target *target, lun_id_t lun_id) in mprsas_prepare_for_tm()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp173 bool CompactUnwindInfo::GetUnwindPlan(Target &target, Address addr, in GetUnwindPlan()
492 Target &target, Address address, FunctionInfo &unwind_info) { in GetCompactUnwindInfoForFunction()
734 bool CompactUnwindInfo::CreateUnwindPlan_x86_64(Target &target, in CreateUnwindPlan_x86_64()
1006 bool CompactUnwindInfo::CreateUnwindPlan_i386(Target &target, in CreateUnwindPlan_i386()
1303 bool CompactUnwindInfo::CreateUnwindPlan_arm64(Target &target, in CreateUnwindPlan_arm64()
1437 bool CompactUnwindInfo::CreateUnwindPlan_armv7(Target &target, in CreateUnwindPlan_armv7()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp67 line_entry_helper(Target &target, const SymbolContext &sc, Symbol *symbol, in line_entry_helper()
195 Target &target = process->GetTarget(); in FindLibCppStdFunctionCallableInfo() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.h43 Target *target, Status &status) override { in Attach()
/freebsd/sys/dev/vmware/pvscsi/
H A Dpvscsi.h49 uint32_t target; member
55 uint32_t target; member
120 uint8_t target; member
158 uint32_t target; member
/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.h198 RuntimePseudoReloc(Defined *sym, SectionChunk *target, uint32_t targetOffset, in RuntimePseudoReloc()
203 SectionChunk *target; variable
587 Defined *target; variable
603 Defined *target; variable
/freebsd/sys/contrib/libfdt/
H A Dfdt_overlay.c601 static int overlay_apply_node(void *fdt, int target, in overlay_apply_node()
669 int target; in overlay_merge() local
741 int root_sym, ov_sym, prop, path_len, fragment, target; in overlay_symbol_update() local
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBExecutionContext.cpp35 SBExecutionContext::SBExecutionContext(const lldb::SBTarget &target) in SBExecutionContext()
/freebsd/sys/arm/mv/
H A Dmvvar.h70 int target; /* Mbus unit ID */ member

12345678910>>...29