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

/illumos-gate/usr/src/lib/libshare/common/
H A Dscfutil.c1661 char *propstring; local
1683 propstring = malloc(proplen);
1684 if (propstring == NULL)
1801 if (propstring != NULL)
1802 free(propstring);
1823 char *propstring; local
1827 propstring = malloc(proplen);
1828 if (propstring == NULL)
1840 (void) snprintf(propstring, proplen,
1842 ret = sa_delete_pgroup(handle, propstring);
1867 char *propstring; local
[all...]

Completed in 59 milliseconds