Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/
H A Dmount.c1490 new_vfsent(struct vfstab *vin, int order) in new_vfsent() argument
1499 if (vin->vfs_special && in new_vfsent()
1500 (new->v.vfs_special = strdup(vin->vfs_special)) == NULL) in new_vfsent()
1502 if (vin->vfs_mountp && in new_vfsent()
1503 (new->v.vfs_mountp = strdup(vin->vfs_mountp)) == NULL) in new_vfsent()
1505 if (vin->vfs_fstype && in new_vfsent()
1506 (new->v.vfs_fstype = strdup(vin->vfs_fstype)) == NULL) in new_vfsent()
1517 } else if (vin->vfs_mntopts && in new_vfsent()
1518 (new->v.vfs_mntopts = strdup(vin->vfs_mntopts)) == NULL) in new_vfsent()