Home
last modified time | relevance | path

Searched refs:module_start_func_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd.h344 module_start_func_t *dm_start_func; /* start function */
985 module_start_func_t ndmpd_tar_backup_starter;
988 module_start_func_t ndmpd_tar_restore_starter;
991 module_start_func_t ndmpd_tar_backup_starter_v3;
994 module_start_func_t ndmpd_tar_restore_starter_v3;
1077 module_start_func_t ndmpd_zfs_backup_starter;
1078 module_start_func_t ndmpd_zfs_restore_starter;
H A Dndmpd_common.h284 typedef void *module_start_func_t(void *); typedef