Searched refs:shareid (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libshare/common/ |
H A D | scfutil.c | 635 find_share_by_id(sa_handle_t handle, char *shareid) in find_share_by_id() argument 649 if (id != NULL && strcmp(id, shareid) == 0) { in find_share_by_id() 1816 remove_resources(scfutilhandle_t *handle, sa_share_t share, char *shareid) in remove_resources() argument 1841 "%s_%s_%s", shareid, proto, id); in remove_resources() 1863 char *shareid = NULL; in sa_delete_share() local 1876 shareid = sa_get_share_attr(share, "id"); in sa_delete_share() 1877 if (groupname == NULL || shareid == NULL) { in sa_delete_share() 1884 ret = remove_resources(handle, share, shareid); in sa_delete_share() 1886 ret = sa_delete_pgroup(handle, shareid); in sa_delete_share() 1894 proplen, "%s_%s", shareid, in sa_delete_share() [all …]
|