Searched refs:new_target (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/elftoolchain/ar/ |
H A D | acpyacc.y | 500 char *new_target; in arscp_clear() local 503 new_target = strdup(target); in arscp_clear() 504 if (new_target == NULL) in arscp_clear() 506 arscp_create(NULL, new_target); in arscp_clear()
|
/freebsd/usr.bin/ar/ |
H A D | acpyacc.y | 510 char *new_target; in arscp_clear() local 513 new_target = strdup(target); in arscp_clear() 514 if (new_target == NULL) in arscp_clear() 516 arscp_create(NULL, new_target); in arscp_clear()
|
/freebsd/sys/dev/xen/balloon/ |
H A D | balloon.c | 312 unsigned long long new_target; in watch_target() local 316 "%llu", &new_target); in watch_target() 326 set_new_target(new_target >> KB_TO_PAGE_SHIFT); in watch_target()
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | Breakpoint.cpp | 51 Breakpoint::Breakpoint(Target &new_target, const Breakpoint &source_bp) in Breakpoint() argument 52 : m_hardware(source_bp.m_hardware), m_target(new_target), in Breakpoint() 61 BreakpointSP Breakpoint::CopyFromBreakpoint(TargetSP new_target, in CopyFromBreakpoint() argument 63 if (!new_target) in CopyFromBreakpoint() 66 BreakpointSP bp(new Breakpoint(*new_target, bp_to_copy_from)); in CopyFromBreakpoint() 69 bp->m_filter_sp = bp_to_copy_from.m_filter_sp->CreateCopy(new_target); in CopyFromBreakpoint()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | Breakpoint.h | 585 static lldb::BreakpointSP CopyFromBreakpoint(lldb::TargetSP new_target, 637 Breakpoint(Target &new_target, const Breakpoint &bp_to_copy_from);
|
/freebsd/sys/cam/ |
H A D | cam_xpt.c | 3498 struct cam_et *new_target; in xpt_compile_path() local 3500 new_target = xpt_alloc_target(bus, target_id); in xpt_compile_path() 3501 if (new_target == NULL) { in xpt_compile_path() 3504 target = new_target; in xpt_compile_path()
|