Searched refs:property_t (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg.h286 } property_t; typedef in typeref:struct:property
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_
[all...]
H A Dsvccfg_internal.c71 property_t *A = (property_t *)a;
72 property_t *B = (property_t *)b;
116 sizeof (property_t), offsetof(property_t, sc_node), property_cmp,
171 property_t *p = v;
412 property_t *prop;
505 property_t *
508 property_t *
[all...]
H A Dsvccfg_tmpl.c81 * pgroup_t, property_t and value_t structures. These structures are
98 * and it is held in memory using the entity_t, pgroup_t, property_t and
129 * uu_avl_tree at cpf_compose_props. This is a tree of property_t
132 * property is defined at only one level, the tree will hold the property_t
334 property_t *ite_prop; /* Non-conforming property */
567 property_t *l = (property_t *)left;
568 property_t *r = (property_t *)right;
623 property_t *pro
[all...]
H A Dsvccfg_xml.c383 property_t *p;
415 property_t *p;
434 property_t *p;
625 lxml_get_value(property_t *prop, element_t vtype, xmlNodePtr value)
662 property_t *p;
725 property_t *p;
893 property_t *p;
907 property_t *p;
963 property_t *p;
1061 property_t *
[all...]
H A Dsvccfg_libscf.c1849 property_t *prop = p;
2263 * Add a transaction entry to lcbdata->sc_trans for this property_t. Uses
2276 property_t *p = v;
2860 property_t *p1, *p2;
2906 property_t *p, *new_p, *cur_p;
2913 (void *)offsetof(property_t, sc_seen), UU_DEFAULT) != 0)
3907 property_t *mfst_prop;
3908 property_t *old_prop;
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dmaster_ops.c83 static property_t *
86 return ((property_t *)kmem_zalloc(sizeof (property_t), KM_SLEEP));
90 mf_free_property(property_t *p)
98 kmem_free(p, sizeof (property_t));
111 property_t *p;
130 property_t *next;
261 property_t *p = NULL;
H A Dacpi_enum.c630 process_properties(dev_info_t *xdip, property_t *properties)
/illumos-gate/usr/src/uts/intel/sys/
H A Dacpica.h150 } property_t; typedef in typeref:struct:property
157 property_t *properties;

Completed in 109 milliseconds