Searched refs:sh_descr (Results 1 – 8 of 8) sorted by relevance
96 sh->sh_descr = (char *)strtok_r(NULL, "", &lasts); in getshare()97 if (sh->sh_descr == NULL) in getshare()98 sh->sh_descr = ""; in getshare()134 if (sh->sh_descr) { in sharedup()135 nsh->sh_descr = strdup(sh->sh_descr); in sharedup()136 if (nsh->sh_descr == NULL) in sharedup()157 if (sh->sh_descr != NULL) in sharefree()158 free(sh->sh_descr); in sharefree()
45 char *sh_descr; member56 caddr32_t sh_descr; member
69 j = (sh->sh_descr ? strlen(sh->sh_descr) : 0); in _sharefs()
1404 newp->description = strdup(sharetab_entry->sh_descr); in get_share_list()2124 sh->sh_descr = strdup(value); in sa_fillshare()2127 sh->sh_descr = strdup(""); in sa_fillshare()2152 if (sh->sh_descr != NULL) in sa_emptyshare()2153 free(sh->sh_descr); in sa_emptyshare()2154 sh->sh_descr = NULL; in sa_emptyshare()
1520 j = (sh->sh_descr ? strlen(sh->sh_descr) : 0); in sa_share_zfs()
336 newp->description = strdup(sharetab_entry->sh_descr); in create_sharelist_entry()
123 sh->sh_descr); in sharefs_snap_create()
220 strlen(sh->sh_opts) + strlen(sh->sh_descr); in sharefs_add()