Home
last modified time | relevance | path

Searched refs:set_target (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc906 int set_host, set_target; in init_arch_macros() local
910 set_target = (get_prop(target_arch->prop, macro_prop) == NULL); in init_arch_macros()
912 if (set_host || set_target) { in init_arch_macros()
932 if (set_target) { in init_arch_macros()
961 int set_host, set_target; in init_mach_macros() local
965 set_target = (get_prop(target_mach->prop, macro_prop) == NULL); in init_mach_macros()
967 if (set_host || set_target) { in init_mach_macros()
987 if (set_target) { in init_mach_macros()
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.h51 ses_target_t *set_target; member
H A Dses.c606 if (stp->set_target) { in ses_contract_thread()
609 ses_close(stp->set_target); in ses_contract_thread()
610 stp->set_target = NULL; in ses_contract_thread()
773 if (stp->set_target) { in ses_target_free()
775 ses_close(stp->set_target); in ses_target_free()
776 stp->set_target = NULL; in ses_target_free()
974 if (tp->set_target == NULL) { in ses_node_lock()
990 if ((tp->set_target = in ses_node_lock()
1005 tp->set_snap = ses_snap_hold(tp->set_target); in ses_node_lock()
3644 if ((stp->set_target = in ses_process_dir()
[all …]
/illumos-gate/usr/src/uts/common/xen/public/
H A Ddomctl.h685 struct xen_domctl_set_target set_target; member
/illumos-gate/usr/src/tools/smatch/src/
H A Dsparse-llvm.c1306 static void set_target(LLVMModuleRef module) in set_target() function
1350 set_target(module); in main()