Searched refs:mref (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/cachefs/umount/ |
H A D | umount.c | 89 struct mnttab mref; in main() local 144 mntnull(&mref); in main() 145 mref.mnt_mountp = mnt_frontns; in main() 146 mref.mnt_fstype = "cachefs"; in main() 147 ret = getmntany(finp, &mget, &mref); in main() 176 mref.mnt_special = mref.mnt_mountp; in main() 177 mref.mnt_mountp = NULL; in main() 179 ret = getmntany(finp, &mget, &mref); in main() 186 mref.mnt_special); in main()
|
/titanic_41/usr/src/cmd/fuser/ |
H A D | fuser.c | 109 struct mnttab mref, mget; in spec_to_mount() local 118 mntnull(&mref); in spec_to_mount() 119 mref.mnt_special = specname; in spec_to_mount() 120 ret = getmntany(frp, &mget, &mref); in spec_to_mount()
|
/titanic_41/usr/src/cmd/eject/ |
H A D | eject.c | 462 struct mnttab mref; /* for scanning mnttab */ in display_busy() local 490 (void) memset((void *)&mref, '\0', sizeof (struct mnttab)); in display_busy() 491 mref.mnt_special = blk; in display_busy() 492 if (getmntany(fp, &mp, &mref) == 0) { in display_busy()
|