Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/rsm/
H A Drsmpi.h234 typedef struct rsm_ops { struct
239 uint_t rsm_version;
244 int (*rsm_seg_create)
252 int (*rsm_seg_destroy)
254 int (*rsm_bind)
260 int (*rsm_unbind)
264 int (*rsm_rebind)
270 int (*rsm_publish)
277 int (*rsm_unpublish)
279 int (*rsm_republish)
[all …]
/titanic_44/usr/src/uts/common/io/rsm/
H A Drsm.c392 static struct dev_ops rsm_ops = { variable