Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svc/startd/
H A Dgraph.c300 static graph_vertex_t *manifest_import_p = NULL; variable
509 if (manifest_import_p == v) in remove_inst_vertex()
510 manifest_import_p = NULL; in remove_inst_vertex()
3806 if (manifest_import_p == NULL) { in can_come_up()
3807 manifest_import_p = vertex_get_by_name(manifest_import); in can_come_up()
3809 if (manifest_import_p == NULL) in can_come_up()
3813 switch (manifest_import_p->gv_state) { in can_come_up()
3821 if (instance_satisfied(manifest_import_p, B_TRUE) == -1) in can_come_up()