Searched refs:fhdir (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
327 if ((fhdir = strdup(fhpath)) == NULL) {
335 if ((dirptr = strrchr(fhdir, '/')) == NULL) {
345 /* Terminate fhdir string at last '/' */
350 fhdir, fhpathname);
352 if ((dirp = opendir(fhdir)) == NULL) {
355 fhdir, strerror(errno));
380 if (fhdir != NULL)
381 free(fhdir);

Completed in 61 milliseconds