Searched refs:target (Results 76 - 100 of 1384) sorted by relevance

1234567891011>>

/freebsd-current/usr.bin/iscsictl/
H A Discsictl.h63 struct target { struct
64 TAILQ_ENTRY(target) t_next;
90 TAILQ_HEAD(, target) conf_targets;
98 struct target *target_new(struct conf *conf);
99 struct target *target_find(struct conf *conf, const char *nickname);
100 void target_delete(struct target *ic);
/freebsd-current/contrib/bmake/mk/
H A Dinstall-new.mk20 # copy if src and target are different making a backup if desired
22 src=$$1 target=$$2 _bak=$$3; \
23 if ! test -s $$target || ! cmp -s $$target $$src; then \
25 if test -s $$target; then \
27 rm -f $$target$$_bak; \
28 mv $$target $$target$$_bak; \
30 rm -f $$target; \
33 cp $$src $$target; \
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/DataFormatters/
H A DCXXFunctionPointer.cpp41 Target *target = exe_ctx.GetTargetPtr(); local
42 if (target && !target->GetSectionLoadList().IsEmpty()) {
43 target->GetSectionLoadList().ResolveLoadAddress(func_ptr_address,
58 test_address.SetLoadAddress(fixed_addr, target);
60 int addrsize = target->GetArchitecture().GetAddressByteSize();
/freebsd-current/sys/contrib/ck/include/gcc/
H A Dck_pr.h60 ck_pr_md_load_##S(const M *target) \
64 r = CK_PR_ACCESS(*(const T *)target); \
69 ck_pr_md_store_##S(M *target, T v) \
72 CK_PR_ACCESS(*(T *)target) = v; \
78 ck_pr_md_load_ptr(const void *target) argument
83 r = CK_CC_DECONST_PTR(*(volatile void *const*)(target));
90 ck_pr_md_store_ptr(void *target, const void *v) argument
94 *(volatile void **)target = CK_CC_DECONST_PTR(v);
158 ck_pr_cas_##S(M *target, T compare, T set) \
161 z = __sync_bool_compare_and_swap((T *)target, compar
184 ck_pr_cas_ptr_value(void *target, void *compare, void *set, void *v) argument
[all...]
/freebsd-current/bin/ln/
H A Dln.c53 static bool wflag; /* Warn if symlink target does not
145 case 2: /* ln source target */
155 * the target--simulate "not a directory" error
216 linkit(const char *source, const char *target, bool isdir) argument
241 * If the target is a directory (and not a symlink if hflag),
245 (lstat(target, &sb) == 0 && S_ISDIR(sb.st_mode)) ||
246 (!hflag && stat(target, &sb) == 0 && S_ISDIR(sb.st_mode)))) {
249 snprintf(path, sizeof(path), "%s/%s", target, p) >=
255 target = path;
271 * to the parent directory of the target
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmisc.exp22 We have target specific vars
47 make: in target "varerror-unclosed": Unclosed variable ""
49 make: in target "varerror-unclosed": Unclosed variable "UNCLOSED"
51 make: in target "varerror-unclosed": Unclosed variable "UNCLOSED"
53 make: in target "varerror-unclosed": while evaluating variable "UNCLOSED": Unclosed variable "PATTERN"
56 make: in target "varerror-unclosed": Unclosed variable "param"
57 make: in target "varerror-unclosed": Unclosed variable "UNCLOSED."
60 make: in target "varerror-unclosed": Unclosed variable "UNCLOSED.1"
62 make: in target "varerror-unclosed": Unclosed variable "UNCLOSED.2"
64 make: in target "varerro
[all...]
H A Dopt-debug-graph2.exp1 : 'Making made-target.'
8 # made-target, made, type OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS|OP_DEPS_FOUND|OP_MARK, flags REMAKE|DONE_ALLSRC
14 made-target :
18 # error-target, error when made, type OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS|OP_DEPS_FOUND|OP_MARK, flags REMAKE|DONE_ALLSRC
23 error-target :
27 # aborted-target, aborted, type OP_DEPENDS|OP_PHONY|OP_DEPS_FOUND|OP_MARK, flags none
28 # aborted-target-dependency, error when made, type OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS|OP_DEPS_FOUND|OP_MARK, flags REMAKE|DONE_ALLSRC
32 # parents: aborted-target
33 aborted-target-dependency:
41 all : made-target erro
[all...]
H A Dopt-debug-graph3.exp1 : 'Making made-target.'
8 # made-target, made, type OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS|OP_DEPS_FOUND|OP_MARK, flags REMAKE|DONE_ALLSRC
14 made-target :
18 # error-target, error when made, type OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS|OP_DEPS_FOUND|OP_MARK, flags REMAKE|DONE_ALLSRC
23 error-target :
27 # aborted-target, aborted, type OP_DEPENDS|OP_PHONY|OP_DEPS_FOUND|OP_MARK, flags none
28 # aborted-target-dependency, error when made, type OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS|OP_DEPS_FOUND|OP_MARK, flags REMAKE|DONE_ALLSRC
32 # parents: aborted-target
33 aborted-target-dependency:
41 all : made-target erro
[all...]
/freebsd-current/sys/netlink/
H A Dnetlink_message_parser.c126 struct nl_pstate *npt, void *target)
146 void *ptr = (void *)((char *)target + s->off);
197 nlattr_get_flag(struct nlattr *nla, struct nl_pstate *npt, const void *arg, void *target) argument
205 *((uint8_t *)target) = 1;
261 nlattr_get_ip(struct nlattr *nla, struct nl_pstate *npt, const void *arg, void *target) argument
267 *((struct sockaddr **)target) = sa;
305 nlattr_get_ipvia(struct nlattr *nla, struct nl_pstate *npt, const void *arg, void *target) argument
311 *((struct sockaddr **)target) = sa;
316 nlattr_get_bool(struct nlattr *nla, struct nl_pstate *npt, const void *arg, void *target) argument
323 *((bool *)target)
125 nl_parse_attrs_raw(struct nlattr *nla_head, int len, const struct nlattr_parser *ps, int pslen, struct nl_pstate *npt, void *target) argument
328 nlattr_get_uint8(struct nlattr *nla, struct nl_pstate *npt, const void *arg, void *target) argument
340 nlattr_get_uint16(struct nlattr *nla, struct nl_pstate *npt, const void *arg, void *target) argument
352 nlattr_get_uint32(struct nlattr *nla, struct nl_pstate *npt, const void *arg, void *target) argument
364 nlattr_get_uint64(struct nlattr *nla, struct nl_pstate *npt, const void *arg, void *target) argument
376 nlattr_get_in_addr(struct nlattr *nla, struct nl_pstate *npt, const void *arg, void *target) argument
388 nlattr_get_in6_addr(struct nlattr *nla, struct nl_pstate *npt, const void *arg, void *target) argument
400 nlattr_get_ifp_internal(struct nlattr *nla, struct nl_pstate *npt, void *target, bool zero_ok) argument
431 nlattr_get_ifp(struct nlattr *nla, struct nl_pstate *npt, const void *arg, void *target) argument
437 nlattr_get_ifpz(struct nlattr *nla, struct nl_pstate *npt, const void *arg, void *target) argument
443 nlattr_get_chara(struct nlattr *nla, struct nl_pstate *npt, const void *arg, void *target) argument
460 nlattr_get_string(struct nlattr *nla, struct nl_pstate *npt, const void *arg, void *target) argument
475 nlattr_get_stringn(struct nlattr *nla, struct nl_pstate *npt, const void *arg, void *target) argument
490 nlattr_get_bytes(struct nlattr *nla, struct nl_pstate *npt, const void *arg, void *target) argument
503 nlattr_get_nla(struct nlattr *nla, struct nl_pstate *npt, const void *arg, void *target) argument
511 nlattr_get_nested(struct nlattr *nla, struct nl_pstate *npt, const void *arg, void *target) argument
522 nlattr_get_nested_ptr(struct nlattr *nla, struct nl_pstate *npt, const void *arg, void *target) argument
533 nlf_get_ifp(void *src, struct nl_pstate *npt, void *target) argument
550 nlf_get_ifpz(void *src, struct nl_pstate *npt, void *target) argument
567 nlf_get_u8(void *src, struct nl_pstate *npt, void *target) argument
577 nlf_get_u8_u32(void *src, struct nl_pstate *npt, void *target) argument
584 nlf_get_u16(void *src, struct nl_pstate *npt, void *target) argument
591 nlf_get_u32(void *src, struct nl_pstate *npt, void *target) argument
[all...]
H A Dnetlink_message_parser.h86 void *target);
94 int nlf_get_ifp(void *src, struct nl_pstate *npt, void *target);
95 int nlf_get_ifpz(void *src, struct nl_pstate *npt, void *target);
96 int nlf_get_u8(void *src, struct nl_pstate *npt, void *target);
97 int nlf_get_u16(void *src, struct nl_pstate *npt, void *target);
98 int nlf_get_u32(void *src, struct nl_pstate *npt, void *target);
99 int nlf_get_u8_u32(void *src, struct nl_pstate *npt, void *target);
104 const void *arg, void *target);
107 uint16_t off; /* field offset in the target structure */
117 int out_hdr_off; /* target heade
228 nl_parse_header(void *hdr, int len, const struct nlhdr_parser *parser, struct nl_pstate *npt, void *target) argument
276 nl_parse_nested(struct nlattr *nla, const struct nlhdr_parser *parser, struct nl_pstate *npt, void *target) argument
314 nl_parse_nlmsg(struct nlmsghdr *hdr, const struct nlhdr_parser *parser, struct nl_pstate *npt, void *target) argument
[all...]
/freebsd-current/sys/xdr/
H A Dxdr_array.c66 caddr_t target = *addrp; local
86 if (target == NULL)
91 *addrp = target = mem_alloc(nodesize);
92 if (target == NULL) {
96 memset(target, 0, nodesize);
110 stat = (*elproc)(xdrs, target);
111 target += elsize;
/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_screen.c61 #define CUR_SLIMIT _nc_SLIMIT(limit - (size_t) (target - base))
211 decode_attr(char *source, attr_t *target, int *color) argument
237 *target &= ~A_COLOR;
241 *target |= pair;
250 *target |= scr_attrs[n].attr;
252 *target = A_NORMAL;
267 decode_char(char *source, int *target) argument
274 *target = ' ';
281 *target = MARKER;
285 *target
324 decode_chtype(char *source, chtype fillin, chtype *target) argument
340 decode_cchar(char *source, cchar_t *fillin, cchar_t *target) argument
442 read_row(char *source, NCURSES_CH_T *prior, NCURSES_CH_T *target, int length) argument
483 read_block(void *target, size_t length, FILE *fp) argument
655 encode_attr(char *target, ARG_SLIMIT(limit) attr_t source, attr_t prior, int source_color, int prior_color) argument
701 encode_cell(char *target, ARG_SLIMIT(limit) CARG_CH_T source, CARG_CH_T previous) argument
945 replace_window(WINDOW *target, FILE *source) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp60 UnwindPlanSP FuncUnwinders::GetUnwindPlanAtCallSite(Target &target, argument
64 if (UnwindPlanSP plan_sp = GetObjectFileUnwindPlan(target))
68 if (UnwindPlanSP plan_sp = GetDebugFrameUnwindPlan(target))
70 if (UnwindPlanSP plan_sp = GetEHFrameUnwindPlan(target))
72 if (UnwindPlanSP plan_sp = GetCompactUnwindUnwindPlan(target))
74 if (UnwindPlanSP plan_sp = GetArmUnwindUnwindPlan(target))
80 UnwindPlanSP FuncUnwinders::GetCompactUnwindUnwindPlan(Target &target) { argument
94 if (compact_unwind->GetUnwindPlan(target, current_pc, *unwind_plan_sp)) {
105 lldb::UnwindPlanSP FuncUnwinders::GetObjectFileUnwindPlan(Target &target) { argument
125 UnwindPlanSP FuncUnwinders::GetEHFrameUnwindPlan(Target &target) { argument
143 GetDebugFrameUnwindPlan(Target &target) argument
161 GetArmUnwindUnwindPlan(Target &target) argument
214 GetObjectFileAugmentedUnwindPlan(Target &target, Thread &thread) argument
245 GetEHFrameAugmentedUnwindPlan(Target &target, Thread &thread) argument
286 GetDebugFrameAugmentedUnwindPlan(Target &target, Thread &thread) argument
327 GetAssemblyUnwindPlan(Target &target, Thread &thread) argument
383 GetUnwindPlanAtNonCallSite(Target &target, Thread &thread) argument
434 GetUnwindPlanFastUnwind(Target &target, Thread &thread) argument
503 GetFirstNonPrologueInsn(Target &target) argument
521 GetUnwindAssemblyProfiler(Target &target) argument
530 GetLSDAAddress(Target &target) argument
546 GetPersonalityRoutinePtrAddress(Target &target) argument
[all...]
/freebsd-current/contrib/libarchive/cpio/test/
H A Dtest_basic.c63 basic_cpio(const char *target, argument
70 if (!assertMakeDir(target, 0775))
75 testprog, pack_options, target, target);
79 assertChdir(target);
94 failure("Error invoking %s -i %s in dir %s", testprog, unpack_options, target);
103 passthrough(const char *target) argument
107 if (!assertMakeDir(target, 0775))
114 testprog, target, target, targe
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/build-aux/
H A Dylwrap188 [\\/]* | ?:[\\/]*) target=$to;;
189 *) target=../$to;;
198 realtarget=$target
199 target=tmp-`printf '%s\n' "$target" | sed 's|.*[\\/]||g'`
210 "$from" >"$target" || ret=$?
214 if test -f "$realtarget" && cmp -s "$realtarget" "$target"; then
216 rm -f "$target"
219 mv -f "$target" "$realtarget"
/freebsd-current/contrib/lutok/examples/
H A DMakefile45 -o $${target} $${source} \
54 @target=bindings source=bindings.cpp; echo $(BUILD); $(BUILD)
57 @target=hello source=hello.cpp; echo $(BUILD); $(BUILD)
60 @target=interpreter source=interpreter.cpp; echo $(BUILD); $(BUILD)
63 @target=raii source=raii.cpp; echo $(BUILD); $(BUILD)
/freebsd-current/contrib/ncurses/menu/
H A Dmf_common.h86 #define SetStatus(target,mask) (target)->status |= (unsigned short) (mask)
87 #define ClrStatus(target,mask) (target)->status = (unsigned short) (target->status & (~mask))
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_017_pos.ksh69 typeset target=$TESTPOOL1
71 target=$guid
77 log_must zpool import -d $DEVICE_DIR -D -f $target
82 log_must zpool import -d $DEVICE_DIR -D -f $target
89 log_mustnot zpool import -d $DEVICE_DIR -D -f $target
H A Dzpool_import_016_pos.ksh69 typeset target=$TESTPOOL1
71 target=$guid
77 log_must zpool import -d $DEVICE_DIR -D -f $target
82 log_must zpool import -d $DEVICE_DIR -D -f $target
88 log_mustnot zpool import -d $DEVICE_DIR -D -f $target
H A Dzpool_import_008_pos.ksh68 typeset target=$TESTPOOL1
70 target=$guid
76 log_must zpool import -d $DEVICE_DIR -D -f $target
81 log_must zpool import -d $DEVICE_DIR -D -f $target
88 log_mustnot zpool import -d $DEVICE_DIR -D -f $target
H A Dzpool_import_007_pos.ksh68 typeset target=$TESTPOOL1
70 target=$guid
76 log_must zpool import -d $DEVICE_DIR -D -f $target
81 log_must zpool import -d $DEVICE_DIR -D -f $target
87 log_mustnot zpool import -d $DEVICE_DIR -D -f $target
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBInstruction.h40 const char *GetMnemonic(lldb::SBTarget target);
42 const char *GetOperands(lldb::SBTarget target);
44 const char *GetComment(lldb::SBTarget target);
46 lldb::InstructionControlFlowKind GetControlFlowKind(lldb::SBTarget target);
48 lldb::SBData GetData(lldb::SBTarget target);
/freebsd-current/libexec/rtld-elf/i386/
H A Drtld_machdep.h50 Elf_Addr reloc_jmpslot(Elf_Addr *where, Elf_Addr target,
57 #define call_initfini_pointer(obj, target) \
58 (((InitFunc)(target))())
60 #define call_init_pointer(obj, target) \
61 (((InitArrFunc)(target))(main_argc, main_argv, environ))
/freebsd-current/libexec/rtld-elf/powerpc/
H A Drtld_machdep.h49 Elf_Addr reloc_jmpslot(Elf_Addr *where, Elf_Addr target,
57 #define call_initfini_pointer(obj, target) \
58 (((InitFunc)(target))())
60 #define call_init_pointer(obj, target) \
61 (((InitArrFunc)(target))(main_argc, main_argv, environ))
/freebsd-current/libexec/rtld-elf/arm/
H A Drtld_machdep.h50 Elf_Addr reloc_jmpslot(Elf_Addr *where, Elf_Addr target,
57 #define call_initfini_pointer(obj, target) \
58 (((InitFunc)(target))())
60 #define call_init_pointer(obj, target) \
61 (((InitArrFunc)(target))(main_argc, main_argv, environ))

Completed in 309 milliseconds

1234567891011>>