Searched defs:value_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/tip/
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)
/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;
/illumos-gate/usr/src/cmd/svc/svccfg/
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 *);

Completed in 60 milliseconds