Home
last modified time | relevance | path

Searched refs:ndmpd_remove_file_handler (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_mover.c1876 (void) ndmpd_remove_file_handler(session, in ndmpd_mover_shut_down()
1884 (void) ndmpd_remove_file_handler(session, in ndmpd_mover_shut_down()
2215 (void) ndmpd_remove_file_handler(session, fd); in accept_connection()
2633 (void) ndmpd_remove_file_handler(session, in mover_socket_write_one_buf()
3336 (void) ndmpd_remove_file_handler(session, in ndmpd_mover_error()
3342 (void) ndmpd_remove_file_handler(session, in ndmpd_mover_error()
3906 (void) ndmpd_remove_file_handler(session, fd); in mover_data_write_v3()
4029 (void) ndmpd_remove_file_handler(session, fd); in mover_data_write_v3()
4063 (void) ndmpd_remove_file_handler(session, fd); in accept_connection_v3()
H A Dndmpd_data.c1208 (void) ndmpd_remove_file_handler(session, in ndmpd_data_error()
1221 (void) ndmpd_remove_file_handler(session, in ndmpd_data_error()
1266 (void) ndmpd_remove_file_handler(session, fd); in data_accept_connection_v3()
1981 (void) ndmpd_remove_file_handler(session, in ndmpd_data_cleanup()
H A Dndmpd_comm.c883 (void) ndmpd_remove_file_handler(&session, connection_fd); in connection_handler()
896 (void) ndmpd_remove_file_handler(&session, connection_fd); in connection_handler()
H A Dndmpd_callbacks.c1111 return (ndmpd_remove_file_handler(session, fd)); in ndmpd_api_remove_file_handler()
H A Dndmpd.h888 extern int ndmpd_remove_file_handler(ndmpd_session_t *,
H A Dndmpd_util.c222 ndmpd_remove_file_handler(ndmpd_session_t *session, int fd) in ndmpd_remove_file_handler() function