Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_fhistory.c409 session->ns_fh_v3.fh_file_name_buf_index + strlen(name) + 1 > in ndmpd_api_file_history_file_v3()
426 session->ns_fh_v3.fh_file_name_buf_index = 0; in ndmpd_api_file_history_file_v3()
476 ns_fh_v3.fh_file_name_buf_index]; in ndmpd_api_file_history_file_v3()
478 ns_fh_v3.fh_file_name_buf_index], name, PATH_NAMEBUF_SIZE); in ndmpd_api_file_history_file_v3()
479 session->ns_fh_v3.fh_file_name_buf_index += strlen(name) + 1; in ndmpd_api_file_history_file_v3()
1137 session->ns_fh_v3.fh_file_name_buf_index = 0; in ndmpd_file_history_init()
1254 session->ns_fh_v3.fh_file_name_buf_index = 0; in ndmpd_file_history_cleanup_v3()
H A Dndmpd.h414 ulong_t fh_file_name_buf_index; member