Home
last modified time | relevance | path

Searched refs:fh_path_name_buf (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_fhistory.c161 if (session->ns_fh.fh_path_name_buf == 0) { in ndmpd_api_file_history_path_v2()
162 session->ns_fh.fh_path_name_buf = in ndmpd_api_file_history_path_v2()
164 if (session->ns_fh.fh_path_name_buf == 0) in ndmpd_api_file_history_path_v2()
171 ns_fh.fh_path_name_buf[session->ns_fh.fh_path_name_buf_index]; in ndmpd_api_file_history_path_v2()
1114 session->ns_fh.fh_path_name_buf = 0; in ndmpd_file_history_init()
1176 if (session->ns_fh.fh_path_name_buf != 0) { in ndmpd_file_history_cleanup_v2()
1177 free(session->ns_fh.fh_path_name_buf); in ndmpd_file_history_cleanup_v2()
1178 session->ns_fh.fh_path_name_buf = 0; in ndmpd_file_history_cleanup_v2()
H A Dndmpd.h392 char *fh_path_name_buf; member