Searched refs:resp (Results 1 - 16 of 16) sorted by relevance

/haiku/src/add-ons/kernel/drivers/audio/hda/
H A Dhda_codec.cpp412 uint32 resp[2]; local
420 status = hda_send_verbs(codec, verbs, resp, 2);
427 if ((resp[0] & (STREAM_FLOAT | STREAM_PCM)) != 0) {
428 if (resp[1] & (1 << 0))
430 if (resp[1] & (1 << 1))
432 if (resp[1] & (1 << 2))
434 if (resp[1] & (1 << 3))
436 if (resp[1] & (1 << 4))
438 if (resp[1] & (1 << 5))
440 if (resp[
719 uint32 resp[3]; local
[all...]
H A Dhda_multi_audio.cpp675 hda_multi_mixer_control *control, uint32 *resp)
688 hda_send_verbs(audioGroup->codec, verb, resp, 2);
708 uint32 resp[2]; local
709 get_control_gain_mute(audioGroup, control, resp);
711 mmvi->values[i].enable = (resp[0] & AMP_MUTE) != 0;
717 value = resp[0] & AMP_GAIN_MASK;
719 value = resp[1] & AMP_GAIN_MASK;
734 uint32 resp; local
735 if (hda_send_verbs(audioGroup->codec, &verb, &resp, 1) == B_OK) {
738 j, (resp
674 get_control_gain_mute(hda_audio_group* audioGroup, hda_multi_mixer_control *control, uint32 *resp) argument
752 uint32 resp; local
781 uint32 resp[2]; local
842 uint32 resp[2]; local
[all...]
/haiku/src/libs/libtelnet/
H A Dsra.c483 auth_conv(int num_msg, const struct pam_message **msg, struct pam_response **resp, void *appdata) argument
497 reply[i].resp = COPY_STRING(cred->uname);
498 /* PAM frees resp. */
502 reply[i].resp = COPY_STRING(cred->pass);
503 /* PAM frees resp. */
508 reply[i].resp = NULL;
516 *resp = reply;
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DSMTP.cpp578 char *resp = postResponse.LockBuffer(rawResponse.Length() * 2 + 10); local
579 baselen = ::encode_base64(resp, rawResponse.String(), rawResponse.Length(), true /* headerMode */);
580 resp[baselen] = 0;
621 char *resp = postResponse.LockBuffer(preResponse.Length() * 2 + 10); local
622 baselen = ::encode_base64(resp, preResponse.String(), preResponse.Length(), true /* headerMode */);
623 resp[baselen] = 0;
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_hostap.c1669 int reassoc, int resp, const char *tag, int rate)
1674 IEEE80211_SEND_MGMT(ni, resp, IEEE80211_STATUS_BASIC_RATE);
1680 int reassoc, int resp, const char *tag, int capinfo)
1687 IEEE80211_SEND_MGMT(ni, resp, IEEE80211_STATUS_CAPINFO);
1694 int reassoc, int resp)
1699 IEEE80211_SEND_MGMT(ni, resp, IEEE80211_STATUS_MISSING_HT_CAPS);
1752 int reassoc, resp; local
2018 resp = IEEE80211_FC0_SUBTYPE_REASSOC_RESP;
2021 resp = IEEE80211_FC0_SUBTYPE_ASSOC_RESP;
2131 capinfomismatch(ni, wh, reassoc, resp,
1668 ratesetmismatch(struct ieee80211_node *ni, const struct ieee80211_frame *wh, int reassoc, int resp, const char *tag, int rate) argument
1679 capinfomismatch(struct ieee80211_node *ni, const struct ieee80211_frame *wh, int reassoc, int resp, const char *tag, int capinfo) argument
1693 htcapmismatch(struct ieee80211_node *ni, const struct ieee80211_frame *wh, int reassoc, int resp) argument
[all...]
H A Dieee80211_node.c2748 ieee80211_node_join(struct ieee80211_node *ni, int resp) argument
2767 IEEE80211_SEND_MGMT(ni, resp, IEEE80211_STATUS_TOOMANY);
2819 IEEE80211_SEND_MGMT(ni, resp, IEEE80211_STATUS_SUCCESS);
2824 resp == IEEE80211_FC0_SUBTYPE_ASSOC_RESP);
/haiku/headers/private/firewire/
H A Dfirewirereg.h289 int resp; member in struct:fw_bulkxfer
308 int32_t resp; member in struct:fw_xfer
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire.cpp173 xfer->resp = EAGAIN;
215 xfer->resp = 0;
319 xfer->resp = ETIMEDOUT;
584 xfer->resp = EAGAIN;
611 xfer->resp = EAGAIN;
1251 xfer->resp = 0;
1298 printf("asyreq done flag=0x%02x resp=%d\n",
1299 xfer->flag, xfer->resp);
1539 if (xfer->resp == 0)
1542 error = xfer->resp;
[all...]
H A Dfwohci.cpp1175 xfer->resp = err;
1181 xfer->resp = err;
2260 chunk->resp = 0;
2263 chunk->resp = EINVAL;
/haiku/src/add-ons/kernel/drivers/bus/firewire/
H A Dfw_raw.c256 xfer->resp = 0;
522 if (xfer->resp != 0) {
523 err = xfer->resp;
802 if (xfer->resp != 0) {
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c2828 struct iwx_tx_queue_cfg_rsp *resp; local
2833 .resp_pkt_len = sizeof(*pkt) + sizeof(*resp),
2885 if (resp_len != sizeof(*resp)) {
2890 resp = (void *)pkt->data;
2891 fwqid = le16toh(resp->queue_number);
2892 wr_idx = le16toh(resp->write_pointer);
2916 struct iwx_tx_queue_cfg_rsp *resp; local
2921 .resp_pkt_len = sizeof(*pkt) + sizeof(*resp),
5929 struct iwx_cmd_response *resp; local
5934 cmd->resp_pkt_len = sizeof(*pkt) + sizeof(*resp);
6385 struct iwx_tx_path_flush_cmd_rsp *resp; local
8926 struct iwx_mcc_update_resp *resp; local
10036 struct iwx_error_resp *resp; local
[all...]
/haiku/src/bin/network/ftpd/
H A Dftpd.c1250 struct pam_response **resp, void *appdata)
1264 reply[i].resp = COPY_STRING(cred->uname);
1265 /* PAM frees resp. */
1269 reply[i].resp = COPY_STRING(cred->pass);
1270 /* PAM frees resp. */
1275 reply[i].resp = NULL;
1283 *resp = reply;
1249 auth_conv(int num_msg, const struct pam_message **msg, struct pam_response **resp, void *appdata) argument
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_input.c2206 int resp, status = 0; local
2234 resp = IEEE80211_FC0_SUBTYPE_REASSOC_RESP;
2236 resp = IEEE80211_FC0_SUBTYPE_ASSOC_RESP;
2327 IEEE80211_SEND_MGMT(ic, ni, resp,
2522 IEEE80211_SEND_MGMT(ic, ni, resp, status);
2525 ieee80211_node_join(ic, ni, resp);
3023 DPRINTF(("received ADDBA resp from %s, TID %d, status %d\n",
3036 DPRINTF(("ignoring ADDBA resp from %s: token %x!=%x\n",
3233 DPRINTF(("unexpected SA Query resp from %s\n",
H A Dieee80211_node.c2881 int resp)
2898 IEEE80211_SEND_MGMT(ic, ni, resp,
2922 IEEE80211_SEND_MGMT(ic, ni, resp, IEEE80211_STATUS_SUCCESS);
2880 ieee80211_node_join(struct ieee80211com *ic, struct ieee80211_node *ni, int resp) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c2816 struct iwm_time_event_resp *resp; local
2820 .resp_pkt_len = sizeof(*pkt) + sizeof(*resp),
2838 if (resp_len != sizeof(*resp)) {
2843 resp = (void *)pkt->data;
2844 if (le32toh(resp->status) == 0)
2845 sc->sc_time_event_uid = le32toh(resp->unique_id);
6478 struct iwm_cmd_response *resp; local
6483 cmd->resp_pkt_len = sizeof(*pkt) + sizeof(*resp);
6494 if (resp_len != sizeof(*resp)) {
6499 resp
9894 struct iwm_mcc_update_resp_v3 *resp; local
11271 struct iwm_error_resp *resp; local
[all...]
/haiku/src/kits/media/
H A DParameterWeb.cpp1851 BContinuousParameter::SetResponse(int resp, float factor, float offset) argument
1853 fResponse = static_cast<response>(resp);

Completed in 406 milliseconds