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)
1073 nlp->nlp_lastidx = idx;
1080 if (nlp->nlp_lastidx != idx) {
1081 rv = ndmp_send_recovery_stat_v3(params, nlp, nlp->nlp_lastidx,
1083 nlp->nlp_lastidx = idx;
H A Dndmpd_tar3.c1526 nlp->nlp_lastidx = -1;
2878 if (nlp->nlp_lastidx != -1) {
2879 if (!bm_getone(nlp->nlp_rsbm, (u_longlong_t)nlp->nlp_lastidx))
2884 nlp->nlp_lastidx, err);
2885 nlp->nlp_lastidx = -1;
3048 nlp->nlp_lastidx = -1;
3078 NDMP_LOG(LOG_DEBUG, "lastidx %d", nlp->nlp_lastidx);
H A Dndmpd.h257 #define nlp_lastidx rs_params.rs_lastidx macro

Completed in 92 milliseconds