Home
last modified time | relevance | path

Searched refs:mref (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/fuser/
H A Dfuser.c109 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_50/usr/src/cmd/eject/
H A Deject.c462 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()