Searched refs:sh_descr (Results 1 – 9 of 9) 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()
96 sh->sh_descr = strtok(NULL, ""); in getshare()97 if (sh->sh_descr == NULL) in getshare()98 sh->sh_descr = ""; in getshare()125 nsh->sh_descr = strdup(sh->sh_descr); in sharedup()126 if (nsh->sh_descr == NULL) in sharedup()148 if (sh->sh_descr != NULL) in sharefree()149 free(sh->sh_descr); in sharefree()
47 char *sh_descr; member58 caddr32_t sh_descr; member
71 j = (sh->sh_descr ? strlen(sh->sh_descr) : 0); in _sharefs()
1403 newp->description = strdup(sharetab_entry->sh_descr); in get_share_list()2049 sh->sh_descr = strdup(value); in sa_fillshare()2052 sh->sh_descr = strdup(""); in sa_fillshare()2077 if (sh->sh_descr != NULL) in sa_emptyshare()2078 free(sh->sh_descr); in sa_emptyshare()2079 sh->sh_descr = NULL; in sa_emptyshare()
1344 j = (sh->sh_descr ? strlen(sh->sh_descr) : 0); in sa_share_zfs()
338 newp->description = strdup(sharetab_entry->sh_descr); in create_sharelist_entry()
119 sh->sh_descr); in sharefs_snap_create()
243 strlen(sh->sh_opts) + strlen(sh->sh_descr); in sharefs_add()