Searched refs:tm_mntpath (Results 1 – 3 of 3) sorted by relevance
321 tm->tm_mntpath = tmp_memalloc(dpn.pn_pathlen + 1, TMP_MUSTHAVE); in tmp_mount()322 (void) strcpy(tm->tm_mntpath, dpn.pn_path); in tmp_mount()504 ASSERT(tm->tm_mntpath); in tmp_unmount()506 tmp_memfree(tm->tm_mntpath, strlen(tm->tm_mntpath) + 1); in tmp_unmount()629 (void) strncpy(sbp->f_fstr, tm->tm_mntpath, sizeof (sbp->f_fstr)); in tmp_statvfs()
230 tm->tm_mntpath); in wrtmp()
44 char *tm_mntpath; /* name of tmpfs mount point */ member