Searched refs:mpref (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/hal/addons/storage/ |
H A D | addon-storage.c | 244 struct mnttab mpref; local 250 bzero(&mpref, sizeof (mpref)); 251 mpref.mnt_special = (char *)device_file; 252 if (getmntany(f, &mp, &mpref) == 0) {
|
/illumos-gate/usr/src/cmd/hal/probing/storage/ |
H A D | probe-storage.c | 51 struct mnttab mpref; local 57 bzero(&mpref, sizeof (mpref)); 58 mpref.mnt_special = (char *)device_file; 59 if (getmntany(f, &mp, &mpref) == 0) {
|
/illumos-gate/usr/src/lib/libgrubmgmt/common/ |
H A D | libgrub_fs.c | 445 struct mnttab mpref = {0}; local 448 mpref.mnt_mountp = "/"; 456 rc = getmntany(fp, &mp, &mpref); 528 struct mnttab mpref = {0}; local 535 mpref.mnt_special = fsd->gfs_dev; 536 mpref.mnt_fstype = fstyp; 538 if ((rc = getmntany(fp, &mp, &mpref)) == 0)
|
/illumos-gate/usr/src/cmd/fs.d/ufs/quotacheck/ |
H A D | quotacheck.c | 274 struct mnttab mntp, mpref; local 286 memset(&mpref, 0, sizeof (struct mnttab)); 305 mpref.mnt_special = *lp; 306 if (getmntany(mtab, &mntp, &mpref) == 0 && 330 mpref.mnt_special = bdev; 331 if (getmntany(mtab, &mntp, &mpref) != 0) {
|
/illumos-gate/usr/src/cmd/boot/bootadm/ |
H A D | bootadm_loader.c | 1018 struct mnttab mpref = { 0 }; local 1037 mpref.mnt_mountp = "/"; 1038 if (getmntany(fp, &mp, &mpref) != 0) { 1218 struct mnttab mpref = { 0 }; local 1226 mpref.mnt_mountp = "/"; 1227 if (getmntany(fp, &mp, &mpref) != 0) {
|
H A D | bootadm.c | 5801 struct mnttab mpref = {0}; local 5817 mpref.mnt_special = special; 5818 mpref.mnt_fstype = fstype; 5820 ret = getmntany(mntfp, &mp, &mpref); 7093 struct mnttab mpref = {0}; local 7114 mpref.mnt_mountp = "/"; 7116 mpref.mnt_mountp = osroot; 7118 ret = getmntany(mntfp, &mp, &mpref); 7780 struct mnttab mpref = {0}; local 7801 mpref [all...] |
/illumos-gate/usr/src/cmd/luxadm/ |
H A D | qlgcupdate.c | 704 struct mnttab mpref; local 717 mntnull(&mpref); 718 mpref.mnt_mountp = (char *)root; 720 if (getmntany(fp, &mp, &mpref) != 0 || 721 mpref.mnt_mountp == NULL) {
|
/illumos-gate/usr/src/cmd/rmvolmgr/ |
H A D | rmm_common.c | 1243 struct mnttab mpref = { NULL, NULL, NULL, NULL, NULL }; local 1246 mpref.mnt_special = (char *)special; 1247 if (getmntany(f, &mnt, &mpref) == 0) {
|
Completed in 101 milliseconds