Searched refs:bbh_ops (Results 1 – 2 of 2) sorted by relevance
51 struct bbh_objops *bbh_ops; member66 #define BBH_INIT(X) (*((struct bbh_obj *)(X))->bbh_ops->bbh_init)\68 #define BBH_FREE(X) (*((struct bbh_obj *)(X))->bbh_ops->bbh_free) ((X))69 #define BBH_GETHANDLE(X, bp) (*((struct bbh_obj *)(X))->bbh_ops->bbh_gethandle)\71 #define BBH_HTOC(X, handle) (*((struct bbh_obj *)(X))->bbh_ops->bbh_htoc) \74 (*((struct bbh_obj *)(X))->bbh_ops->bbh_freehandle) \
1416 dkp->dk_bbh_obj.bbh_ops = &cmdk_bbh_ops; in cmdk_create_obj()