Searched defs:added_paths (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c3050 char **added_paths = NULL; local
3137 * an upper bound for the size needed for added_paths[numadded_paths].
3143 added_paths = kmem_zalloc(sz, KM_SLEEP);
3170 added_paths[numadded_paths] = newpath;
3179 rfs4_servinst_create(start_grace, numadded_paths, added_paths);
3182 rfs4_dss_readstate(numadded_paths, added_paths);
3196 kmem_free(added_paths, rfs4_dss_numnewpaths * sizeof (char *));

Completed in 84 milliseconds