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

/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c178 char *shp_errstr; /* only for shp plugin */ member in struct:list_stat
591 lstat.shp_errstr = NULL;
628 lstat.shp_errstr = NULL;
701 lstat.shp_errstr = NULL;
2513 if (lstatp->shp_errstr != NULL) {
2514 *(lstatp->errstr) = strdup(lstatp->shp_errstr);
2515 free(lstatp->shp_errstr);
2516 lstatp->shp_errstr = NULL;
2695 if (lstatp->shp_errstr == NULL) {
2696 lstatp->shp_errstr
[all...]

Completed in 65 milliseconds