Home
last modified time | relevance | path

Searched refs:targets (Results 1 – 25 of 940) sorted by relevance

12345678910>>...38

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/lib/
Drocm.exp51 set targets [list]
55 lappend targets $target
59 return $targets
81 set targets [hcc_amdgpu_targets]
82 if { [llength $targets] == 0} {
86 set flags [list hip additional_flags=--offload-arch=[join $targets ","]]
129 set targets [hcc_amdgpu_targets]
130 if { [llength $targets] == 0 } {
134 foreach target $targets {
148 set targets [hcc_amdgpu_targets]
[all …]
/netbsd/src/sys/dev/ic/
Dsiop_common.c128 sc->targets[i] = NULL; in siop_common_attach()
260 siop_cmd->siop_tables->id = siop_htoc32(sc, sc->targets[target]->id); in siop_setuptables()
267 (sc->targets[target]->flags & TARF_ISWIDE) == 0) in siop_setuptables()
280 if ((sc->targets[target]->flags & TARF_TAG) == 0) { in siop_setuptables()
296 if (sc->targets[target]->status == TARST_ASYNC) { in siop_setuptables()
297 if ((sc->targets[target]->flags & TARF_DT) && in siop_setuptables()
299 sc->targets[target]->status = TARST_PPR_NEG; in siop_setuptables()
302 } else if (sc->targets[target]->flags & TARF_WIDE) { in siop_setuptables()
303 sc->targets[target]->status = TARST_WIDE_NEG; in siop_setuptables()
306 } else if (sc->targets[target]->flags & TARF_SYNC) { in siop_setuptables()
[all …]
Dsiop.c252 if (sc->sc_c.targets[i] == NULL) in siop_reset()
258 target = (struct siop_target *)sc->sc_c.targets[i]; in siop_reset()
649 (struct siop_target *)sc->sc_c.targets[target]; in siop_intr()
1076 ((struct siop_target *)sc->sc_c.targets[target])->siop_lun[lun]; in siop_unqueue()
1129 ((struct siop_target*)sc->sc_c.targets[target])->siop_lun[lun]; in siop_handle_qtag_reject()
1190 if (sc->sc_c.targets[target] == NULL) in siop_handle_reset()
1194 (struct siop_target *)sc->sc_c.targets[target]; in siop_handle_reset()
1199 ((sc->sc_c.targets[target]->flags & TARF_TAG) ? in siop_handle_reset()
1216 sc->sc_c.targets[target]->status = TARST_ASYNC; in siop_handle_reset()
1217 sc->sc_c.targets[target]->flags &= ~TARF_ISWIDE; in siop_handle_reset()
[all …]
Desiop.c369 if (sc->sc_c.targets[i]) in esiop_reset()
453 esiop_target = (struct esiop_target *)sc->sc_c.targets[target]; in esiop_intr()
1269 (struct esiop_target *)sc->sc_c.targets[target] : NULL; in esiop_checkdone()
1323 ((struct esiop_target *)sc->sc_c.targets[target])->esiop_lun[lun]; in esiop_unqueue()
1368 (struct esiop_target*)sc->sc_c.targets[target]; in esiop_handle_qtag_reject()
1430 (struct esiop_target *)sc->sc_c.targets[target]; in esiop_handle_reset()
1438 ((sc->sc_c.targets[target]->flags & TARF_TAG) ? in esiop_handle_reset()
1462 sc->sc_c.targets[target]->status = TARST_ASYNC; in esiop_handle_reset()
1463 sc->sc_c.targets[target]->flags &= ~(TARF_ISWIDE | TARF_ISDT); in esiop_handle_reset()
1464 sc->sc_c.targets[target]->period = in esiop_handle_reset()
[all …]
/netbsd/src/usr.bin/make/unit-tests/
Dvarname-dot-make-mode.mk11 all: .PHONY make-mode-randomize-targets
23 make-mode-randomize-targets: .PHONY
25 @${MAKE} -r -f ${MAKEFILE} randomize-targets
28 @${MAKE} -r -f ${MAKEFILE} -j1 randomize-targets
31 @${MAKE} -r -f ${MAKEFILE} -j5 randomize-targets | grep '^:'
33 .if make(randomize-targets)
34 randomize-targets: .WAIT a1 a2 a3 .WAIT b1 b2 b3 .WAIT c1 c2 c3 .WAIT
40 .MAKE.MODE+= randomize-targets
Ddeptgt.exp5 Parsing deptgt.mk:37: : command for empty targets list
8 Parsing deptgt.mk:39: : command for empty targets list
23 make: deptgt.mk:64: warning: Special and mundane targets don't mix. Mundane ones ignored
Ddeptgt.mk37 : command for empty targets list
39 : command for empty targets list
/netbsd/src/sys/arch/arm/cortex/
Dgic.c157 uint32_t targets = 0; in gicd_find_targets() local
166 targets = gicd_read(sc, GICD_ITARGETSRn(i)); in gicd_find_targets()
167 if (targets != 0) in gicd_find_targets()
170 targets |= (targets >> 16); in gicd_find_targets()
171 targets |= (targets >> 8); in gicd_find_targets()
172 targets &= 0xff; in gicd_find_targets()
174 return targets ? targets : 1; in gicd_find_targets()
256 const uint32_t targets = gicd_read(sc, targets_reg); in armgic_get_affinity() local
257 const uint32_t targets_val = (targets >> byte_shift) & 0xff; in armgic_get_affinity()
285 uint32_t targets = gicd_read(sc, targets_reg); in armgic_set_affinity() local
[all …]
/netbsd/src/external/gpl3/gcc/dist/libcpp/
Dmkdeps.cc91 for (i = targets.size (); i--;) in ~mkdeps()
92 free (const_cast <char *> (targets[i])); in ~mkdeps()
104 vec<const char *> targets; member in mkdeps
246 if (d->quote_lwm != d->targets.size ()) in deps_add_target()
248 const char *lowest = d->targets[d->quote_lwm]; in deps_add_target()
249 d->targets[d->quote_lwm] = t; in deps_add_target()
255 d->targets.push (t); in deps_add_target()
265 if (d->targets.size ()) in deps_add_default_target()
269 d->targets.push (xstrdup ("-")); in deps_add_default_target()
400 column = make_write_vec (d->targets, fp, 0, colmax, d->quote_lwm); in make_write()
[all …]
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dbfdtest2.c59 char** targets = NULL; in check_format_any() local
61 if (bfd_check_format_matches (abfd, format, &targets)) in check_format_any()
64 if (targets) in check_format_any()
66 bfd_find_target (targets[0], abfd); in check_format_any()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dax-general.c432 char *targets = (char *) alloca (ax->buf.size () * sizeof (targets[0])); in ax_reqs() local
446 memset (targets, 0, ax->buf.size () * sizeof (targets[0])); in ax_reqs()
478 if (targets[i] && (heights[i] != height)) in ax_reqs()
512 if (targets[target] || boundary[target]) in ax_reqs()
522 targets[target] = 1; in ax_reqs()
531 if (!targets[i + 3]) in ax_reqs()
551 if (targets[i] && !boundary[i]) in ax_reqs()
Dprocess-stratum-target.c202 std::set<process_stratum_target *> targets; in all_non_exited_process_targets() local
204 targets.insert (inf->process_target ()); in all_non_exited_process_targets()
206 return targets; in all_non_exited_process_targets()
/netbsd/src/external/gpl3/gdb/dist/bfd/
DREADME23 --enable-targets=TARGET,TARGET,TARGET...
24 Additional targets the library should support. To include
25 support for all known targets, use --enable-targets=all.
27 Include support for 64 bit targets. This is automatically
29 for --enable-targets=all. This requires a compiler with a 64
/netbsd/src/external/gpl3/binutils/dist/bfd/
DREADME23 --enable-targets=TARGET,TARGET,TARGET...
24 Additional targets the library should support. To include
25 support for all known targets, use --enable-targets=all.
27 Include support for 64 bit targets. This is automatically
29 for --enable-targets=all. This requires a compiler with a 64
/netbsd/src/external/bsd/iscsi/dist/doc/
DREADME24 example, targets 0 and 2 below will first be discovered. Target 1 will not.
32 The initiator currently only connects to one of the discovered targets. If
39 "gfilename" argument, (insmod intel_iscsi.o gfilename="./targets").
50 of targets and their ip addresses.
93 and initiator.c were correctly edited and all your targets had been started.
130 Once your targets and host have been started, you can test the installation
132 targets.
142 virtualizing multiple targets as one SCSI device. The Linux RAID modules
144 /etc/raidtab must be created to reflect your targets. For example,
175 see any errors reported from the host driver. The targets will report target
/netbsd/src/sys/arch/evbmips/conf/
DREADME.evbmips5 config date targets boards
54 (can be built using evbmips64-* targets).
56 * "*-el" represent targets for building little-endian kernels.
57 * "*-eb" represent targets for building big-endian kernels.
58 * "evbmips64-*" represent targets for building 64-bit (or N32 ABI) kernels and
60 * "evbmipsn64*" represent targets for building fully N64 ABI kernels and
/netbsd/src/external/bsd/iscsi/dist/src/target/
DMakefile.am14 man5_MANS = targets.5
16 dist_man_MANS = iscsi-target.8 targets.5
/netbsd/src/external/bsd/iscsi/dist/src/
DTODO4 add HUP support to read sig and targets file
22 split into separate targets
28 manual page for targets config file
/netbsd/src/usr.bin/make/
Dparse.c216 static GNodeList *targets; variable
656 for (ln = targets->first; ln != NULL; ln = ln->next) in LinkToTargets()
724 for (ln = targets->first; ln != NULL; ln = ln->next) in ApplyDependencyOperator()
874 for (ln = targets->first; ln != NULL; ln = ln->next) { in MaybeUpdateMainTarget()
964 Lst_Append(targets, gn); in HandleDependencyTargetSpecial()
977 Lst_Append(targets, gn); in HandleDependencyTargetSpecial()
1065 Lst_Append(targets, gn); in HandleSingleDependencyTargetMundane()
1417 if (!Arch_ParseArchive(&p, targets, SCOPE_CMDLINE)) { in ParseDependencyTargets()
1476 for (ln = targets->first; ln != NULL; ln = ln->next) in LinkVarToTargets()
1653 if (!Lst_IsEmpty(targets)) in ParseDependency()
[all …]
/netbsd/src/external/gpl3/binutils/dist/gas/
DREADME40 Specifying names for hosts and targets
43 The specifications used for hosts and targets in the `configure'
108 targets.
122 `--enable-targets=...'
130 For most targets, this isn't supported yet. For most targets where it has
137 On a few targets, the assembler has been modified to support a feature
DNEWS173 on x86_64 and aarch64 targets.
325 * Add -mbig-obj support to i386 MingW targets.
344 targets (just use right shift to 0, 8, 16, or 24 bits or AND operation
347 * Add SDCC support for Z80 targets.
418 * Remove -mold-gcc command-line option for x86 targets.
424 x86 targets.
426 * Add support for the .insn directive on RISC-V targets.
455 * Default to --enable-compressed-debug-sections=gas for Linux/x86 targets.
472 * New command-line option --elf-stt-common= for ELF targets to control
476 based targets.
[all …]
/netbsd/src/sys/kern/
Dsys_lwp.c624 lwpid_t targets[32], *tp; in sys__lwp_unpark_all() local
630 if (SCARG(uap, targets) == NULL) { in sys__lwp_unpark_all()
646 if (sz <= sizeof(targets)) in sys__lwp_unpark_all()
647 tp = targets; in sys__lwp_unpark_all()
650 error = copyin(SCARG(uap, targets), tp, sz); in sys__lwp_unpark_all()
652 if (tp != targets) { in sys__lwp_unpark_all()
658 if (tp != targets) in sys__lwp_unpark_all()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-devirt.cc2669 vec <cgraph_node *> targets; member in polymorphic_call_target_d
2739 v->targets.release (); in remove()
3164 return (*slot)->targets; in possible_polymorphic_call_targets()
3359 (*slot)->targets = nodes; in possible_polymorphic_call_targets()
3380 dump_targets (FILE *f, vec <cgraph_node *> targets, bool verbose) in dump_targets() argument
3384 for (i = 0; i < targets.length (); i++) in dump_targets()
3388 name = cplus_demangle_v3 (targets[i]->asm_name (), 0); in dump_targets()
3389 fprintf (f, " %s", name ? name : targets[i]->dump_name ()); in dump_targets()
3392 if (!targets[i]->definition) in dump_targets()
3394 DECL_DECLARED_INLINE_P (targets[i]->decl) in dump_targets()
[all …]
DONEWS41 The following lists changes that add new features or targets.
114 The following new targets are supported (see also list under each
119 RTEMS real-time system on various CPU targets.
138 Additional supported processors and systems for MIPS targets:
187 targets. Options -mcypress, -mv8, -msupersparc, -msparclite, -mf930,
213 Aix 4.1 GCC targets now default to -mcpu=common so that programs
219 powerpc targets by using the --with-cpu=xxx option when configuring the
259 also contains a few new features, mostly related to specific targets.
263 The following new targets are supported:
273 The PowerPC System V targets (powerpc-*-sysv, powerpc-*-eabi) now use the
[all …]
/netbsd/src/sys/dev/dm/doc/
Ddesign.txt14 mapped to physical. There are many targets linear, stripe, mirror etc.
17 list available targets. They can be added with module in linux.
201 out: list of all targets in device-mapper driver (linux use struct dm_target_versions)
204 List all available targets to libdevmapper.
232 to this device and list of upcalled devices (for targets which use
250 device-mapper targets -> target dm_target.c
365 This ioctl is used to get list of supported targets from kernel. Target
367 There are linear, zero, error, mirror, snapshot, multipath etc... targets.

12345678910>>...38