Searched refs:mref (Results 1 – 2 of 2) sorted by relevance
109 struct mnttab mref, mget; in spec_to_mount() local118 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()
462 struct mnttab mref; /* for scanning mnttab */ in display_busy() local490 (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()