Home
last modified time | relevance | path

Searched refs:target (Results 251 – 275 of 1042) sorted by relevance

1...<<11121314151617181920>>...42

/dragonfly/contrib/binutils-2.34/ld/emulparams/
H A Delf_l1om.sh25 if [ "x${host}" = "x${target}" ]; then
34 case "$target" in
H A Delf_x86_64.sh31 if [ "x${host}" = "x${target}" ]; then
40 case "$target" in
/dragonfly/gnu/usr.bin/cc80/backends/programs/lto-wrapper/
H A DMakefile18 ../../guts/guts-target/libguts-target.a
/dragonfly/contrib/smbfs/lib/smb/
H A Dmbuf.c443 mb_get_mem(struct mbdata *mbp, char * target, size_t size) in mb_get_mem() argument
463 if (target) { in mb_get_mem()
465 *target++ = *mbp->mb_pos; in mb_get_mem()
467 bcopy(mbp->mb_pos, target, count); in mb_get_mem()
468 target += count; in mb_get_mem()
/dragonfly/sys/vfs/procfs/
H A DREADME28 only if they exist in the target process.
95 attach - this stops the target process and
98 wait - wait for the target process to come to
104 detach - continue execution of the target process
107 in a normal debugging environment, where the target is fork/exec'd by
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dmovdirintrin.h33 #pragma GCC target ("movdiri")
59 #pragma GCC target ("movdir64b")
H A Dmm3dnow.h36 #pragma GCC target("sse,3dnow")
38 #pragma GCC target("3dnow")
191 #pragma GCC target("sse,3dnowa")
193 #pragma GCC target("3dnowa")
/dragonfly/sys/dev/raid/asr/
H A Dasr.c905 || (target > sc->ha_MaxId) in ASR_getTidAddress()
908 (u_long)sc, bus, target, lun); in ASR_getTidAddress()
1102 int target, event = 0; in ASR_rescan() local
1108 for (target = 0; target <= sc->ha_MaxId; ++target) { in ASR_rescan()
1130 && (Device->le_target == target) in ASR_rescan()
1152 target, lun) != CAM_REQ_CMP) { in ASR_rescan()
1711 int target = ccb->ccb_h.target_id; in ASR_init_message() local
1730 && (Device->le_target == target) in ASR_init_message()
2151 int bus, target, lun; in ASR_synchronize() local
2154 for (target = 0; target <= sc->ha_MaxId; ++target) { in ASR_synchronize()
[all …]
/dragonfly/sys/dev/disk/ahci/
H A Dahci.h629 int ahci_pm_hardreset(struct ahci_port *ap, int target, int hard);
630 int ahci_pm_softreset(struct ahci_port *ap, int target);
631 int ahci_pm_phy_status(struct ahci_port *ap, int target, u_int32_t *datap);
632 int ahci_pm_read(struct ahci_port *ap, int target,
634 int ahci_pm_write(struct ahci_port *ap, int target,
636 void ahci_pm_check_good(struct ahci_port *ap, int target);
/dragonfly/sys/dev/disk/dm/
H A Ddevice-mapper.c447 table_en->target->strategy(table_en, nestbuf); in dmstrategy()
458 table_en->target->strategy(table_en, nestbuf); in dmstrategy()
507 if (table_en->target->dump == NULL) { in dmdump()
512 table_en->target->dump(table_en, NULL, 0, 0); in dmdump()
514 if (table_en->target->dump == NULL) { in dmdump()
519 table_en->target->dump(table_en, in dmdump()
/dragonfly/sys/dev/disk/sili/
H A Dsili.h900 int sili_pm_hardreset(struct sili_port *ap, int target, int hard);
901 int sili_pm_softreset(struct sili_port *ap, int target);
902 int sili_pm_phy_status(struct sili_port *ap, int target, u_int32_t *datap);
903 int sili_pm_read(struct sili_port *ap, int target,
905 int sili_pm_write(struct sili_port *ap, int target,
907 void sili_pm_check_good(struct sili_port *ap, int target);
/dragonfly/contrib/binutils-2.27/ld/emulparams/
H A Delf_x86_64.sh30 if [ "x${host}" = "x${target}" ]; then
39 case "$target" in
/dragonfly/contrib/binutils-2.34/gold/
H A Doutput.cc171 parameters->target().get_size()); in default_alignment()
452 : target_(target), in Output_file_header()
1889 if (parameters->target().get_size() == 32) in do_adjust_output_section()
1904 if (parameters->target().get_size() == 32) in get_entry_offset()
1934 if (parameters->target().get_size() == 32) in set_final_data_size()
2013 if (parameters->target().is_big_endian()) in do_write()
2496 || parameters->target().may_relax()); in add_input_section()
2534 && parameters->target().has_code_fill() in add_input_section()
2535 && (parameters->target().may_relax() in add_input_section()
2574 || parameters->target().may_relax() in add_input_section()
[all …]
H A Dincremental.cc635 Sized_target<size, big_endian>* target = in do_process_got_plt() local
720 Sized_target<size, big_endian>* target = in do_emit_copy_relocs() local
758 Sized_target<size, big_endian>* target = in do_apply_incremental_relocs() local
857 Target* target = select_target(NULL, 0, // XXX in make_sized_incremental_binary() local
861 if (target == NULL) in make_sized_incremental_binary()
869 set_parameters_target(target); in make_sized_incremental_binary()
870 else if (target != &parameters->target()) in make_sized_incremental_binary()
1382 Sized_target<size, big_endian>* target = in set_final_data_size() local
1947 Sized_target<size, big_endian>* target = in write_got_plt() local
1952 view_info.got_count = target->got_entry_count(); in write_got_plt()
[all …]
/dragonfly/contrib/binutils-2.27/gold/
H A Doutput.cc159 parameters->target().get_size()); in default_alignment()
440 : target_(target), in Output_file_header()
1877 if (parameters->target().get_size() == 32) in do_adjust_output_section()
1892 if (parameters->target().get_size() == 32) in get_entry_offset()
1922 if (parameters->target().get_size() == 32) in set_final_data_size()
2001 if (parameters->target().is_big_endian()) in do_write()
2477 || parameters->target().may_relax()); in add_input_section()
2520 && parameters->target().has_code_fill() in add_input_section()
2521 && (parameters->target().may_relax() in add_input_section()
2560 || parameters->target().may_relax() in add_input_section()
[all …]
/dragonfly/contrib/mdocml/
H A Dmdoc_macro.c406 struct roff_node *target) in find_pending() argument
411 if (target->flags & NODE_VALID) in find_pending()
421 break_intermediate(mdoc->last, target); in find_pending()
422 if (target->type == ROFFT_HEAD) in find_pending()
423 target->flags |= NODE_ENDED; in find_pending()
424 else if ( ! (target->flags & NODE_ENDED)) { in find_pending()
429 tok, target); in find_pending()
550 struct roff_node *target; /* For find_pending(). */ in blk_exp_close() local
754 target = n; in blk_exp_close()
756 target = target->parent; in blk_exp_close()
[all …]
/dragonfly/contrib/gcc-8.0/libgcc/
H A Dunwind-sjlj.c303 struct _Unwind_Context *target, in uw_install_context() argument
306 _Unwind_SjLj_SetContext (target->fc); in uw_install_context()
307 longjmp (target->fc->jbuf, 1); in uw_install_context()
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dunwind-sjlj.c304 struct _Unwind_Context *target) in uw_install_context() argument
306 _Unwind_SjLj_SetContext (target->fc); in uw_install_context()
307 longjmp (target->fc->jbuf, 1); in uw_install_context()
/dragonfly/sys/dev/drm/radeon/
H A Drv6xx_dpm.c212 struct rv6xx_sclk_stepping *target) in rv6xx_can_step_post_div() argument
214 return (cur->post_divider > target->post_divider) && in rv6xx_can_step_post_div()
215 ((cur->vco_frequency * target->post_divider) <= in rv6xx_can_step_post_div()
221 struct rv6xx_sclk_stepping *target) in rv6xx_next_post_div_step() argument
233 struct rv6xx_sclk_stepping *target, in rv6xx_reached_stepping_target() argument
245 struct rv6xx_sclk_stepping target; in rv6xx_generate_steps() local
256 if (target.post_divider > cur.post_divider) in rv6xx_generate_steps()
257 cur.post_divider = target.post_divider; in rv6xx_generate_steps()
262 if (rv6xx_can_step_post_div(rdev, &cur, &target)) in rv6xx_generate_steps()
275 if ((next.post_divider != target.post_divider) && in rv6xx_generate_steps()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dreorg.c1643 rtx target_main = target; in redundant_insn()
1656 for (trial = PREV_INSN (target), in redundant_insn()
1724 if (NONJUMP_INSN_P (target) && GET_CODE (PATTERN (target)) == SEQUENCE) in redundant_insn()
1753 if (NONJUMP_INSN_P (target) && GET_CODE (PATTERN (target)) == SEQUENCE) in redundant_insn()
2282 rtx target = 0; in fill_simple_delay_slots() local
2300 target = JUMP_LABEL (insn); in fill_simple_delay_slots()
2303 if (target == 0 || ANY_RETURN_P (target)) in fill_simple_delay_slots()
2378 && (target == 0 || JUMP_LABEL (trial) == target) in fill_simple_delay_slots()
2412 if (target) in fill_simple_delay_slots()
3925 rtx target; in dbr_schedule() local
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dcalls.c3568 && target in expand_call()
3586 target = 0; in expand_call()
4488 target = const0_rtx; in expand_call()
4491 if (target == 0 || !MEM_P (target)) in expand_call()
4493 target in expand_call()
4513 if (target == 0) in expand_call()
4525 else if (target in expand_call()
4533 if (!REG_P (target) || HARD_REGISTER_P (target)) in expand_call()
4591 target = gen_rtx_SUBREG (TYPE_MODE (type), target, offset); in expand_call()
4723 target = chkp_join_splitted_slot (target, valbnd); in expand_call()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dfragments.texi20 Fragments are named either @file{t-@var{target}} or @file{x-@var{host}},
22 code for a particular target, or to configuring GCC to run on a
23 particular host. Here @var{target} and @var{host} are mnemonics
28 given target or host. Most targets need a few @file{t-@var{target}}
32 * Target Fragment:: Writing @file{t-@var{target}} files.
38 @cindex target makefile fragment
39 @cindex @file{t-@var{target}}
195 it does not affect the build of target libraries, at least not the
/dragonfly/contrib/grep/src/
H A Dkwset.c98 char *target; /* Target string if there's only one. */ member
160 kwset->target = NULL; in kwsalloc()
443 kwset->target = obstack_alloc (&kwset->obstack, kwset->mind); in kwsprep()
446 kwset->target[i] = curr->links->label; in kwsprep()
452 kwsincr (new_kwset, kwset->target, kwset->mind); in kwsprep()
552 kwset->target = obstack_alloc (&kwset->obstack, kwset->mind); in kwsprep()
555 kwset->target[i] = curr->links->label; in kwsprep()
573 kwset->gc2 = tr (trans, kwset->target[kwset->mind - 2]); in kwsprep()
688 sp = kwset->target + len; in bmexec_trans()
/dragonfly/contrib/gdb-7/gdb/
H A Dtarget.h460 struct target_ops *target);
1616 #define target_stopped_data_address(target, addr_p) \ argument
1617 (*target.to_stopped_data_address) (target, addr_p)
1621 #define target_watchpoint_addr_within_range(target, addr, start, length) \ argument
1622 (*target.to_watchpoint_addr_within_range) (target, addr, start, length)
1906 struct target_section *target_section_by_addr (struct target_ops *target,
1913 (struct target_ops *target);
/dragonfly/contrib/xz/src/liblzma/lzma/
H A Dlzma_decoder.c40 #define len_decode(target, ld, pos_state, seq) \ argument
47 target = MATCH_LEN_MIN; \
55 target = MATCH_LEN_MIN + LEN_LOW_SYMBOLS; \
60 target = MATCH_LEN_MIN + LEN_LOW_SYMBOLS \
69 target += symbol - limit; \
117 #define len_decode(target, ld, pos_state, seq) \ argument
126 target = symbol - LEN_LOW_SYMBOLS + MATCH_LEN_MIN; \
138 target = symbol - LEN_MID_SYMBOLS \
150 target = symbol - LEN_HIGH_SYMBOLS \

1...<<11121314151617181920>>...42