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

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_fhistory.c78 boolean_t send_flag);
80 boolean_t send_flag);
1149 * send_flag (input) - if TRUE buffered entries are sent.
1156 ndmpd_file_history_cleanup_v2(ndmpd_session_t *session, boolean_t send_flag) argument
1158 if (send_flag == TRUE) {
1199 * send_flag (input) - if TRUE buffered entries are sent.
1206 ndmpd_file_history_cleanup_v3(ndmpd_session_t *session, boolean_t send_flag) argument
1208 if (send_flag == TRUE) {
1265 ndmpd_file_history_cleanup(ndmpd_session_t *session, boolean_t send_flag) argument
1270 ndmpd_file_history_cleanup_v2(session, send_flag);
[all...]

Completed in 134 milliseconds