Searched refs:mpref (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/hal/addons/storage/
H A Daddon-storage.c244 struct mnttab mpref; local
250 bzero(&mpref, sizeof (mpref));
251 mpref.mnt_special = (char *)device_file;
252 if (getmntany(f, &mp, &mpref) == 0) {
/osnet-11/usr/src/cmd/hal/probing/storage/
H A Dprobe-storage.c49 struct mnttab mpref; local
55 bzero(&mpref, sizeof (mpref));
56 mpref.mnt_special = (char *)device_file;
57 if (getmntany(f, &mp, &mpref) == 0) {

Completed in 26 milliseconds