Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svc/startd/
H A Dmethod.c175 if (instance_is_transient_style(inst) || type != METHOD_START) in method_is_transient()
404 if (type == METHOD_START && inst->ri_i.i_primary_ctid != 0) { in method_ready_contract()
691 if (type == METHOD_START) in method_run()
778 if (type == METHOD_START) in method_run()
843 if (instance_is_wait_style(inst) && type == METHOD_START) { in method_run()
870 if (type == METHOD_START) { in method_run()
915 if (type == METHOD_START && !inst->ri_mi_deleted) in method_run()
918 if (instance_is_wait_style(inst) && type == METHOD_START) { in method_run()
983 if (type == METHOD_START) in method_run()
1167 if (info->sf_method_type == METHOD_START) in method_thread()
H A Dstartd.h117 #define METHOD_START 0 macro
H A Dexpand.c472 case METHOD_START: in expand_token()
H A Dlibscf.c2881 case METHOD_START: in libscf_get_method()
3060 if (type != METHOD_START) in libscf_get_method()
H A Drestarter.c1554 info->sf_method_type = METHOD_START; in start_instance()