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

/osnet-11/usr/src/lib/libndmp/common/
H A Dlibndmp.h83 } ndmp_context_t; typedef in typeref:struct:ndmp_context
91 int (*np_pre_backup)(struct ndmp_plugin *, ndmp_context_t *,
93 int (*np_post_backup)(struct ndmp_plugin *, ndmp_context_t *,
95 int (*np_pre_restore)(struct ndmp_plugin *, ndmp_context_t *,
97 int (*np_post_restore)(struct ndmp_plugin *, ndmp_context_t *,
120 extern ndmpd_backup_type_t ndmp_get_backup_type(ndmp_context_t *);
410 extern int ndmp_include_zfs(ndmp_context_t *, const char *);
411 extern int ndmp_iter_zfs(ndmp_context_t *, int (*)(nvlist_t *, void *), void *);
412 extern uint_t ndmp_context_get_version(ndmp_context_t *);
413 extern void ndmp_context_set_specific(ndmp_context_t *, voi
[all...]

Completed in 16 milliseconds