Lines Matching refs:write_command
36 int write_command; /* ccw command to use for writes. */
260 if (fp->read_command == 0 && fp->write_command != 0)
293 int write_command;
305 write_command = fp->write_command ? : 1;
306 if (write_command == 5)
307 write_command = 13;
308 raw3270_request_set_cmd(rq, write_command);
347 fp->write_command = arg;
353 rc = put_user(fp->write_command, argp);