Home
last modified time | relevance | path

Searched refs:nlp_lastidx (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_fhistory.c1072 if (nlp->nlp_lastidx == -1) in ndmpd_path_restored_v3()
1073 nlp->nlp_lastidx = idx; in ndmpd_path_restored_v3()
1080 if (nlp->nlp_lastidx != idx) { in ndmpd_path_restored_v3()
1081 rv = ndmp_send_recovery_stat_v3(params, nlp, nlp->nlp_lastidx, in ndmpd_path_restored_v3()
1083 nlp->nlp_lastidx = idx; in ndmpd_path_restored_v3()
H A Dndmpd_tar3.c1526 nlp->nlp_lastidx = -1; in restore_alloc_structs_v3()
2879 if (nlp->nlp_lastidx != -1) { in send_unrecovered_list_v3()
2880 if (!bm_getone(nlp->nlp_rsbm, (u_longlong_t)nlp->nlp_lastidx)) in send_unrecovered_list_v3()
2885 nlp->nlp_lastidx, err); in send_unrecovered_list_v3()
2886 nlp->nlp_lastidx = -1; in send_unrecovered_list_v3()
3049 nlp->nlp_lastidx = -1; in ndmpd_dar_tar_init_v3()
3079 NDMP_LOG(LOG_DEBUG, "lastidx %d", nlp->nlp_lastidx); in ndmpd_dar_tar_end_v3()
H A Dndmpd.h257 #define nlp_lastidx rs_params.rs_lastidx macro