Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dgraph.c306 static graph_vertex_t *manifest_import_p = NULL; variable
515 if (manifest_import_p == v) in remove_inst_vertex()
516 manifest_import_p = NULL; in remove_inst_vertex()
3772 if (manifest_import_p == NULL) { in can_come_up()
3773 manifest_import_p = vertex_get_by_name(manifest_import); in can_come_up()
3775 if (manifest_import_p == NULL) in can_come_up()
3779 switch (manifest_import_p->gv_state) { in can_come_up()
3787 if (instance_satisfied(manifest_import_p, B_TRUE) == -1) in can_come_up()