Home
last modified time | relevance | path

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

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