| /titanic_53/usr/src/cmd/hal/addons/storage/ |
| H A D | addon-storage.c | 244 struct mnttab mpref; in is_mounted() local 250 bzero(&mpref, sizeof (mpref)); in is_mounted() 251 mpref.mnt_special = (char *)device_file; in is_mounted() 252 if (getmntany(f, &mp, &mpref) == 0) { in is_mounted()
|
| /titanic_53/usr/src/lib/libgrubmgmt/common/ |
| H A D | libgrub_fs.c | 445 struct mnttab mpref = {0}; in grub_current_root() local 448 mpref.mnt_mountp = "/"; in grub_current_root() 456 rc = getmntany(fp, &mp, &mpref); in grub_current_root() 528 struct mnttab mpref = {0}; in grub_fsd_get_mountp() local 535 mpref.mnt_special = fsd->gfs_dev; in grub_fsd_get_mountp() 536 mpref.mnt_fstype = fstyp; in grub_fsd_get_mountp() 538 if ((rc = getmntany(fp, &mp, &mpref)) == 0) in grub_fsd_get_mountp()
|
| /titanic_53/usr/src/cmd/hal/probing/storage/ |
| H A D | probe-storage.c | 51 struct mnttab mpref; in is_mounted() local 57 bzero(&mpref, sizeof (mpref)); in is_mounted() 58 mpref.mnt_special = (char *)device_file; in is_mounted() 59 if (getmntany(f, &mp, &mpref) == 0) { in is_mounted()
|
| /titanic_53/usr/src/cmd/fs.d/ufs/quotacheck/ |
| H A D | quotacheck.c | 274 struct mnttab mntp, mpref; in preen() local 286 memset(&mpref, 0, sizeof (struct mnttab)); in preen() 305 mpref.mnt_special = *lp; in preen() 306 if (getmntany(mtab, &mntp, &mpref) == 0 && in preen() 330 mpref.mnt_special = bdev; in preen() 331 if (getmntany(mtab, &mntp, &mpref) != 0) { in preen()
|
| /titanic_53/usr/src/cmd/boot/bootadm/ |
| H A D | bootadm_loader.c | 1062 struct mnttab mpref = { 0 }; in update_temp() local 1081 mpref.mnt_mountp = "/"; in update_temp() 1082 if (getmntany(fp, &mp, &mpref) != 0) { in update_temp() 1265 struct mnttab mpref = { 0 }; in enable_hyper() local 1273 mpref.mnt_mountp = "/"; in enable_hyper() 1274 if (getmntany(fp, &mp, &mpref) != 0) { in enable_hyper()
|
| H A D | bootadm.c | 5774 struct mnttab mpref = {0}; local 5790 mpref.mnt_special = special; 5791 mpref.mnt_fstype = fstype; 5793 ret = getmntany(mntfp, &mp, &mpref); 7066 struct mnttab mpref = {0}; local 7087 mpref.mnt_mountp = "/"; 7089 mpref.mnt_mountp = osroot; 7091 ret = getmntany(mntfp, &mp, &mpref); 7753 struct mnttab mpref = {0}; local 7774 mpref.mnt_mountp = "/"; [all …]
|
| /titanic_53/usr/src/cmd/luxadm/ |
| H A D | qlgcupdate.c | 704 struct mnttab mpref; in q_getbootdev() local 717 mntnull(&mpref); in q_getbootdev() 718 mpref.mnt_mountp = (char *)root; in q_getbootdev() 720 if (getmntany(fp, &mp, &mpref) != 0 || in q_getbootdev() 721 mpref.mnt_mountp == NULL) { in q_getbootdev()
|
| /titanic_53/usr/src/common/ficl/emu/ |
| H A D | loader_emu.c | 586 struct mnttab mpref = {0}; in get_currdev() local 589 mpref.mnt_mountp = "/"; in get_currdev() 596 ret = getmntany(fp, &mp, &mpref); in get_currdev() 890 struct mnttab mpref = {0}; in get_dev() local 937 mpref.mnt_special = tmpdev; in get_dev() 938 ret = getmntany(fp, &mp, &mpref); in get_dev()
|
| /titanic_53/usr/src/cmd/rmvolmgr/ |
| H A D | rmm_common.c | 1243 struct mnttab mpref = { NULL, NULL, NULL, NULL, NULL }; in rmm_get_mnttab_mount_point() local 1246 mpref.mnt_special = (char *)special; in rmm_get_mnttab_mount_point() 1247 if (getmntany(f, &mnt, &mpref) == 0) { in rmm_get_mnttab_mount_point()
|