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

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Ddbtab.c307 char *dirptr, *fhdir, *fhpathname; local
333 fhpathname = NULL;
339 if ((fhpathname = strdup(&dirptr[1])) == NULL) {
350 fhdir, fhpathname);
358 len = strlen(fhpathname);
360 if (strncmp(fhpathname, dp->d_name, len) == 0) {
378 if (fhpathname != NULL)
379 free(fhpathname);

Completed in 119 milliseconds