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

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tape.c57 int ndmpmode);
1196 * ndmpmode (input) - mode of opening (read, write, raw)
1202 common_tape_open(ndmp_connection_t *connection, char *devname, int ndmpmode) argument
1218 } else if (!validmode(ndmpmode))
1250 if (ndmpmode != NDMP_TAPE_RAW1_MODE &&
1251 ndmpmode != NDMP_TAPE_RAW2_MODE &&
1257 mode = (ndmpmode == NDMP_TAPE_READ_MODE) ? O_RDONLY : O_RDWR;
1262 ndmpmode == NDMP_TAPE_RAW_MODE && errno == EACCES) {
1268 ndmpmode = NDMP_TAPE_READ_MODE;
1314 session->ns_tape.td_mode = ndmpmode;
[all...]

Completed in 57 milliseconds