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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dfile_object.c649 size_t pvi_size; member in struct:property_value_info
660 info->pvi_size += strlen(vals[0]) + 1; /* count the '\0' */
674 left = info->pvi_size - pos;
677 left = info->pvi_size - pos;
721 info.pvi_size = 0;
782 if (info.pvi_size > 0) {
783 info.pvi_base = uu_zalloc(info.pvi_size);
808 info.pvi_base, info.pvi_count, info.pvi_size);

Completed in 47 milliseconds