Searched defs:shr (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libshare/common/
H A Dlibshare_util.c421 nvlist_t *shr = NULL; local
440 rc = sa_share_read(shdl, sh_path, sh_name, &shr);
442 path = sa_share_get_path(shr);
448 sa_share_free(shr);
449 shr = NULL;
461 shr = sa_share_alloc(sh_name, sh_path);
462 if (shr == NULL) {
468 } while (shr == NULL);
472 *share = shr;

Completed in 24 milliseconds