Searched refs:shareid (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libshare/common/
H A Dscfutil.c628 * find_share_by_id(shareid)
635 find_share_by_id(sa_handle_t handle, char *shareid) argument
649 if (id != NULL && strcmp(id, shareid) == 0) {
1810 * remove_resources(handle, share, shareid)
1816 remove_resources(scfutilhandle_t *handle, sa_share_t share, char *shareid) argument
1841 "%s_%s_%s", shareid, proto, id);
1863 char *shareid = NULL; local
1876 shareid = sa_get_share_attr(share, "id");
1877 if (groupname == NULL || shareid == NULL) {
1884 ret = remove_resources(handle, share, shareid);
[all...]

Completed in 57 milliseconds