Lines Matching defs:inst_name
4778 * Find the vertex for inst_name. If it doesn't exist, return ENOENT.
4790 dgraph_set_instance_state(scf_handle_t *h, const char *inst_name,
4801 v = vertex_get_by_name(inst_name);
6287 char *inst_name;
6289 r = libscf_instance_get_fmri(inst, &inst_name);
6306 vertex = vertex_get_by_name(inst_name);
6310 "The instance must have been removed.\n", inst_name);
6311 startd_free(inst_name, max_scf_fmri_size);
6416 inst_name);
6465 startd_free(inst_name, max_scf_fmri_size);
6767 const char *inst_name = NULL;
6774 if (scf_parse_svc_fmri(lfmri, NULL, NULL, &inst_name, &pg_name,
6779 } else if (inst_name != NULL && pg_name == NULL) {
6781 } else if (inst_name != NULL && pg_name != NULL) {