Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c1091 struct vfstab vfsbuf, vfskey; in writable() local
1099 (void) memset((void *)&vfskey, 0, sizeof (vfskey)); in writable()
1100 vfsnull(&vfskey); in writable()
1101 vfskey.vfs_special = unrawname(name); in writable()
1102 vfskey.vfs_fstype = MNTTYPE_UFS; in writable()
1103 if ((getvfsany(vfstab, &vfsbuf, &vfskey) == 0) && in writable()