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

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tape.c52 static void tape_open_send_reply(ndmp_connection_t *connection, int err);
157 tape_open_send_reply(connection, err);
175 tape_open_send_reply(connection, err);
188 tape_open_send_reply(connection, NDMP_NO_TAPE_LOADED_ERR);
213 tape_open_send_reply(connection, err);
225 tape_open_send_reply(connection, NDMP_NO_ERR);
1083 * tape_open_send_reply
1095 tape_open_send_reply(ndmp_connection_t *connection, int err) function
1242 tape_open_send_reply(connection, err);
1253 tape_open_send_reply(connectio
[all...]

Completed in 56 milliseconds