Searched refs:propstring (Results 1 – 1 of 1) sorted by relevance
1660 char *propstring; in sa_commit_share() local1682 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() local1826 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 …]