Home
last modified time | relevance | path

Searched refs:mp_file_history_path_func (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_common.h232 ndmpd_file_history_path_func_t *mp_file_history_path_func; member
H A Dndmpd_data.c1414 params->mp_file_history_path_func = 0; in ndmpd_tar_start_backup_v3()
1421 params->mp_file_history_path_func = in ndmpd_tar_start_backup_v3()
1551 params->mp_file_history_path_func = 0; in ndmpd_tar_start_recover_v3()
2112 params->mp_file_history_path_func = 0; in ndmpd_tar_start_backup_v2()
2120 params->mp_file_history_path_func = in ndmpd_tar_start_backup_v2()
2264 params->mp_file_history_path_func = 0; in ndmpd_tar_start_recover_v2()
H A Dndmpd_fhistory.c768 if (!params || !params->mp_file_history_path_func) { in ndmpd_fhpath_v3_cb()
1361 if (params == NULL || params->mp_file_history_path_func == NULL) in ndmpd_file_history_path()
1363 else if ((err = (*params->mp_file_history_path_func)(cbp-> in ndmpd_file_history_path()
H A Dndmpd_tar3.c883 params->mp_file_history_path_func = in get_hist_env_v3()