Lines Matching defs:new

102  *   we clear the GV_TOOFFLINE flag and walk the dependencies to offline the new
381 * Creates a new vertex with the given name, adds it to the graph, and returns
739 char *new, *name;
760 new = startd_alloc(new_allocd);
761 (void) strcpy(new, *cpp);
762 (void) strcat(new, name);
763 (void) strcat(new, "\n");
767 *cpp = new;
2053 * nothing. If v is configured and fmri_arg is a new restarter, delete v's
2054 * dependency on the restarter, send _REMOVE_INSTANCE for v, and set the new
2446 /* Add dependency from depgroup_v to new vertex */
2525 * Make info->v depend on a new GVT_GROUP node for this property group,
2648 /* Add dependency from inst vertex to new vertex */
2650 /* ELOOP can't happen because this should be a new vertex */
2800 graph_edge_t *new;
2825 new = startd_alloc(sizeof (*new));
2826 new->ge_vertex = v;
2827 uu_list_node_init(new, &new->ge_link, graph_edge_pool);
2828 r = uu_list_insert_before(list, NULL, new);
2916 boolean_t new;
2923 new = should_be_in_subgraph(v);
2925 if (new == old)
2928 log_framework(LOG_DEBUG, new ? "Adding %s to the subgraph.\n" :
2932 (new ? GV_INSUBGRAPH : 0);
2957 if (new) {
3008 * Delete the (property group) dependencies of v & create new ones based on
3035 * after the new dependencies are in place.
3354 * the graph, and all of the new non-subgraph services
4160 * new restarter has a vertex, add a new dependency, and send _ADD_INSTANCE to
4161 * the new restarter. Then fetch whether the instance should be enabled, and
4297 * snapshot, and add the dependencies in the new snapshot. If any of the new
5315 * Make sure stop rc scripts see the new settings via who -r.