Searched defs:manifest_import_p (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/startd/
H A Dgraph.c301 static graph_vertex_t *manifest_import_p = NULL; variable
510 if (manifest_import_p == v)
511 manifest_import_p = NULL;
3801 if (manifest_import_p == NULL) {
3802 manifest_import_p = vertex_get_by_name(manifest_import);
3804 if (manifest_import_p == NULL)
3808 switch (manifest_import_p->gv_state) {
3816 if (instance_satisfied(manifest_import_p, B_TRUE) == -1)

Completed in 187 milliseconds