Searched refs:tape_open_send_reply (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_tape.c | 52 static void tape_open_send_reply(ndmp_connection_t *connection, int err); 157 tape_open_send_reply(connection, err); in ndmpd_tape_open_v2() 175 tape_open_send_reply(connection, err); in ndmpd_tape_open_v2() 188 tape_open_send_reply(connection, NDMP_NO_TAPE_LOADED_ERR); in ndmpd_tape_open_v2() 213 tape_open_send_reply(connection, err); in ndmpd_tape_open_v2() 225 tape_open_send_reply(connection, NDMP_NO_ERR); in ndmpd_tape_open_v2() 1095 tape_open_send_reply(ndmp_connection_t *connection, int err) in tape_open_send_reply() function 1242 tape_open_send_reply(connection, err); in common_tape_open() 1253 tape_open_send_reply(connection, NDMP_NO_TAPE_LOADED_ERR); in common_tape_open() 1291 tape_open_send_reply(connection, err); in common_tape_open() [all …]
|