Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/nfs/nfsd/
H A Dnfsd.c866 char **tmp_pathnames; in dss_init() local
871 tmp_pathnames = (char **)malloc(sz); in dss_init()
872 if (tmp_pathnames == NULL) { in dss_init()
879 tmp_pathnames[j++] = pathnames[i]; in dss_init()
881 pathnames = tmp_pathnames; in dss_init()