Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libshare/common/
H A Dscfutil.c1660 char *propstring; in sa_commit_share() local
1682 propstring = malloc(proplen); in sa_commit_share()
1683 if (propstring == NULL) in sa_commit_share()
1800 if (propstring != NULL) in sa_commit_share()
1801 free(propstring); in sa_commit_share()
1822 char *propstring; in remove_resources() local
1826 propstring = malloc(proplen); in remove_resources()
1827 if (propstring == NULL) in remove_resources()
1839 (void) snprintf(propstring, proplen, in remove_resources()
1841 ret = sa_delete_pgroup(handle, propstring); in remove_resources()
[all …]