Lines Matching refs:propstring
1661 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()
1848 free(propstring); in remove_resources()
1867 char *propstring; in sa_delete_share() local
1870 propstring = malloc(proplen); in sa_delete_share()
1871 if (propstring == NULL) in sa_delete_share()
1893 (void) snprintf(propstring, in sa_delete_share()
1897 propstring); in sa_delete_share()
1915 (void) snprintf(propstring, proplen, in sa_delete_share()
1919 propstring); in sa_delete_share()
1935 if (propstring != NULL) in sa_delete_share()
1936 free(propstring); in sa_delete_share()