Lines Matching +defs:val +defs:service
79 alloc_fmri(const char *service, const char *instance_name)
88 (void) snprintf(fmri, max_fmri, "svc:/%s:%s", service,
98 bind_instance(const char *service, const char *instance_name,
114 fmri = alloc_fmri(service, instance_name);
211 scf_value_t *val;
216 if ((val = scf_value_create(sstate->ss_handle)) == NULL)
219 if (scf_property_get_value(sstate->ss_prop, val) == 0 &&
220 scf_value_get_count(val, answer) == 0)
224 scf_value_destroy(val);
231 scf_value_t *val;
237 if ((val = scf_value_create(sstate->ss_handle)) == NULL)
240 if (scf_property_get_value(sstate->ss_prop, val) == 0 &&
241 scf_value_get_boolean(val, &bval) == 0) {
247 scf_value_destroy(val);
684 * Shut down a possibly-running service instance. If this is a permanent
748 * To enable TRILL, we must create a new instance of the TRILL service, then
815 SCF_PROPERTY_TYPE, "service"))
1505 /* Retrieve any stored TRILL nickname from TRILL SMF service */
1523 /* Stores TRILL nickname in SMF configuraiton for the TRILL service */