Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/modules/rdc/
H A Drdc.c1177 struct bm_ref_ops *refops; in bmap_bitref_isset() local
1195 refops = mdb_zalloc(sizeof (*refops), UM_GC); in bmap_bitref_isset()
1196 if (mdb_vread(refops, sizeof (*refops), (uintptr_t)krdc->bm_refs) != in bmap_bitref_isset()
1197 sizeof (*refops)) { in bmap_bitref_isset()
1201 refcntsize = refops->bmap_ref_size; in bmap_bitref_isset()