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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/server/
H A Drtspd.c115 int rcmd; /* doing a special command, see defines above */ member in struct:httprequest
444 req->rcmd = RCMD_IDLE;
449 req->rcmd = RCMD_STREAM;
789 req->rcmd = RCMD_NORMALREQ;
892 switch(req->rcmd) {
H A Dsws.c117 int rcmd; /* doing a special command, see defines above */ member in struct:httprequest
428 req->rcmd = RCMD_IDLE;
433 req->rcmd = RCMD_STREAM;
787 req->rcmd = RCMD_NORMALREQ;
888 switch(req->rcmd) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/block/
H A Ddasd_eckd.c1187 unsigned char cmd, rcmd; local
1273 rcmd = cmd;
1278 rcmd |= 0x8;
1288 1, rcmd, device, count);
1300 ccw->cmd_code = rcmd;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dfloppy.c3177 struct floppy_raw_cmd **rcmd)
3183 *rcmd = NULL;
3189 *rcmd = ptr;
3223 rcmd = &(ptr->next);
3176 raw_cmd_copyin(int cmd, char __user *param, struct floppy_raw_cmd **rcmd) argument

Completed in 75 milliseconds