Searched refs:fh_file_names (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_fhistory.c439 if (session->ns_fh_v3.fh_file_names == 0) {
440 session->ns_fh_v3.fh_file_names =
442 if (session->ns_fh_v3.fh_file_names == 0)
463 &session->ns_fh_v3.fh_file_names[session->ns_fh_v3.fh_file_index];
1128 session->ns_fh_v3.fh_file_names = 0;
1226 if (session->ns_fh_v3.fh_file_names != 0) {
1227 free(session->ns_fh_v3.fh_file_names);
1228 session->ns_fh_v3.fh_file_names = 0;
H A Dndmpd.h405 ndmp_file_name_v3 *fh_file_names; member in struct:ndmpd_session_file_history_v3

Completed in 73 milliseconds