Searched refs:resp (Results 126 - 150 of 152) sorted by relevance

1234567

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dhvsi.c334 struct hvsi_query_response *resp = (struct hvsi_query_response *)packet; local
342 if (resp->u.mctrl_word & HVSI_TSDTR)
344 if (resp->u.mctrl_word & HVSI_TSCD)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mmc/host/
H A Dau1xmmc.c496 cmd->resp[i] = (r[i] & 0x00FFFFFF) << 8;
498 cmd->resp[i] |= (r[i + 1] & 0xFF000000) >> 24;
508 cmd->resp[0] = au_readl(host->iobase + SD_RESP0);
H A Dsdhci.c571 host->cmd->resp[i] = readl(host->ioaddr +
574 host->cmd->resp[i] |=
579 host->cmd->resp[0] = readl(host->ioaddr + SDHCI_RESPONSE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dimap.c265 static int imap_endofresp(struct pingpong *pp, int *resp) argument
276 *resp = line[id_len+1]; /* O, N or B */
282 *resp = '*';
H A Dpop3.c215 int *resp)
222 *resp=line[1]; /* O or E */
214 pop3_endofresp(struct pingpong *pp, int *resp) argument
H A Dsmtp.c221 static int smtp_endofresp(struct pingpong *pp, int *resp) argument
234 *resp = curlx_sltosi(strtol(line, NULL, 10));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/misc/
H A Dadssearch.pl1476 my ($resp) = $async_search->control(
1478 last unless ref $resp && $ctl_paged->cookie($resp->cookie);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/scsi/
H A Dzfcp_def.h776 * @resp: scatter-gather list for response
789 struct scatterlist *resp; member in struct:zfcp_send_ct
804 struct scatterlist resp; member in struct:zfcp_gid_pn_data
818 * @resp: scatter-gather list for response
832 struct scatterlist *resp; member in struct:zfcp_send_els
H A Dzfcp_fsf.c1288 * zfcp_use_one_sbal - checks whether req buffer and resp bother each fit into
1295 struct scatterlist *resp, int resp_count)
1303 (((unsigned long) zfcp_sg_to_address(&resp[0]) &
1305 ((unsigned long) (zfcp_sg_to_address(&resp[0]) +
1306 resp[0].length - 1) & PAGE_MASK)));
1345 ct->resp, ct->resp_count)){
1351 sbale[3].addr = zfcp_sg_to_address(&ct->resp[0]);
1352 sbale[3].length = ct->resp[0].length;
1376 ct->resp, ct->resp_count,
1647 els->resp, el
1294 zfcp_use_one_sbal(struct scatterlist *req, int req_count, struct scatterlist *resp, int resp_count) argument
[all...]
H A Dzfcp_erp.c315 send_els->resp = kzalloc(sizeof(struct scatterlist), GFP_ATOMIC);
316 if (send_els->resp == NULL)
325 zfcp_address_to_sg(address, send_els->resp);
338 send_els->resp->length = sizeof(struct zfcp_ls_adisc_acc);
369 kfree(send_els->resp);
412 adisc = zfcp_sg_to_address(send_els->resp);
442 kfree(send_els->resp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dauth.c1504 struct pam_response **resp, void *appdata_ptr)
1518 reply[replies].resp = COPY_STRING(PAM_username);
1519 /* PAM frees resp */
1523 reply[replies].resp = COPY_STRING(PAM_password);
1524 /* PAM frees resp */
1531 reply[replies].resp = NULL;
1540 *resp = reply;
1499 PAM_conv(int num_msg, const struct pam_message **msg, struct pam_response **resp, void *appdata_ptr) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wan/
H A Dsdla.c252 char resp, *temp; local
260 resp = ~resp1;
261 while (time_before(jiffies, done) && (resp != resp1) && (!resp2 || (resp != resp2)))
267 resp = *temp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A Dscan.c1753 * @param resp A pointer to cmd_ds_command
1757 int libertas_ret_80211_scan(wlan_private * priv, struct cmd_ds_command *resp) argument
1783 pscan = &resp->params.scanresp;
1796 scanrespsize = le16_to_cpu(resp->size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/
H A Dhermes.h355 struct hermes_response *resp);
H A Dipw2200.c3127 firmware have problem getting alive resp. */
4471 *resp; local
4472 resp =
4480 ntohs(resp->status),
4483 (resp->status)));
7157 struct ieee80211_probe_response *resp,
7170 struct ieee80211_beacon *resp,
7183 struct ieee80211_assoc_response *resp,
7156 ipw_handle_probe_response(struct net_device *dev, struct ieee80211_probe_response *resp, struct ieee80211_network *network) argument
7169 ipw_handle_beacon(struct net_device *dev, struct ieee80211_beacon *resp, struct ieee80211_network *network) argument
7182 ipw_handle_assoc_response(struct net_device *dev, struct ieee80211_assoc_response *resp, struct ieee80211_network *network) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/nfsd/
H A Dxdr4.h434 void nfsd4_encode_replay(struct nfsd4_compoundres *resp, struct nfsd4_op *op);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/scsi/
H A Dlibsas.h477 enum service_response resp; member in struct:task_status_struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/cdrom/
H A Dsjcd.c291 unsigned char *resp = (unsigned char *) buf; local
298 *resp++ = (unsigned char) inb(SJCDPORT(0));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dieee80211.h1086 struct ieee80211_probe_response * resp,
1092 struct ieee80211_assoc_response * resp,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/tokenring/
H A Dolympic.c442 u8 resp, err; local
543 switch (resp = readb(init_srb+2)) {
581 printk(KERN_WARNING "%s: Bad OPEN response: %x\n", dev->name, resp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/oss/
H A Dwaveartist.c234 int nr_resp, unsigned int *resp)
286 resp[i] = inw(io_base + CMDR);
291 printk("waveartist_cmd: resp=");
294 printk("%04X ", resp[i]);
232 waveartist_cmd(wavnc_info *devc, int nr_cmd, unsigned int *cmd, int nr_resp, unsigned int *resp) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/cifs/
H A Dcifspdu.h552 } __attribute__((packed)) resp; /* NTLM response member in union:smb_com_session_setup_andx
689 } __attribute__((packed)) resp; member in union:smb_com_tree_disconnect
1746 __u8 Pad[3]; /* Win2K has sent 0x0F01 (max resp length perhaps?) followed by one byte pad - doesn't seem to matter though */
2191 } __attribute__((packed)) FILE_DIRECTORY_INFO; /* level 0x101 FF resp data */
2256 } __attribute__((packed)) FIND_FILE_STANDARD_INFO; /* level 0x1 FF resp data */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/libsas/
H A Dsas_scsi_host.c65 if (ts->resp == SAS_TASK_UNDELIVERED) {
68 } else { /* ts->resp == SAS_TASK_COMPLETE */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/mac80211/
H A Dieee80211_sta.c1654 struct ieee80211_mgmt *resp; local
1704 resp = (struct ieee80211_mgmt *) skb->data;
1705 memcpy(resp->da, mgmt->sa, ETH_ALEN);
1708 dev->name, MAC_ARG(resp->da));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dsge.c654 * @resp: the response descriptor containing the packet data
658 static inline struct sk_buff *get_imm_packet(const struct rsp_desc *resp) argument
664 skb_copy_to_linear_data(skb, resp->imm_data, IMMED_PKT_SIZE);

Completed in 254 milliseconds

1234567