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

/illumos-gate/usr/src/cmd/rexd/
H A Dsharetab.c107 share_t *nsh; local
109 nsh = (share_t *)calloc(1, sizeof (*nsh));
110 if (nsh == NULL)
113 nsh->sh_path = strdup(sh->sh_path);
114 if (nsh->sh_path == NULL)
116 nsh->sh_res = strdup(sh->sh_res);
117 if (nsh->sh_res == NULL)
119 nsh->sh_fstype = strdup(sh->sh_fstype);
120 if (nsh
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dsharetab.c107 share_t *nsh; local
109 nsh = (share_t *)calloc(1, sizeof (*nsh));
110 if (nsh == NULL)
114 nsh->sh_path = strdup(sh->sh_path);
115 if (nsh->sh_path == NULL)
120 nsh->sh_res = strdup(sh->sh_res);
121 if (nsh->sh_res == NULL)
125 nsh->sh_fstype = strdup(sh->sh_fstype);
126 if (nsh
[all...]

Completed in 43 milliseconds