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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/cdrom/
H A Dgdrom.c584 struct packet_command *read_command; local
591 read_command = kzalloc(sizeof(struct packet_command), GFP_KERNEL);
592 if (!read_command)
594 read_command->cmd[0] = 0x30;
595 read_command->cmd[1] = 0x20;
606 read_command->cmd[2] = (block >> 16) & 0xFF;
607 read_command->cmd[3] = (block >> 8) & 0xFF;
608 read_command->cmd[4] = block & 0xFF;
609 read_command->cmd[8] = (block_cnt >> 16) & 0xFF;
610 read_command
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dfs3270.c33 int read_command; /* ccw command to use for reads. */ member in struct:fs3270
259 if (fp->read_command == 0 && fp->write_command != 0)
260 fp->read_command = 6;
261 raw3270_request_set_cmd(rq, fp->read_command ? : 2);
343 fp->read_command = arg;
349 rc = put_user(fp->read_command, argp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-sh.c1185 read_command (int looking_for, flag_context_ty outer_context) function
1321 terminator = read_command (looking_for, outer_context);
H A Dx-tcl.c818 read_command (int looking_for, flag_context_ty outer_context) function
957 terminator = read_command (looking_for, outer_context);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-compat-howl/
H A Dcompat.c132 static int read_command(int fd) { function
183 if ((command = read_command(self->thread_fd)) < 0)
511 if (read_command(self->main_fd) != COMMAND_POLL_DONE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-compat-libdns_sd/
H A Dcompat.c263 static int read_command(int fd) { function
318 if ((command = read_command(sdref->thread_fd)) < 0)
494 if (read_command(sdref->main_fd) != COMMAND_POLL_DONE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/
H A Dcompat.c132 static int read_command(int fd) { function
183 if ((command = read_command(self->thread_fd)) < 0)
511 if (read_command(self->main_fd) != COMMAND_POLL_DONE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-libdns_sd/
H A Dcompat.c263 static int read_command(int fd) { function
318 if ((command = read_command(sdref->thread_fd)) < 0)
494 if (read_command(sdref->main_fd) != COMMAND_POLL_DONE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dcb_pcidas64.c3799 static const int read_command = 0x6; local
3800 unsigned int bitstream = (read_command << 8) | address;

Completed in 265 milliseconds