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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Ddevices.c606 static __inline__ void print_message(RawRequest_t *raw_cmd,const char *message) argument
613 for (i=0; i< raw_cmd->cmd_count; i++)
615 (int)raw_cmd->cmd[i] );
617 for (i=0; i< raw_cmd->reply_count; i++)
619 (int)raw_cmd->reply[i] );
621 code = (raw_cmd->reply[0] <<16) +
622 (raw_cmd->reply[1] << 8) +
623 raw_cmd->reply[2];
638 int send_one_cmd(int fd, RawRequest_t *raw_cmd, const char *message) argument
640 if (ioctl( fd, FDRAWCMD, raw_cmd) >
674 analyze_one_reply(RawRequest_t *raw_cmd, int *bytes, int do_print) argument
[all...]
H A Ddevices.h182 /* void print_message(RawRequest_t *raw_cmd,char *message);*/
183 int send_one_cmd(int fd, RawRequest_t *raw_cmd, const char *message);
184 int analyze_one_reply(RawRequest_t *raw_cmd, int *bytes, int do_print);
H A Dxdf_io.c122 static int analyze_reply(RawRequest_t *raw_cmd, int do_print) argument
128 ret = analyze_one_reply(raw_cmd, &newbytes, do_print);
134 raw_cmd++;
147 static int send_cmd(int fd, RawRequest_t *raw_cmd, int nr, argument
156 switch(send_one_cmd(fd, raw_cmd, message)) {
165 if((ret=analyze_reply(raw_cmd, j)) > 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acorn/block/
H A Dmfmhd.c173 #define MFM_DRV_INFO mfm_info[raw_cmd.dev]
227 } raw_cmd; variable in typeref:struct:rawcmd
553 issue_command(raw_cmd.cmdcode, raw_cmd.cmddata, raw_cmd.cmdlen);
607 MFM_DRV_INFO.cylinder = raw_cmd.cylinder;
655 DBG("specify...dev=%d lastspecified=%d\n", raw_cmd.dev, lastspecifieddrive);
656 mfm_setupspecify (raw_cmd.dev, cmdb);
660 lastspecifieddrive = raw_cmd.dev;
674 cmdb[0] = raw_cmd
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dfloppy.c320 #define COMMAND raw_cmd->cmd[0]
321 #define DR_SELECT raw_cmd->cmd[1]
322 #define TRACK raw_cmd->cmd[2]
323 #define HEAD raw_cmd->cmd[3]
324 #define SECTOR raw_cmd->cmd[4]
325 #define SIZECODE raw_cmd->cmd[5]
326 #define SECT_PER_TRACK raw_cmd->cmd[6]
327 #define GAP raw_cmd->cmd[7]
328 #define SIZECODE2 raw_cmd->cmd[8]
332 #define F_SIZECODE raw_cmd
417 static struct floppy_raw_cmd *raw_cmd, default_raw_cmd; variable in typeref:struct:floppy_raw_cmd
[all...]

Completed in 72 milliseconds