Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c895 char VFS_TABLE[PATH_MAX]; in get_mntinfo() local
910 (void) snprintf(VFS_TABLE, sizeof (VFS_TABLE), "%s", in get_mntinfo()
913 (void) snprintf(VFS_TABLE, sizeof (VFS_TABLE), "%s%s", in get_mntinfo()
917 if (access(VFS_TABLE, R_OK) == 0) { in get_mntinfo()
923 if ((pp = setmntent(VFS_TABLE, "r")) == NULL) { in get_mntinfo()
924 progerr(ERR_NOTABLE, "vfs", VFS_TABLE, in get_mntinfo()