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

/illumos-gate/usr/src/cmd/tip/
H A Dvalue.c18 static value_t *vlookup(char *);
24 static void vprint(value_t *);
33 value_t *p;
75 vassign(value_t *p, char *v)
122 value_t *p;
147 value_t *p;
187 vprint(value_t *p)
248 static value_t *
251 value_t *p;
316 value_t *
[all...]
H A Dtip.h94 value_t; typedef in typeref:struct:__anon1881
133 * if we defined the value entry in value_t, then we couldn't
179 extern value_t vtable[]; /* variable table */
231 #define NOVAL ((value_t *)NULL)
H A Dvars.c19 value_t vtable[] = {
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_internal.c81 const value_t *A = a;
82 const value_t *B = b;
122 sizeof (value_t), offsetof(value_t, sc_node), value_cmp, 0)) ==
133 value_t *val = v;
530 value_t *val;
559 value_t *
562 value_t *v;
564 if ((v = uu_zalloc(sizeof (value_t))) == NULL)
573 internal_value_free_str(value_t *
[all...]
H A Dsvccfg.h300 } value_t; typedef in typeref:struct:value
427 value_t *internal_value_new(void);
436 void internal_attach_value(property_t *, value_t *);
485 void lxml_store_value(value_t *, element_t, const xmlChar *);
H A Dsvccfg_tmpl.c81 * pgroup_t, property_t and value_t structures. These structures are
99 * value_t hierarchy of structures. When a service is processed,
336 value_t *ite_value; /* Non-conforming value */
998 value_t *v;
1036 value_t *v;
1056 value_t *value;
1097 value_t *v;
1168 value_t *value;
1622 value_to_string(value_t *v)
1675 property_t *prop, value_t *va
[all...]
H A Dsvccfg_xml.c520 lxml_free_str(value_t *val)
526 * Take a value_t structure and a type and value. Based on the type
528 * the correct location of the value_t structure.
530 * If the value is NULL, the value_t structure will have been created
533 * so take the type and value from value_t and validate and store
537 lxml_store_value(value_t *v, element_t type, const xmlChar *value)
610 static value_t *
613 value_t *v;
632 value_t *v;
664 value_t *
[all...]
H A Dsvccfg_libscf.c1863 value_t *vp;
2278 value_t *vp;
/illumos-gate/usr/src/cmd/raidctl/
H A Draidctl.c2540 uint32_t value_t = MAX32BIT; local
2580 value_t = atoi(tp);
2583 array_tagp->idl.target_id = value_t;
2610 uint32_t value_t = MAX32BIT; local
2650 value_t = atoi(tp);
2654 disk_tagp->cidl.target_id = value_t;

Completed in 136 milliseconds