Home
last modified time | relevance | path

Searched refs:tmp_pathnames (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/nfsd/
H A Dnfsd.c882 char **tmp_pathnames; in dss_init() local
887 tmp_pathnames = (char **)malloc(sz); in dss_init()
888 if (tmp_pathnames == NULL) { in dss_init()
896 tmp_pathnames[j++] = pathnames[i]; in dss_init()
898 pathnames = tmp_pathnames; in dss_init()