Searched refs:VFS_TABLE (Results 1 – 1 of 1) sorted by relevance
| /titanic_41/usr/src/cmd/svr4pkg/libinst/ |
| H A D | mntinfo.c | 899 char VFS_TABLE[PATH_MAX]; in get_mntinfo() local 914 (void) snprintf(VFS_TABLE, sizeof (VFS_TABLE), "%s", in get_mntinfo() 917 (void) snprintf(VFS_TABLE, sizeof (VFS_TABLE), "%s%s", in get_mntinfo() 921 if (access(VFS_TABLE, R_OK) == 0) { in get_mntinfo() 927 if ((pp = setmntent(VFS_TABLE, "r")) == NULL) { in get_mntinfo() 928 progerr(ERR_NOTABLE, "vfs", VFS_TABLE, in get_mntinfo()
|