Lines Matching refs:propstring
1660 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()
1847 free(propstring); in remove_resources()
1866 char *propstring; in sa_delete_share() local
1869 propstring = malloc(proplen); in sa_delete_share()
1870 if (propstring == NULL) in sa_delete_share()
1892 (void) snprintf(propstring, in sa_delete_share()
1896 propstring); in sa_delete_share()
1914 (void) snprintf(propstring, proplen, in sa_delete_share()
1918 propstring); in sa_delete_share()
1934 if (propstring != NULL) in sa_delete_share()
1935 free(propstring); in sa_delete_share()