Searched defs:sres (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libpool/common/ |
H A D | pool.c | 329 const char *sres; local 360 (void) pool_value_get_string(&val, &sres); 361 if (append_char_buf(cb, " %s", sres) == PO_FAIL) {
|
H A D | pool_xml.c | 656 const char *sres; local 700 (void) pool_value_get_string(value, &sres); 701 if (sres != NULL) 703 sres); 833 const char *sres; local 911 (void) pool_value_get_string(value, &sres); 912 (void) snprintf((char *)buf, sizeof (buf), "%s", sres);
|
/osnet-11/usr/src/lib/libzonestat/common/ |
H A D | libzonestat.c | 250 struct zs_system *sres; local 253 sres = ures->zsu_system; 278 zres->zsz_system = sres; 320 zres->zsz_system = sres; 368 zres->zsz_system = sres; 2836 * sres - points to usage struct which is diff of snew and sold 2840 * sres and sold - point same struct that is running total of previous 2856 struct zs_system *sold, *snew, *sres; local 2872 sres = ures->zsu_system; 2879 if (sres ! [all...] |
Completed in 1469 milliseconds