Searched refs:mpref (Results 1 – 8 of 8) sorted by relevance
/titanic_50/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_50/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_50/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_50/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_50/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_50/usr/src/cmd/boot/installgrub/ |
H A D | installgrub.c | 1563 struct mnttab mp = {0}, mpref = {0}; in copy_stage2_to_pcfs() local 1586 mpref.mnt_special = buf; in copy_stage2_to_pcfs() 1587 if (getmntany(mntfp, &mp, &mpref) != 0) { in copy_stage2_to_pcfs() 1597 if (getmntany(mntfp, &mp, &mpref) != 0) { in copy_stage2_to_pcfs()
|
/titanic_50/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()
|
/titanic_50/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.c | 5567 struct mnttab mpref = {0}; local 5582 mpref.mnt_special = special; 5583 mpref.mnt_fstype = fstype; 5585 ret = getmntany(mntfp, &mp, &mpref); 6797 struct mnttab mpref = {0}; local 6817 mpref.mnt_mountp = "/"; 6819 mpref.mnt_mountp = osroot; 6821 ret = getmntany(mntfp, &mp, &mpref); 7455 struct mnttab mpref = {0}; local 7475 mpref.mnt_mountp = "/"; [all …]
|