Searched refs:cmdid (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dimap.h84 int cmdid; /* Last used command ID */ member in struct:imap_conn
H A Dimap.c2170 imapc->cmdid = (imapc->cmdid + 1) % 1000;
2174 'A' + curlx_sltosi(conn->connection_id % 26), imapc->cmdid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/tlg2300/
H A Dpd-main.c64 s32 send_set_req(struct poseidon *pd, u8 cmdid, s32 param, s32 *cmd_status) argument
84 REQ_SET_CMD | cmdid,
104 s32 send_get_req(struct poseidon *pd, u8 cmdid, s32 param, argument
124 REQ_GET_CMD | cmdid,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/megaraid/
H A Dmbox_defs.h144 * @cmdid : command id
164 uint8_t cmdid; member in struct:__anon14744
201 u8 cmdid; member in struct:__anon14746
H A Dmegaraid_mbox.c1454 mbox->cmdid = scb->sno;
2778 mbox->cmdid = 0xFE;
2903 mbox->cmdid = 0xFE;
3356 mbox->cmdid = 0xFE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dmegaraid.h125 /* 0x1 */ u8 cmdid; member in struct:mbox_out
560 u8 cmdid; member in struct:__anon14843
H A Dmegaraid.c1117 mbox->m_out.cmdid = scb->idx; /* Set cmdid */
1189 mbox->m_out.cmdid = 0xFE;
1424 int cmdid; local
1433 cmdid = completed[i];
1435 if( cmdid == CMDID_INT_CMDS ) { /* internal command */
1448 scb = &adapter->scb_list[cmdid];
1457 cmdid, scb->state, scb->cmd);
1643 if( cmdid == CMDID_INT_CMDS ) { /* internal command */
2308 mbox->m_out.cmdid);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/
H A Dftpserver.pl1073 my $cmdid;
1090 sendcontrol "$cmdid BAD Command\r\n";
1110 sendcontrol "$cmdid OK CAPABILITY completed\r\n";
1124 sendcontrol "$cmdid BAD Command Argument\r\n";
1127 sendcontrol "$cmdid NO LOGIN failed\r\n";
1130 sendcontrol "$cmdid OK LOGIN completed\r\n";
1143 sendcontrol "$cmdid BAD Command Argument\r\n";
1154 sendcontrol "$cmdid OK [READ-WRITE] SELECT completed\r\n";
1170 sendcontrol "$cmdid BAD Command received in Invalid state\r\n";
1214 sendcontrol "$cmdid O
[all...]

Completed in 116 milliseconds