Searched refs:property_t (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/cmd/svc/svccfg/ |
H A D | svccfg.h | 286 } property_t; typedef 310 property_t *sc_enable; /* pointer to enable property */ 423 property_t *internal_property_new(void); 424 void internal_property_free(property_t *); 425 property_t *internal_property_find(pgroup_t *, const char *); 426 property_t *internal_property_create(const char *, scf_type_t, uint_t, ...); 434 int internal_attach_property(pgroup_t *, property_t *); 435 void internal_detach_property(pgroup_t *, property_t *); 436 void internal_attach_value(property_t *, value_t *); 444 int prop_equal(property_t *, property_t *, const char *, const char *, int); [all …]
|
H A D | svccfg_internal.c | 71 property_t *A = (property_t *)a; in property_cmp() 72 property_t *B = (property_t *)b; in property_cmp() 116 sizeof (property_t), offsetof(property_t, sc_node), property_cmp, in internal_init() 171 property_t *p = v; in internal_property_dump() 412 property_t *prop; in internal_pgroup_free() 505 property_t * 508 property_t *p; in internal_property_new() 510 if ((p = uu_zalloc(sizeof (property_t))) == NULL) in internal_property_new() 528 internal_property_free(property_t *p) in internal_property_free() 545 property_t * [all …]
|
H A D | svccfg_tmpl.c | 334 property_t *ite_prop; /* Non-conforming property */ 567 property_t *l = (property_t *)left; in composed_prop_compare() 568 property_t *r = (property_t *)right; in composed_prop_compare() 623 property_t *prop; in grow_props_tree() 777 count_prop_values(property_t *prop) in count_prop_values() 810 static property_t * 814 property_t look; in property_find() 996 property_t *prop; in av_get_values() 1035 property_t *prop; in find_astring_value_in_pg() 1054 find_count_value(property_t *prop, uint64_t *count) in find_count_value() [all …]
|
H A D | svccfg_xml.c | 379 property_t *p; in new_bool_prop_from_attr() 411 property_t *p; in new_str_prop_from_attr() 430 property_t *p; in new_opt_str_prop_from_attr() 623 lxml_get_value(property_t *prop, element_t vtype, xmlNodePtr value) in lxml_get_value() 660 property_t *p; in lxml_get_propval() 723 property_t *p; in lxml_get_property() 891 property_t *p; in lxml_get_method_profile() 905 property_t *p; in lxml_get_method_credential() 961 property_t *p; in lxml_get_method_environment() 1055 property_t *p; in lxml_get_exec_method() [all …]
|
H A D | svccfg_libscf.c | 1849 property_t *prop = p; in find_current_prop_type() 2276 property_t *p = v; in lscf_property_import() 2860 property_t *p1, *p2; in report_pg_diffs() 2906 property_t *p, *new_p, *cur_p; in add_upgrade_entries() 2913 (void *)offsetof(property_t, sc_seen), UU_DEFAULT) != 0) in add_upgrade_entries() 3907 property_t *mfst_prop; in upgrade_manifestfiles() 3908 property_t *old_prop; in upgrade_manifestfiles()
|
/titanic_44/usr/src/uts/intel/io/acpica/ |
H A D | master_ops.c | 83 static property_t * 86 return ((property_t *)kmem_zalloc(sizeof (property_t), KM_SLEEP)); in mf_alloc_property() 90 mf_free_property(property_t *p) in mf_free_property() 98 kmem_free(p, sizeof (property_t)); in mf_free_property() 111 property_t *p; in mf_free_master_rec() 130 property_t *next; in mf_free_master_rec() 261 property_t *p = NULL; in get_line()
|
H A D | acpi_enum.c | 630 process_properties(dev_info_t *xdip, property_t *properties) in process_properties()
|
/titanic_44/usr/src/uts/intel/sys/ |
H A D | acpica.h | 150 } property_t; typedef 157 property_t *properties;
|