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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Ddevices.h45 typedef struct floppy_raw_cmd RawRequest_t; typedef in typeref:struct:floppy_raw_cmd
182 /* 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)
147 static int send_cmd(int fd, RawRequest_t *raw_cmd, int nr,
182 RawRequest_t *request, int *nr,
232 RawRequest_t *request, int *nr,
252 RawRequest_t requests[100];
299 RawRequest_t requests[100];
H A Ddevices.c606 static __inline__ void print_message(RawRequest_t *raw_cmd,const char *message)
638 int send_one_cmd(int fd, RawRequest_t *raw_cmd, const char *message)
674 int analyze_one_reply(RawRequest_t *raw_cmd, int *bytes, int do_print)

Completed in 122 milliseconds