Home
last modified time | relevance | path

Searched refs:value_t (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/tip/
H A Dvalue.c16 static value_t *vlookup(char *);
22 static void vprint(value_t *);
31 value_t *p; in vinit()
73 vassign(value_t *p, char *v) in vassign()
120 value_t *p; in vlex()
145 value_t *p; in vtoken()
185 vprint(value_t *p) in vprint()
246 static value_t *
249 value_t *p; in vlookup()
314 value_t *p; in vstring()
H A Dtip.h90 } value_t; typedef
169 extern value_t vtable[]; /* variable table */
221 #define NOVAL ((value_t *)NULL)
H A Dvars.c17 value_t vtable[] = {
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_internal.c81 const value_t *A = a; in value_cmp()
82 const value_t *B = b; in value_cmp()
122 sizeof (value_t), offsetof(value_t, sc_node), value_cmp, 0)) == in internal_init()
133 value_t *val = v; in internal_value_dump()
530 value_t *val; in internal_property_free()
559 value_t *
562 value_t *v; in internal_value_new()
564 if ((v = uu_zalloc(sizeof (value_t))) == NULL) in internal_value_new()
573 internal_value_free_str(value_t *v) in internal_value_free_str()
583 value_t *v; in internal_property_create()
[all …]
H A Dsvccfg.h300 } value_t; typedef
424 extern value_t *internal_value_new(void);
433 extern void internal_attach_value(property_t *, value_t *);
484 extern void lxml_store_value(value_t *, element_t, const xmlChar *);
H A Dsvccfg_tmpl.c336 value_t *ite_value; /* Non-conforming value */
998 value_t *v; in av_get_values()
1036 value_t *v; in find_astring_value_in_pg()
1056 value_t *value; in find_count_value()
1097 value_t *v; in find_restarter()
1168 value_t *value; in get_ranges()
1622 value_to_string(value_t *v) in value_to_string()
1675 property_t *prop, value_t *val, error_info_t *einfo) in add_scf_error()
1820 property_t *prop, value_t *val, error_info_t *einfo) in tmpl_errors_add_im()
1853 value_t *value; in is_required()
[all …]
H A Dsvccfg_xml.c521 lxml_free_str(value_t *val) in lxml_free_str()
538 lxml_store_value(value_t *v, element_t type, const xmlChar *value) in lxml_store_value()
611 static value_t *
614 value_t *v; in lxml_make_value()
633 value_t *v; in lxml_get_value()
665 value_t *v; in lxml_get_propval()
966 value_t *val; in lxml_get_method_environment()
1193 value_t *v; in lxml_get_dependency()
1997 value_t *v; in astring_prop_value()
2023 value_t *v; in seps_to_prop_values()
[all …]
H A Dsvccfg_libscf.c1881 value_t *vp; in find_current_prop_type()
2296 value_t *vp; in lscf_property_import()
/illumos-gate/usr/src/cmd/raidctl/
H A Draidctl.c2540 uint32_t value_t = MAX32BIT; in get_array_tag() local
2580 value_t = atoi(tp); in get_array_tag()
2583 array_tagp->idl.target_id = value_t; in get_array_tag()
2610 uint32_t value_t = MAX32BIT; in get_disk_tag_ctd() local
2650 value_t = atoi(tp); in get_disk_tag_ctd()
2654 disk_tagp->cidl.target_id = value_t; in get_disk_tag_ctd()