Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fuser/
H A Dfuser.c107 struct mnttab mref, mget; in spec_to_mount() local
116 mntnull(&mref); in spec_to_mount()
117 mref.mnt_special = specname; in spec_to_mount()
118 ret = getmntany(frp, &mget, &mref); in spec_to_mount()
/illumos-gate/usr/src/cmd/eject/
H A Deject.c461 struct mnttab mref; /* for scanning mnttab */ in display_busy() local
489 (void) memset((void *)&mref, '\0', sizeof (struct mnttab)); in display_busy()
490 mref.mnt_special = blk; in display_busy()
491 if (getmntany(fp, &mp, &mref) == 0) { in display_busy()