Searched refs:set_target (Results 1 – 4 of 4) sorted by relevance
906 int set_host, set_target; in init_arch_macros() local910 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() local965 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()
51 ses_target_t *set_target; member
541 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 …]
685 struct xen_domctl_set_target set_target; member