Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/
H A Dfsck.c105 static struct vfstab vfsave = {NULL, NULL, NULL, NULL, NULL, NULL, NULL}; variable
119 if (vfsave.vfs_special != NULL) { in vfdup()
120 free(vfsave.vfs_special); in vfdup()
121 vfsave.vfs_special = NULL; in vfdup()
124 ((vfsave.vfs_special = strdup(vp->vfs_special)) == NULL)) { in vfdup()
129 if (vfsave.vfs_fsckdev != NULL) { in vfdup()
130 free(vfsave.vfs_fsckdev); in vfdup()
131 vfsave.vfs_fsckdev = NULL; in vfdup()
134 ((vfsave.vfs_fsckdev = strdup(vp->vfs_fsckdev)) == NULL)) { in vfdup()
139 if (vfsave.vfs_mountp != NULL) { in vfdup()
[all …]