Searched refs:nxdp (Results 1 – 1 of 1) sorted by relevance
260 mdb_xdata_t *xdp, *nxdp; in mdb_tgt_destroy() local272 for (xdp = mdb_list_next(&t->t_xdlist); xdp != NULL; xdp = nxdp) { in mdb_tgt_destroy()273 nxdp = mdb_list_next(xdp); in mdb_tgt_destroy()