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