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

12345678

/netbsd-6-1-5-RELEASE/sys/dev/sdmmc/
H A Dsdmmcreg.h96 #define MMC_R1(resp) ((resp)[0])
97 #define MMC_R3(resp) ((resp)[0])
98 #define SD_R6(resp) ((resp)[0])
99 #define MMC_R7(resp) ((resp)[0])
100 #define MMC_SPI_R1(resp) ((resp)[
[all...]
H A Dsdmmc_ioreg.h38 #define SD_R5_DATA(resp) ((resp)[0] & 0xff)
54 #define MMC_R4(resp) ((resp)[0])
55 #define MMC_R5(resp) ((resp)[0])
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr32061.c7 int func (int resp, int flags) argument
9 return (resp && (FORCE || (FLAG & flags)));
/netbsd-6-1-5-RELEASE/distrib/atari/floppies/prepare/
H A Dinstall.sh55 read resp
56 if [ "X$resp" = "X" ]; then
57 resp=$1
87 if isin $resp $_DKDEVS ; then
88 ROOTDISK="$resp"
91 echo "The disk $resp does not exist."
106 case "$resp" in
111 if isin $resp $_DKDEVS ; then
112 md_labeldisk $resp
115 echo "The disk $resp doe
[all...]
/netbsd-6-1-5-RELEASE/distrib/amiga/floppies/inst/
H A Dinstall.sh47 read resp
48 if [ "X$resp" = "X" ]; then
49 resp=$1
95 case $resp in
119 case "$resp" in
153 otherdrives=`echo "${driveunits}" | sed -e s,${resp},,`
156 echo "\"${resp}\" is an invalid drive name. Valid choices"
159 rdev=${resp}
183 case $resp in
218 resp
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_caps.c34 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)
31 internal_TCSGetCap(TCS_CONTEXT_HANDLE hContext, TCPA_CAPABILITY_AREA capArea, UINT32 subCap, UINT32 * respSize, BYTE ** resp) argument
[all...]
H A Dtcs_caps.c39 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...]
/netbsd-6-1-5-RELEASE/usr.sbin/timed/timed/
H A Dcandidate.c50 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
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openpam/dist/lib/
H A Dopenpam_nullconv.c59 struct pam_response **resp,
69 (void)resp;
57 openpam_nullconv(int n, const struct pam_message **msg, struct pam_response **resp, void *data) argument
H A Dpam_get_authtok.c74 char *resp, *resp2; local
129 r = pam_prompt(pamh, style, &resp, "%s", prompt);
135 memset(resp, 0, strlen(resp));
136 FREE(resp);
139 if (strcmp(resp, resp2) != 0) {
140 memset(resp, 0, strlen(resp));
141 FREE(resp);
146 if (resp
[all...]
H A Dpam_prompt.c60 char **resp,
68 r = pam_vprompt(pamh, style, resp, fmt, ap);
88 * not return one, is stored in the location pointed to by the =resp
58 pam_prompt(const pam_handle_t *pamh, int style, char **resp, const char *fmt, ...) argument
/netbsd-6-1-5-RELEASE/usr.sbin/ypserv/yppush/
H A Dyppush_proc.c57 struct yppushresp_xfr *resp = argp; local
60 if (resp->status != YPPUSH_SUCC)
61 warnx("%s", yppush_err_string(resp->status));
/netbsd-6-1-5-RELEASE/distrib/miniroot/
H A Dinstall.sh87 case "$resp" in
147 resp="X" # force at least one iteration
148 while [ "X$resp" != X"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 [ "X${resp}" = X"" ]; do
183 case "$resp" i
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/eap_peer/
H A Deap_gtc.c55 struct wpabuf *resp; local
78 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_GTC,
80 return resp;
110 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_GTC, plen,
112 if (resp == NULL)
115 wpabuf_put_data(resp, "RESPONSE=", 9);
116 wpabuf_put_data(resp, identity, identity_len);
117 wpabuf_put_u8(resp, '\0');
119 wpabuf_put_data(resp, password, password_len);
121 wpabuf_head_u8(resp)
[all...]
H A Deap_md5.c39 struct wpabuf *resp; local
82 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MD5, 1 + CHAP_MD5_LEN,
84 if (resp == NULL)
91 wpabuf_put_u8(resp, CHAP_MD5_LEN);
93 id = eap_get_id(resp);
94 rpos = wpabuf_put(resp, CHAP_MD5_LEN);
98 return resp;
H A Deap_otp.c38 struct wpabuf *resp; local
72 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_OTP, password_len,
74 if (resp == NULL)
76 wpabuf_put_data(resp, password, password_len);
85 return resp;
H A Deap_sake.c154 struct wpabuf *resp; local
174 resp = eap_sake_build_msg(data, eap_get_id(reqData),
177 if (resp == NULL)
181 eap_sake_add_attr(resp, EAP_SAKE_AT_PEERID,
186 return resp;
198 struct wpabuf *resp; local
255 resp = eap_sake_build_msg(data, eap_get_id(reqData), rlen,
257 if (resp == NULL)
261 eap_sake_add_attr(resp, EAP_SAKE_AT_RAND_P,
266 eap_sake_add_attr(resp, EAP_SAKE_AT_PEERI
299 struct wpabuf *resp; local
372 struct wpabuf *resp; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_caps.c38 BYTE *resp; local
62 &respSize, &resp);
68 free(resp);
71 if (setData(TCSD_PACKET_TYPE_PBYTE, 1, resp, respSize, &data->comm)) {
72 free(resp);
75 free(resp);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dgetrrsetbyname.c385 struct dns_response *resp; local
389 resp = calloc(1, sizeof(*resp));
390 if (resp == NULL)
397 memcpy(&resp->header, cp, HFIXEDSZ);
401 resp->header.qdcount = ntohs(resp->header.qdcount);
402 resp->header.ancount = ntohs(resp->header.ancount);
403 resp
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openpam/dist/modules/pam_unix/
H A Dpam_unix.c75 struct pam_response *resp; local
105 resp = NULL;
106 pam_err = (*conv->conv)(1, &msgp, &resp, conv->appdata_ptr);
107 if (resp != NULL) {
109 password = resp->resp;
111 free(resp->resp);
112 free(resp);
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_caps.c34 BYTE ** resp) /* out */
62 *resp = (BYTE *) calloc_tspi(hte->tspContext, *respSize);
63 if (*resp == NULL) {
68 if (getData(TCSD_PACKET_TYPE_PBYTE, 1, *resp, *respSize, &hte->comm)) {
69 free_tspi(hte->tspContext, *resp);
29 RPC_GetCapability_TP(struct host_table_entry *hte, TCPA_CAPABILITY_AREA capArea, UINT32 subCapSize, BYTE * subCap, UINT32 * respSize, BYTE ** resp) argument
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/milter/
H A Dmilter.c329 const char *resp; local
343 for (resp = 0, m = milters->milter_list; resp == 0 && m != 0; m = m->next) {
345 resp = m->conn_event(m, client_name, client_addr, client_port,
352 return (resp);
360 const char *resp; local
367 for (resp = 0, m = milters->milter_list; resp == 0 && m != 0; m = m->next) {
369 resp = m->helo_event(m, helo_name, esmtp_flag, any_macros);
375 return (resp);
382 const char *resp; local
404 const char *resp; local
430 const char *resp; local
452 const char *resp; local
474 const char *resp; local
488 const char *resp; local
831 const char *resp = 0; local
[all...]
/netbsd-6-1-5-RELEASE/distrib/alpha/instkernel/ramdisk/
H A Dupgrade.sh49 read resp
50 if [ "X$resp" = "X" ]; then
51 resp=$1
80 case "$resp" in
114 otherdrives=`echo "${driveunits}" | sed -e s,${resp},,`
117 echo "\"${resp}\" is an invalid drive name. Valid choices"
121 drivename=${resp}
135 case "$resp" in
/netbsd-6-1-5-RELEASE/distrib/amiga/floppies/upgr/
H A Dupgrade.sh45 read resp
46 if [ "X$resp" = "X" ]; then
47 resp=$1
116 case "$resp" in
153 otherdrives=`echo "${driveunits}" | sed -e s,${resp},,`
156 echo "\"${resp}\" is an invalid drive name. Valid choices"
160 drivename=${resp}
175 case "$resp" in
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/wps/
H A Dhttp_server.h22 void http_request_send(struct http_request *req, struct wpabuf *resp);
24 struct wpabuf *resp);

Completed in 314 milliseconds

12345678