Searched defs:nm_dpath_list (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tar3.c2560 char *nm_dpath_list[MULTIPLE_DEST_DIRS]; local
2564 *nm_dpath_list = "";
2571 if (strcmp(nm_dpath_list[nm_cnt], ep->nm3_dpath) != 0 &&
2573 nm_dpath_list[++nm_cnt] = ep->nm3_dpath;
2580 if (ISDEFINED(nm_dpath_list[i]))
2581 dp = nm_dpath_list[i];

Completed in 65 milliseconds