Home
last modified time | relevance | path

Searched defs:xhat_provider (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/vm/
H A Dxhat.h137 typedef struct xhat_provider { struct
138 int xhat_provider_version; argument
139 int xhat_provider_refcnt; argument
140 struct xhat_provider *next; argument
141 struct xhat_provider *prev; argument
142 char xhat_provider_name[XHAT_CACHE_NAMELEN]; argument
144 struct xhat_ops *xhat_provider_ops; argument
145 int xhat_provider_blk_size; argument
159 xhat_provider_t *xhat_provider; argument
H A Dxhat.c41 xhat_provider_t *xhat_provider = NULL; variable