Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Ddbtab.c218 char fsidstr[30]; in db_get_db() local
237 (void) sprintf(fsidstr, "%08x%08x", fsid->val[0], fsid->val[1]); in db_get_db()
238 if ((newp->path = malloc(strlen(fhpath) + 2 + strlen(fsidstr))) in db_get_db()
246 (void) sprintf(newp->path, "%s.%s", fhpath, fsidstr); in db_get_db()