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

/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c219 * print_rsrc_desc(resource, sharedesc)
222 * the current locale. If sharedesc is not NULL and there is no
223 * description on the resource, use sharedesc. sharedesc will already
228 print_rsrc_desc(sa_resource_t resource, char *sharedesc) argument
243 } else if (sharedesc != NULL) {
244 description = strdup(sharedesc);

Completed in 68 milliseconds