Home
last modified time | relevance | path

Searched refs:fsgetmaxphys (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/
H A Dfslib.h67 int fsgetmaxphys(int *, int *);
H A Dfslib.c388 fsgetmaxphys(int *maxphys, int *error) { in fsgetmaxphys() function
/illumos-gate/usr/src/cmd/fs.d/ufs/newfs/
H A Dnewfs.c804 gotit = fsgetmaxphys(&maxphys, &error); in getdiskbydev()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c2409 gotit = fsgetmaxphys(&maxphys, NULL); in getdisksize()
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c2488 gotit = fsgetmaxphys(&maxphys, &error); in get_max_track_size()