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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dfile_object.c647 char *pvi_base; member in struct:property_value_info
679 if ((len = strlcpy(&info->pvi_base[pos], vals[0], left)) >= left) {
719 info.pvi_base = NULL;
783 info.pvi_base = uu_zalloc(info.pvi_size);
784 if (info.pvi_base == NULL) {
794 uu_free(info.pvi_base);
808 info.pvi_base, info.pvi_count, info.pvi_size);

Completed in 57 milliseconds