Home
last modified time | relevance | path

Searched refs:ndmp_get_fd (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_common.h148 extern int ndmp_get_fd(ndmp_connection_t *);
H A Dndmpd_comm.c648 ndmp_get_fd(ndmp_connection_t *connection_handle) in ndmp_get_fd() function
864 connection_fd = ndmp_get_fd(connection); in connection_handler()
H A Dndmpd_util.c401 int connection_fd = ndmp_get_fd(session->ns_connection); in ndmpd_select()