Searched defs:lgeom (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dcmlb.c1966 struct cmlb_geom lgeom; local
1979 * then the lgeom cache will be invalid.
1982 bzero(&lgeom, sizeof (struct cmlb_geom));
1983 ret = DK_TG_GETVIRTGEOM(cl, &lgeom, tg_cookie);
1986 bcopy(&lgeom, &cl->cl_lgeom, sizeof (cl->cl_lgeom));
1989 * Initialize the pgeom cache from lgeom, so that if MODE SENSE
2044 "(cached from lgeom)\n");

Completed in 787 milliseconds