Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/dktp/
H A Dbbh.h49 struct bbh_obj { struct
56 int (*bbh_free)(struct bbh_obj *); argument
66 #define BBH_INIT(X) (*((struct bbh_obj *)(X))->bbh_ops->bbh_init)\
67 (((struct bbh_obj *)(X))->bbh_data)
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)\
70 (((struct bbh_obj *)(X))->bbh_data, (bp))
71 #define BBH_HTOC(X, handle) (*((struct bbh_obj *)(X))->bbh_ops->bbh_htoc) \
72 (((struct bbh_obj *)(X))->bbh_data, (handle))
74 (*((struct bbh_obj *)(X))->bbh_ops->bbh_freehandle) \
[all …]
H A Dcmdk.h65 struct bbh_obj dk_bbh_obj;