Lines Matching refs:prop

1296 	scf_property_t *prop;
1334 prop = handle->rh_property;
1361 if (prop != NULL)
1362 scf_property_destroy(prop);
2870 scf_property_t *prop)
2873 prop ? &prop->rd_d : NULL, 0));
3563 property_type_locked(const scf_property_t *prop,
3566 scf_handle_t *h = prop->rd_d.rd_handle;
3576 request.rpr_entityid = prop->rd_d.rd_entity;
3578 datael_finish_reset(&prop->rd_d);
3594 scf_property_type(const scf_property_t *prop, scf_type_t *out)
3596 scf_handle_t *h = prop->rd_d.rd_handle;
3601 ret = property_type_locked(prop, &out_raw);
3611 scf_property_is_type(const scf_property_t *prop, scf_type_t base_arg)
3613 scf_handle_t *h = prop->rd_d.rd_handle;
3622 ret = property_type_locked(prop, &type);
3649 scf_property_get_name(const scf_property_t *prop, char *out, size_t len)
3651 return (datael_get_name(&prop->rd_d, out, len, RP_ENTITY_NAME_NAME));
3798 const char *prop, rep_protocol_value_type_t type)
3831 old = uu_list_find(tran->tran_props, &prop, NULL, &idx);
3837 ret = datael_get_child_locked(&tran->tran_pg.rd_d, prop,
3879 (void) strlcpy(entry->entry_namebuf, prop,
3910 scf_transaction_entry_t *entry, const char *prop, scf_type_t type)
3913 prop, scf_type_to_protocol_type(type)));
3923 scf_transaction_entry_t *entry, const char *prop, scf_type_t type)
3926 prop, scf_type_to_protocol_type(type)));
3936 scf_transaction_entry_t *entry, const char *prop, scf_type_t type)
3939 prop, scf_type_to_protocol_type(type)));
3949 scf_transaction_entry_t *entry, const char *prop)
3952 prop, REP_PROTOCOL_TYPE_INVALID));
4984 scf_iter_property_values(scf_iter_t *iter, const scf_property_t *prop)
4986 return (datael_setup_iter(iter, &prop->rd_d,
5057 scf_property_get_value(const scf_property_t *prop, scf_value_t *v)
5059 scf_handle_t *h = prop->rd_d.rd_handle;
5070 request.rpr_entityid = prop->rd_d.rd_entity;
5073 datael_finish_reset(&prop->rd_d);
5440 scf_property_t *prop, int flags)
5456 (prop != NULL && h != prop->rd_d.rd_handle))
5487 if (prop != NULL)
5556 if (prop == NULL)
5557 prop = h->rh_property;
5559 datael_reset(&prop->rd_d);
5644 if (scf_pg_get_property(pg, property, prop) == -1) {
5665 if (prop != NULL)
5666 datael_reset(&prop->rd_d);
5895 scf_property_to_fmri(const scf_property_t *prop, char *out, size_t sz)
5897 scf_handle_t *h = prop->rd_d.rd_handle;
5904 r = datael_get_parent(&prop->rd_d, &pg->rd_d);
5919 r = scf_property_get_name(prop, tmp, sizeof (tmp));
6282 scf_property_t *prop = NULL;
6336 (prop = scf_property_create(h)) == NULL ||
6374 NULL, pg, prop, 0) != 0)
6378 scf_property_get_name(prop, NULL, 0) < 0)
6589 info.prop = NULL;
6642 info.prop = NULL;
6685 SCF_LEGACY_PROPERTY_NAME, prop) == -1) {
6695 if (scf_property_is_type(prop, SCF_TYPE_ASTRING)
6703 if (scf_property_get_value(prop, value) !=
6727 info.prop = NULL;
6897 info.prop = NULL;
6902 scope, svc, inst, pg, prop, 0) !=
6929 if (scf_property_get_name(prop, NULL, 0) < 0) {
6935 info.prop = NULL;
6937 info.prop = prop;
6988 scf_property_destroy(prop);