Lines Matching +defs:val +defs:ct
247 scf_value_t *val;
251 (val = scf_value_create(h)) == NULL)
274 if (scf_property_get_value(prop, val) == 0) {
300 if (scf_value_get_boolean(val, bp) != 0) {
309 scf_value_destroy(val);
470 ctid_t ct;
473 if ((ct = getctid()) == -1)
476 fd = contract_open(ct, "process", "status", O_RDONLY);
480 "%ld: %s.\n"), ct, strerror(errno));
484 "%ld: %s.\n"), ct, strerror(errno));
1492 scf_value_t *val;
1498 (val = scf_value_create(h)) == NULL)
1511 szret = get_astring_prop(pg, SCF_PROPERTY_STATE, prop, val, state,
1553 (void) scf_value_destroy(val);
1567 scf_value_t *val;
1581 (val = scf_value_create(h)) == NULL ||
1641 if (scf_value_set_astring(val, str) != SCF_SUCCESS)
1644 if (scf_entry_add_value(txent, val) != SCF_SUCCESS)
1671 scf_value_destroy(val);