Lines Matching defs:transient
169 * Determine if the method for the given instance is transient,
200 "%s: transient ctid expected to be 0 but "
289 primary ? "primary" : "transient", *ctidp, inst->ri_i.i_fmri);
671 boolean_t transient;
751 /* open service contract if stopping a non-transient service */
790 "as stop method for transient service.");
904 * Get the contract id, decide whether it is primary or transient, and
1076 /* Abandon contracts for transient methods & methods that fail. */
1077 transient = method_is_transient(inst, type);
1078 if ((transient || *exit_code != 0 || result != 0) &&
1080 method_remove_contract(inst, !transient, B_TRUE);
1097 * for each of "normal" services, wait services, and transient services. For