Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/rsm/
H A Drsmpi.h232 typedef struct rsm_ops { struct
237 uint_t rsm_version;
242 int (*rsm_seg_create)
250 int (*rsm_seg_destroy)
252 int (*rsm_bind)
258 int (*rsm_unbind)
262 int (*rsm_rebind)
268 int (*rsm_publish)
275 int (*rsm_unpublish)
277 int (*rsm_republish)
[all …]
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c394 static struct dev_ops rsm_ops = { variable