| /src/sys/dev/sdmmc/ |
| sdmmcreg.h | 120 #define MMC_R1(resp) ((resp)[0]) 121 #define MMC_R3(resp) ((resp)[0]) 122 #define SD_R6(resp) ((resp)[0]) 123 #define MMC_R7(resp) ((resp)[0]) 124 #define MMC_SPI_R1(resp) ((resp)[0] [all...] |
| /src/distrib/atari/floppies/prepare/ |
| install.sh | 57 read resp 58 if [ -z "$resp" ]; then 59 resp=$1 90 if isin $resp $_DKDEVS ; then 91 ROOTDISK="$resp" 94 echo "The disk $resp does not exist." 109 case "$resp" in 114 if isin $resp $_DKDEVS ; then 115 md_labeldisk $resp 118 echo "The disk $resp does not exist. [all...] |
| /src/distrib/amiga/floppies/inst/ |
| install.sh | 47 read resp 48 if [ -z "$resp" ]; then 49 resp=$1 95 case $resp in 119 case "$resp" in 155 otherdrives=$( echo "${driveunits}" | sed -e "s,${resp},," ) 158 echo "\"${resp}\" is an invalid drive name. Valid choices" 161 rdev=${resp} 185 case "$resp" in 220 resp=" [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/sortlist/ |
| tests_sortlist.py | 22 resp = isctest.query.tcp(msg, "10.53.0.1", source="10.53.0.1") 33 assert len(resp.answer) == 1 34 assert resp.answer[0] == rrset 35 assert list(resp.answer[0].items) == list(rrset.items) 50 resp = isctest.query.tcp(msg, "10.53.0.1", source=source_ip) 52 resp.answer[0][0].to_text() in possible_results
|
| /src/external/mpl/bind/dist/lib/dns/ |
| dispatch.c | 187 dispentry_cancel(dns_dispentry_t *resp, isc_result_t result); 192 udp_startrecv(isc_nmhandle_t *handle, dns_dispentry_t *resp); 194 udp_dispatch_connect(dns_dispatch_t *disp, dns_dispentry_t *resp); 196 tcp_startrecv(dns_dispatch_t *disp, dns_dispentry_t *resp); 198 tcp_dispatch_getnext(dns_dispatch_t *disp, dns_dispentry_t *resp, 201 udp_dispatch_getnext(dns_dispentry_t *resp, int32_t timeout); 204 socktype2str(dns_dispentry_t *resp) { 206 dns_dispatch_t *disp = resp->disp; 209 if (resp->transport != NULL) { 211 dns_transport_get_type(resp->transport) 404 dns_dispentry_t *resp = caa_container_of(rcu_head, dns_dispentry_t, local 486 dns_dispentry_t *resp = (dns_dispentry_t *)arg; local 633 dns_dispentry_t *resp = NULL; local 698 dns_dispentry_t *resp = cds_lfht_entry(cds_lfht_iter_get_node(&iter), local 736 dns_dispentry_t *resp = NULL, *next = NULL; local 750 dns_dispentry_t *resp = NULL, *next = NULL; local 780 dns_dispentry_t *resp = NULL; local 1453 dns_dispentry_t *resp = isc_mem_get(disp->mctx, sizeof(*resp)); local 1772 dns_dispentry_t *resp = *respp; local 1813 dns_dispentry_t *resp = arg; local 1824 dns_dispentry_t *resp = NULL; local 1899 dns_dispentry_t *resp = (dns_dispentry_t *)arg; local 2096 dns_dispentry_t *resp = (dns_dispentry_t *)cbarg; local [all...] |
| /src/crypto/external/cpl/trousers/dist/src/tcs/ |
| tcsi_caps.c | 34 UINT32 * respSize, BYTE ** resp) 87 if ((*resp = malloc(*respSize)) == NULL) { 95 *(TSS_BOOL *)(*resp) = bValue; 97 *(UINT32 *)(*resp) = u32value; 101 if ((*resp = calloc(1, sizeof(TSS_VERSION))) == NULL) { 106 LoadBlob_VERSION(&offset, *resp, &tcsVersion); 111 if ((*resp = malloc(sizeof(TSS_BOOL))) == NULL) { 115 *(TSS_BOOL *)(*resp) = INTERNAL_CAP_TCS_PERSSTORAGE; 130 if ((*resp = malloc(sizeof(TSS_BOOL))) == NULL) { 135 *(TSS_BOOL *)(*resp) = bValue [all...] |
| tcs_caps.c | 39 BYTE *resp; local 44 result = TCSP_GetCapability_Internal(InternalContext, capArea, 0, NULL, &respSize, &resp); 47 UnloadBlob_VERSION(&offset, resp, version); 48 free(resp); 53 &resp); 56 UnloadBlob_VERSION(&offset, resp, version); 57 free(resp); 68 BYTE *resp; local 73 &respSize, &resp); 78 UnloadBlob_BYTE(&offset, (BYTE *)v, resp); [all...] |
| /src/usr.sbin/timed/timed/ |
| candidate.c | 50 struct tsp *resp, msg; local 89 resp = readmsg(TSP_ANY, ANYADDR, &wait, net); 90 if (!resp) 93 switch (resp->tsp_type) { 96 (void)addmach(resp->tsp_name, &from,fromnet); 106 && !good_host_name(resp->tsp_name)) { 107 (void)addmach(resp->tsp_name, &from,fromnet); 108 suppress(&from, resp->tsp_name, net); 132 htp = addmach(resp->tsp_name,&from,fromnet); 144 (void)addmach(resp->tsp_name, &from,fromnet) [all...] |
| /src/external/bsd/openpam/dist/lib/libpam/ |
| openpam_nullconv.c | 60 struct pam_response **resp, 70 (void)resp;
|
| pam_prompt.c | 61 char **resp, 69 r = pam_vprompt(pamh, style, resp, fmt, ap); 89 * not return one, is stored in the location pointed to by the =resp
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| p2p_supplicant_sd.c | 183 static void wpas_sd_add_empty(struct wpabuf *resp, u8 srv_proto, 188 if (wpabuf_tailroom(resp) < 5) 192 len_pos = wpabuf_put(resp, 2); 193 wpabuf_put_u8(resp, srv_proto); 194 wpabuf_put_u8(resp, srv_trans_id); 196 wpabuf_put_u8(resp, status); 198 WPA_PUT_LE16(len_pos, (u8 *) wpabuf_put(resp, 0) - len_pos - 2); 202 static void wpas_sd_add_proto_not_avail(struct wpabuf *resp, u8 srv_proto, 205 wpas_sd_add_empty(resp, srv_proto, srv_trans_id, 210 static void wpas_sd_add_bad_request(struct wpabuf *resp, u8 srv_proto 697 struct wpabuf *resp; local [all...] |
| /src/distrib/miniroot/ |
| install.sub | 59 read resp 60 if [ -z "$resp" ]; then 61 resp=$1 198 _dir=$resp 204 case "$resp" in 225 case "$resp" in 253 if isin $resp $_DKDEVS ; then 254 ROOTDISK="$resp" 257 echo "The disk $resp does not exist." 272 case "$resp" i [all...] |
| install.sh | 87 case "$resp" in 147 resp="not-done" # force at least one iteration 148 while [ "$resp" != "done" ]; do 152 case "$resp" in 157 _device_name=$(basename $resp) 164 _mount_point=$resp 173 resp="X" # force loop to repeat 179 resp="" # force at least one iteration 180 while [ -z "${resp}" ]; do 183 case "$resp" i [all...] |
| /src/usr.sbin/btattach/ |
| init_bcm43xx.c | 97 uint8_t resp[7]; local 107 uart_recv_cc(fd, HCI_CMD_RESET, &resp, sizeof(resp)); 124 uart_recv_cc(fd, HCI_CMD_43XXFWDN, &resp, sizeof(resp)); 134 uart_recv_cc(fd, fw_cmd, &resp, sizeof(resp)); 141 uart_recv_cc(fd, HCI_CMD_RESET, &resp, sizeof(resp)); 150 uart_recv_cc(fd, HCI_CMD_BCM43XX_SET_CLOCK, &resp, sizeof(resp)) [all...] |
| /src/usr.sbin/ypserv/yppush/ |
| yppush_proc.c | 57 struct yppushresp_xfr *resp = argp; local 60 if (resp->status != YPPUSH_SUCC) 61 warnx("%s", yppush_err_string(resp->status));
|
| /src/sys/netinet/ |
| sctp_input.h | 42 sctp_handle_stream_reset_response(struct sctp_tcb *, struct sctp_stream_reset_response *resp);
|
| /src/external/bsd/wpa/dist/src/eap_peer/ |
| eap_gtc.c | 49 struct wpabuf *resp; local 72 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_GTC, 74 return resp; 104 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_GTC, plen, 106 if (resp == NULL) 109 wpabuf_put_data(resp, "RESPONSE=", 9); 110 wpabuf_put_data(resp, identity, identity_len); 111 wpabuf_put_u8(resp, '\0'); 113 wpabuf_put_data(resp, password, password_len); 115 wpabuf_head_u8(resp) + sizeof(struct eap_hdr) [all...] |
| eap_md5.c | 33 struct wpabuf *resp; local 76 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MD5, 1 + CHAP_MD5_LEN, 78 if (resp == NULL) 85 wpabuf_put_u8(resp, CHAP_MD5_LEN); 87 id = eap_get_id(resp); 88 rpos = wpabuf_put(resp, CHAP_MD5_LEN); 93 wpabuf_free(resp); 98 return resp;
|
| /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/ |
| rpc_caps.c | 38 BYTE *resp; local 65 &respSize, &resp); 71 free(resp); 74 if (setData(TCSD_PACKET_TYPE_PBYTE, 1, resp, respSize, &data->comm)) { 75 free(resp); 78 free(resp);
|
| /src/external/bsd/wpa/dist/src/common/ |
| gas_server.c | 31 void (*status_cb)(void *ctx, struct wpabuf *resp, int ok); 40 struct wpabuf *resp; member in struct:gas_server_response 52 void (*tx)(void *ctx, int freq, const u8 *da, struct wpabuf *resp, 69 (unsigned long) (response->resp ? 70 wpabuf_len(response->resp) : 0)); 72 response->resp, 0); 73 response->resp = NULL; 85 wpabuf_free(response->resp); 99 struct wpabuf *resp; local 121 resp = gas_build_initial_resp(response->dialog_token 174 struct wpabuf *resp; local 275 struct wpabuf *resp; local [all...] |
| /src/crypto/external/bsd/heimdal/dist/kadmin/ |
| util.c | 104 * try to parse the string `resp' into attributes in `attr', also 109 parse_attributes (const char *resp, krb5_flags *attr, int *mask, int bit) 113 if (str2attributes(resp, &tmp) == 0) { 118 } else if(*resp == '?') { 121 fprintf (stderr, "Unable to parse \"%s\"\n", resp); 133 char buf[1024], resp[1024]; local 140 if(get_response("Attributes", buf, resp, sizeof(resp)) != 0) 142 if (resp[0] == '\0') 144 if (parse_attributes (resp, attr, mask, bit) == 0 187 char buf[1024], resp[1024]; local 317 char buf[1024], resp[1024]; local 404 char buf[1024], resp[1024]; local [all...] |
| /src/crypto/external/bsd/openssh/dist/ |
| getrrsetbyname.c | 400 struct dns_response *resp; local 404 resp = calloc(1, sizeof(*resp)); 405 if (resp == NULL) 412 memcpy(&resp->header, cp, HFIXEDSZ); 416 resp->header.qdcount = ntohs(resp->header.qdcount); 417 resp->header.ancount = ntohs(resp->header.ancount); 418 resp->header.nscount = ntohs(resp->header.nscount) [all...] |
| /src/external/bsd/openpam/dist/modules/pam_unix/ |
| pam_unix.c | 73 struct pam_response *resp; local 103 resp = NULL; 104 pam_err = (*conv->conv)(1, &msgp, &resp, conv->appdata_ptr); 105 if (resp != NULL) { 107 password = resp->resp; 109 free(resp->resp); 110 free(resp);
|
| /src/sys/arch/macppc/dev/ |
| pmu.c | 270 uint8_t resp[16]; local 336 pmu_send(sc, PMU_SYSTEM_READY, 1, cmd, 16, resp); 339 if (pmu_send(sc, PMU_GET_VERSION, 0, cmd, 16, resp) > 1) 340 aprint_normal(" rev. %d", resp[1]); 390 memset(resp, 0, 6); 391 if (pmu_send(sc, PMU_READ_BRIGHTNESS, 1, cmd, 16, resp) > 1) { 392 sc->sc_brightness_wanted = resp[1]; 449 uint8_t pmu_imask, resp[16]; local 455 pmu_send(sc, PMU_SET_IMASK, 1, &pmu_imask, 16, resp); 631 uint8_t resp[16] local 723 uint8_t resp[16]; local 751 uint8_t resp[16]; local 764 uint8_t resp[16]; local 777 uint8_t resp[16]; local 790 uint8_t resp[16], cmd[2] = {0, 0}; local 806 uint8_t resp[16]; local 823 uint8_t resp[16]; local 847 uint8_t packet[16], resp[16]; local 888 uint8_t resp[16]; local 997 uint8_t cmd[2], resp[16]; local [all...] |
| /src/sys/net/npf/ |
| npf_ctl.c | 55 npf_mk_params(npf_t *npf, const nvlist_t *req, nvlist_t *resp, bool set) 69 NPF_ERR_DEBUG(resp); 86 nvlist_add_stringf(resp, "error-msg", 90 nvlist_add_stringf(resp, "error-msg", 99 npf_mk_table_entries(npf_table_t *t, const nvlist_t *req, nvlist_t *resp) 119 NPF_ERR_DEBUG(resp); 126 nvlist_add_stringf(resp, "error-msg", 130 NPF_ERR_DEBUG(resp); 142 npf_mk_table(npf_t *npf, const nvlist_t *req, nvlist_t *resp, 158 NPF_ERR_DEBUG(resp); [all...] |