Searched refs:sh_descr (Results 1 – 9 of 9) sorted by relevance
94 sh->sh_descr = (char *)strtok_r(NULL, "", &lasts); in getshare()95 if (sh->sh_descr == NULL) in getshare()96 sh->sh_descr = ""; in getshare()132 if (sh->sh_descr) { in sharedup()133 nsh->sh_descr = strdup(sh->sh_descr); in sharedup()134 if (nsh->sh_descr == NULL) in sharedup()155 if (sh->sh_descr != NULL) in sharefree()156 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()
1402 newp->description = strdup(sharetab_entry->sh_descr); in get_share_list()2048 sh->sh_descr = strdup(value); in sa_fillshare()2051 sh->sh_descr = strdup(""); in sa_fillshare()2076 if (sh->sh_descr != NULL) in sa_emptyshare()2077 free(sh->sh_descr); in sa_emptyshare()2078 sh->sh_descr = NULL; in sa_emptyshare()
1332 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()
121 sh->sh_descr); in sharefs_snap_create()
243 strlen(sh->sh_opts) + strlen(sh->sh_descr); in sharefs_add()