Home
last modified time | relevance | path

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

/titanic_41/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()
/titanic_41/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.h51 ses_target_t *set_target; member
H A Dses.c541 if (stp->set_target) { in ses_contract_thread()
544 ses_close(stp->set_target); in ses_contract_thread()
545 stp->set_target = NULL; in ses_contract_thread()
708 if (stp->set_target) { in ses_target_free()
710 ses_close(stp->set_target); in ses_target_free()
711 stp->set_target = NULL; in ses_target_free()
908 if (tp->set_target == NULL) { in ses_node_lock()
924 if ((tp->set_target = in ses_node_lock()
939 tp->set_snap = ses_snap_hold(tp->set_target); in ses_node_lock()
942 (snap = ses_snap_new(tp->set_target)) != NULL) { in ses_node_lock()
[all …]
/titanic_41/usr/src/uts/common/xen/public/
H A Ddomctl.h685 struct xen_domctl_set_target set_target; member