Searched defs:ndmp_context_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libndmp/common/
H A Dlibndmp.h73 } ndmp_context_t; typedef in typeref:struct:ndmp_context
81 int (*np_pre_backup)(struct ndmp_plugin *, ndmp_context_t *,
83 int (*np_post_backup)(struct ndmp_plugin *, ndmp_context_t *,
85 int (*np_pre_restore)(struct ndmp_plugin *, ndmp_context_t *,
87 int (*np_post_restore)(struct ndmp_plugin *, ndmp_context_t *,
104 extern ndmpd_backup_type_t ndmp_get_backup_type(ndmp_context_t *);
377 extern int ndmp_include_zfs(ndmp_context_t *, const char *);
378 extern int ndmp_iter_zfs(ndmp_context_t *, int (*)(nvlist_t *, void *), void *);
379 extern uint_t ndmp_context_get_version(ndmp_context_t *);
380 extern void ndmp_context_set_specific(ndmp_context_t *, voi
[all...]

Completed in 1189 milliseconds