Searched refs:target (Results 226 - 250 of 1432) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.bin/iscsictl/
H A Discsictl.c67 struct target *
70 struct target *targ;
81 struct target *
84 struct target *targ;
96 target_delete(struct target *targ)
244 struct target *targ;
252 xo_errx(1, "missing TargetName for target \"%s\"",
257 "sessions for target \"%s\"", targ->t_nickname);
260 xo_errx(1, "invalid target name \"%s\"",
266 xo_errx(1, "missing TargetAddress for target \"
393 kernel_modify_some(int iscsi_fd, unsigned int session_id, const char *target, const char *target_addr, const char *user, const char *secret, int enable) argument
713 *target = NULL, *user = NULL, *secret = NULL; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dexpmed.c389 /* No action is needed if the target is a register and if the field
441 /* If the target is a register, overwriting the entire object, or storing
444 If the target is memory, storing any naturally aligned field can be
574 /* If I is 0, use the low-order word in both field and target;
1094 unsigned HOST_WIDE_INT bitnum, int unsignedp, rtx target,
1101 rtx spec_target = target;
1154 dest = target;
1299 if (target == 0 || !REG_P (target))
1300 target
1089 extract_bit_field(rtx str_rtx, unsigned HOST_WIDE_INT bitsize, unsigned HOST_WIDE_INT bitnum, int unsignedp, rtx target, enum machine_mode mode, enum machine_mode tmode) argument
1699 extract_fixed_bit_field(enum machine_mode tmode, rtx op0, unsigned HOST_WIDE_INT offset, unsigned HOST_WIDE_INT bitsize, unsigned HOST_WIDE_INT bitpos, rtx target, int unsignedp) argument
2156 expand_inc(rtx target, rtx inc) argument
2168 expand_dec(rtx target, rtx dec) argument
2185 expand_shift(enum tree_code code, enum machine_mode mode, rtx shifted, tree amount, rtx target, int unsignedp) argument
2946 expand_mult_const(enum machine_mode mode, rtx op0, HOST_WIDE_INT val, rtx target, const struct algorithm *alg, enum mult_variant variant) argument
3101 expand_mult(enum machine_mode mode, rtx op0, rtx op1, rtx target, int unsignedp) argument
3382 expand_mult_highpart_adjust(enum machine_mode mode, rtx adj_operand, rtx op0, rtx op1, rtx target, int unsignedp) argument
3428 expand_mult_highpart_optab(enum machine_mode mode, rtx op0, rtx op1, rtx target, int unsignedp, int max_cost) argument
3538 expand_mult_highpart(enum machine_mode mode, rtx op0, rtx op1, rtx target, int unsignedp, int max_cost) argument
3815 expand_divmod(int rem_flag, enum tree_code code, enum machine_mode mode, rtx op0, rtx op1, rtx target, int unsignedp) argument
5074 expand_and(enum machine_mode mode, rtx op0, rtx op1, rtx target) argument
5106 emit_store_flag(rtx target, enum rtx_code code, rtx op0, rtx op1, enum machine_mode mode, int unsignedp, int normalizep) argument
5551 emit_store_flag_force(rtx target, enum rtx_code code, rtx op0, rtx op1, enum machine_mode mode, int unsignedp, int normalizep) argument
[all...]
/freebsd-11-stable/usr.sbin/mptable/
H A Dmptable.c267 u_int32_t target; local
279 target = (u_int32_t)segment << 4;
281 printf( "found, searching EBDA @ 0x%08x\n", target );
282 seekEntry( target );
288 *paddr = (x * sizeof( unsigned int )) + target;
302 target = segment * 1024;
305 target, segment );
306 seekEntry( target );
312 *paddr = (x * sizeof( unsigned int )) + target;
318 if ( target !
[all...]
/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A DdecUtility.c61 /* bytes is the target's byte array */
62 /* len is length of target format's byte array */
95 Unit *target, *first; /* work */ local
101 target = uar + D2U (digits) - 1 + D2U (shift); /* where upper part of first cut goes */
104 for (; source >= dn->lsu; source--, target--)
109 if (target <= first)
110 *target = (Unit) next; /* write to target iff valid */
114 for (; target >= uar; target
[all...]
/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Dtarget.c108 set_target_ops (struct target_ops *target) argument
111 memcpy (the_target, target, sizeof (*the_target));
/freebsd-11-stable/contrib/binutils/ld/emulparams/
H A Delf32bmipn32-defs.sh22 if test `echo "$host" | sed -e s/64//` = `echo "$target" | sed -e s/64//`; then
30 # Look for 64 bit target libraries in /lib64, /usr/lib64 etc., first.
H A Delf32ppccommon.sh1 # The PLT-agnostic parts of a generic 32-bit ELF PowerPC target. Included by:
36 # Treat a host that matches the target with the possible exception of "64"
38 if test `echo "$host" | sed -e s/64//` = `echo "$target" | sed -e s/64//`; then
46 # Look for 64 bit target libraries in /lib64, /usr/lib64 etc., first.
H A Delf64ppc.sh37 # Treat a host that matches the target with the possible exception of "64"
39 if test `echo "$host" | sed -e s/64//` = `echo "$target" | sed -e s/64//`; then
47 # Look for 64 bit target libraries in /lib64, /usr/lib64 etc., first.
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dresolved-cmd.c73 const char *target = APR_ARRAY_IDX(targets, i, const char *);
76 err = svn_client_resolve(target,
71 const char *target = APR_ARRAY_IDX(targets, i, const char *); local
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dfseek.c84 off_t target, curoff; local
216 target = offset;
221 target = st.st_size + offset;
261 ** If the target offset is within the current buffer,
267 if (target >= curoff && target < curoff + (off_t) n)
269 register int o = target - curoff;
289 curoff = target & ~(fp->f_blksize - 1);
297 n = target - curoff;
/freebsd-11-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dcompat.c92 ret = check_compat(minor_status, context, ctx->target,
96 ret = check_compat(minor_status, context, ctx->target,
H A Ddelete_sec_context.c67 if(ctx->target)
68 krb5_free_principal (context, ctx->target);
/freebsd-11-stable/crypto/heimdal/lib/ntlm/
H A Dtest_ntlm.c50 *target = "DOMAIN"; local
88 type2.targetname = rk_UNCONST(target);
113 type3.targetname = rk_UNCONST(target);
142 if (strcmp(target, type3.targetname) != 0)
161 type2.targetname = rk_UNCONST(target);
187 *target = "TESTNT"; local
211 target,
222 target,
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A DMakefile.amd6415 elf64-target.h \
H A DMakefile.i3869 elf32-target.h \
/freebsd-11-stable/sys/dev/ppbus/
H A Dvpoio.h84 int vpoio_do_scsi(struct vpoio_data *vpo, int host, int target, char *command,
93 int imm_do_scsi(struct vpoio_data *vpo, int host, int target, char *command,
/freebsd-11-stable/targets/
H A DMakefile.inc3 .if !target(__${_this}__)
/freebsd-11-stable/usr.bin/talk/
H A Dctl_transact.c54 ctl_transact(struct in_addr target, CTL_MSG lmsg, int type, CTL_RESPONSE *rp) argument
60 daemon_addr.sin_addr = target;
/freebsd-11-stable/contrib/bmake/mk/
H A Dsubdir.mk13 .if !target(.MAIN)
63 .if !target(install)
64 .if !target(beforeinstall)
67 .if !target(afterinstall)
/freebsd-11-stable/sys/modules/cloudabi64/
H A DMakefile33 ${OBJCOPY} --input-target binary \
34 --output-target ${OUTPUT_TARGET} \
/freebsd-11-stable/sys/modules/cloudabi32/
H A DMakefile37 ${OBJCOPY} --input-target binary \
38 --output-target ${OUTPUT_TARGET} \
/freebsd-11-stable/share/mk/
H A Dbsd.links.mk3 .if !target(__<bsd.init.mk>__)
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFunction.h38 lldb::SBInstructionList GetInstructions(lldb::SBTarget target);
40 lldb::SBInstructionList GetInstructions(lldb::SBTarget target,
H A DSBSymbol.h39 lldb::SBInstructionList GetInstructions(lldb::SBTarget target);
41 lldb::SBInstructionList GetInstructions(lldb::SBTarget target,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DHost.inc37 // On darwin, we want to update the version to match that of the target.
76 // Override the default target with an environment variable named by

Completed in 140 milliseconds

1234567891011>>