Home
last modified time | relevance | path

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

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