Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_fhistory.c133 session->ns_fh.fh_path_name_buf_index + strlen(name) + 1 > in ndmpd_api_file_history_path_v2()
150 session->ns_fh.fh_path_name_buf_index = 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()
173 session->ns_fh.fh_path_name_buf_index += strlen(name) + 1; in ndmpd_api_file_history_path_v2()
1119 session->ns_fh.fh_path_name_buf_index = 0; in ndmpd_file_history_init()
1187 session->ns_fh.fh_path_name_buf_index = 0; in ndmpd_file_history_cleanup_v2()
H A Dndmpd.h397 ulong_t fh_path_name_buf_index; member