Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_fhistory.c446 if (session->ns_fh_v3.fh_file_name_buf == 0) { in ndmpd_api_file_history_file_v3()
447 session->ns_fh_v3.fh_file_name_buf = in ndmpd_api_file_history_file_v3()
449 if (session->ns_fh_v3.fh_file_name_buf == 0) in ndmpd_api_file_history_file_v3()
475 &session->ns_fh_v3.fh_file_name_buf[session-> in ndmpd_api_file_history_file_v3()
477 (void) strlcpy(&session->ns_fh_v3.fh_file_name_buf[session-> in ndmpd_api_file_history_file_v3()
1132 session->ns_fh_v3.fh_file_name_buf = 0; in ndmpd_file_history_init()
1242 if (session->ns_fh_v3.fh_file_name_buf != 0) { in ndmpd_file_history_cleanup_v3()
1243 free(session->ns_fh_v3.fh_file_name_buf); in ndmpd_file_history_cleanup_v3()
1244 session->ns_fh_v3.fh_file_name_buf = 0; in ndmpd_file_history_cleanup_v3()
H A Dndmpd.h409 char *fh_file_name_buf; member