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

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_callbacks.c1042 err = ndmpd_select(session, block, HC_ALL);
H A Dndmpd.h867 extern int ndmpd_select(ndmpd_session_t *,
H A Dndmpd_comm.c890 (void) ndmpd_select(&session, TRUE, HC_ALL);
924 * Called by ndmpd_select when data is available to be read on the
H A Dndmpd_util.c327 * ndmpd_select
336 * block (input) - if TRUE, ndmpd_select waits until at least one
350 ndmpd_select(ndmpd_session_t *session, boolean_t block, ulong_t class_mask) function
H A Dndmpd_mover.c2173 * ndmpd_select will call accept_connection when a
2192 * Called by ndmpd_select when a connection is pending on
3403 if (ndmpd_select(session, TRUE, HC_CLIENT) < 0)
3858 * This function is called by ndmpd_select when the data connection
4033 * Called by ndmpd_select when a connection is pending on
4137 * ndmpd_select will call accept_connection when a

Completed in 993 milliseconds