Searched defs:vfstab_file (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/installf/
H A Dmain.c137 char *vfstab_file = NULL; local
235 vfstab_file = flex_device(optarg, 2);
271 if (get_mntinfo(map_client, vfstab_file))
/illumos-gate/usr/src/cmd/svr4pkg/pkgchk/
H A Dmain.c144 *vfstab_file = NULL; local
222 vfstab_file = flex_device(optarg, 2);
502 if (get_mntinfo(map_client, vfstab_file))
/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Dmain.c161 char *vfstab_file = NULL; local
422 vfstab_file = flex_device(optarg, 2);
482 if (get_mntinfo(map_client, vfstab_file)) {
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dmain.c242 char *vfstab_file = NULL; local
721 vfstab_file = flex_device(optarg, 2);
851 if (get_mntinfo(map_client, vfstab_file)) {
/illumos-gate/usr/src/cmd/svr4pkg/pkgrm/
H A Dmain.c107 static char *vfstab_file = NULL; variable
458 vfstab_file = flex_device(optarg, 2);
1741 if (vfstab_file) {
1743 arg[nargs++] = vfstab_file;
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c852 get_mntinfo(int map_client, char *vfstab_file) argument
909 if (vfstab_file) {
911 vfstab_file);
/illumos-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c135 static char *vfstab_file = NULL; variable
765 vfstab_file = flex_device(optarg, 2);
2301 if (vfstab_file) {
2303 arg[nargs++] = vfstab_file;
4501 if (vfstab_file) {
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c1754 char *vfstab_file = VFS_TAB; local
1756 fp = xfopen(vfstab_file);
1760 vfs_error(vfstab_file, status);

Completed in 106 milliseconds