Searched refs:response (Results 1 - 25 of 176) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dcpcmd.h15 * the caller of __cpcmd has to ensure that the response buffer is below 2 GB
17 extern int __cpcmd(const char *cmd, char *response, int rlen, int *response_code);
23 * response: response buffer for VM's textual response
24 * rlen: size of the response buffer, cpcmd will not exceed this size
28 * return value: the size of the response. The caller can check if the buffer
30 * NOTE: If the response buffer is not below 2 GB, cpcmd can sleep
32 extern int cpcmd(const char *cmd, char *response, int rlen, int *response_code);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/python/
H A Dpy_winbind.h28 BOOL py_from_winbind_passwd(PyObject **dict, struct winbindd_response *response);
H A Dpy_winbind.c35 struct winbindd_response *response);
47 struct winbindd_response response; local
56 ZERO_STRUCT(response);
69 if (winbindd_request(WINBINDD_LOOKUPNAME, &request, &response)
75 result = PyString_FromString(response.data.sid.sid);
85 struct winbindd_response response; local
93 ZERO_STRUCT(response);
97 if (winbindd_request(WINBINDD_LOOKUPSID, &request, &response)
103 asprintf(&name, "%s%s%s", response.data.name.dom_name,
104 lp_winbind_separator(), response
121 struct winbindd_response response; local
152 struct winbindd_response response; local
187 struct winbindd_response response; local
218 struct winbindd_response response; local
286 struct winbindd_response response; local
311 struct winbindd_response response; local
336 struct winbindd_response response; local
361 struct winbindd_response response; local
390 struct winbindd_response response; local
418 struct winbindd_response response; local
525 struct winbindd_response response; local
556 struct winbindd_response response; local
[all...]
H A Dpy_winbind_conv.c37 BOOL py_from_winbind_passwd(PyObject **dict, struct winbindd_response *response) argument
39 *dict = from_struct(response, py_passwd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbind_client.h7 NSS_STATUS winbindd_get_response(struct winbindd_response *response);
10 struct winbindd_response *response);
13 int read_reply(struct winbindd_response *response);
15 void free_response(struct winbindd_response *response);
H A Dwb_client.c35 struct winbindd_response *response);
43 struct winbindd_response response; local
52 ZERO_STRUCT(response);
58 &response)) == NSS_STATUS_SUCCESS) {
59 if (!string_to_sid(sid, response.data.sid.sid))
61 *name_type = (enum SID_NAME_USE)response.data.sid.type;
74 struct winbindd_response response; local
81 ZERO_STRUCT(response);
88 result = winbindd_request(WINBINDD_LOOKUPSID, &request, &response);
93 fstrcpy(dom_name, response
109 struct winbindd_response response; local
142 struct winbindd_response response; local
176 struct winbindd_response response; local
209 struct winbindd_response response; local
241 struct winbindd_response response; local
268 struct winbindd_response response; local
406 struct winbindd_response response; local
443 struct winbindd_response response; local
480 struct winbindd_response response; local
510 struct winbindd_response response; local
542 struct winbindd_response response; local
573 struct winbindd_response response; local
601 struct winbindd_response response; local
[all...]
H A Dwbinfo.c35 struct winbindd_response response; local
42 ZERO_STRUCT(response);
46 if (winbindd_request(WINBINDD_INFO, NULL, &response) !=
53 sep = response.data.info.winbind_separator;
67 struct winbindd_response response; local
70 ZERO_STRUCT(response);
74 if (winbindd_request(WINBINDD_DOMAIN_NAME, NULL, &response) !=
82 fstrcpy(winbind_domain, response.data.domain_name);
116 struct winbindd_response response; local
120 ZERO_STRUCT(response);
144 struct winbindd_response response; local
175 struct winbindd_response response; local
201 struct winbindd_response response; local
226 struct winbindd_response response; local
256 struct winbindd_response response; local
286 struct winbindd_response response; local
323 struct winbindd_response response; local
346 struct winbindd_response response; local
371 struct winbindd_response response; local
396 struct winbindd_response response; local
419 struct winbindd_response response; local
456 struct winbindd_response response; local
483 struct winbindd_response response; local
509 struct winbindd_response response; local
549 struct winbindd_response response; local
647 struct winbindd_response response; local
707 struct winbindd_response response; local
733 struct winbindd_response response; local
755 struct winbindd_response response; local
777 struct winbindd_response response; local
822 struct winbindd_response response; local
849 struct winbindd_response response; local
874 struct winbindd_response response; local
915 struct winbindd_response response; local
[all...]
H A Dwinbindd_misc.c92 state->response.data.auth.nt_status = NT_STATUS_V(result);
93 fstrcpy(state->response.data.auth.nt_status_string, nt_errstr(result));
94 fstrcpy(state->response.data.auth.error_string, nt_errstr(result));
95 state->response.data.auth.pam_error = nt_status_to_pam(result);
98 state->response.data.auth.nt_status_string));
151 state->response.extra_data = extra_data;
152 state->response.length += extra_data_len;
198 state->response.extra_data = extra_data;
200 state->response.length += strlen(extra_data) + 1;
220 fstrcpy(state->response
[all...]
H A Dwinbindd_wins.c137 fstring response; local
147 *response = '\0';
148 maxlen = sizeof(response) - 1;
156 fstrcat(response,state->request.data.winsreq);
157 fstrcat(response,"\t");
162 size = sizeof(status[i].name) + strlen(response);
167 fstrcat(response, status[i].name);
168 fstrcat(response, " ");
172 response[strlen(response)
185 fstring response; local
[all...]
H A Dwb_common.c33 /* Free a response structure */
35 void free_response(struct winbindd_response *response) argument
39 if (response)
40 SAFE_FREE(response->extra_data);
54 /* Initialise a response structure */
56 void init_response(struct winbindd_response *response) argument
60 response->result = WINBINDD_ERROR;
300 struct winbindd_response response; local
302 ZERO_STRUCT(response);
319 if ((winbindd_request(WINBINDD_INTERFACE_VERSION, &request, &response) !
472 read_reply(struct winbindd_response *response) argument
556 winbindd_get_response(struct winbindd_response *response) argument
587 winbindd_request(int req_type, struct winbindd_request *request, struct winbindd_response *response) argument
[all...]
H A Dwinbind_nss_linux.c414 static struct winbindd_response response; local
423 ZERO_STRUCT(response);
428 ret = winbindd_request(WINBINDD_GETPWUID, &request, &response);
431 ret = fill_pwent(result, &response.data.pw,
445 ret = fill_pwent(result, &response.data.pw, &buffer, &buflen);
457 free_response(&response);
468 static struct winbindd_response response; local
482 ZERO_STRUCT(response);
490 ret = winbindd_request(WINBINDD_GETPWNAM, &request, &response);
493 ret = fill_pwent(result, &response
681 static struct winbindd_response response; local
746 static struct winbindd_response response; local
810 struct winbindd_response response; local
888 struct winbindd_response response; local
929 struct winbindd_response response; local
970 struct winbindd_response response; local
1033 struct winbindd_response response; local
1063 struct winbindd_response response; local
1094 struct winbindd_response response; local
1133 struct winbindd_response response; local
[all...]
H A Dwins.c171 char response[1024]; local
190 response[0] = '\0';
191 len = sizeof(response) - 2;
194 * response needs to be a string of the following format
205 strncat(response,key,size);
206 strncat(response,"\t",1);
217 strncat(response, status[i].name, size);
218 strncat(response, " ", 1);
222 response[strlen(response)
[all...]
H A Dwinbind_nss_irix.c167 struct winbindd_response response; local
168 struct winbindd_pw *pw = &response.data.pw;
169 struct winbindd_gr *gr = &response.data.gr;
186 ZERO_STRUCT(response);
187 status = winbindd_get_response(&response);
190 /* free any extra data area in response structure */
191 free_response(&response);
204 snprintf(result,maxlen,"%s\n",response.data.winsresp);
219 if (gr->num_gr_mem && response.extra_data)
220 members = response
[all...]
H A Dwinbindd_pam.c46 state->response.extra_data = SMB_MALLOC(size);
47 if (!state->response.extra_data) {
51 memset( state->response.extra_data, '\0', size );
52 prs_copy_all_data_out(state->response.extra_data, &ps);
53 state->response.length += size;
350 state->response.data.auth.nt_status = NT_STATUS_V(result);
351 fstrcpy(state->response.data.auth.nt_status_string, nt_errstr(result));
354 if (!*state->response.data.auth.error_string)
355 fstrcpy(state->response.data.auth.error_string, get_friendly_nt_error_msg(result));
356 state->response
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dcpcmd.c26 * - the response buffer must reside below 2GB (if any)
29 int __cpcmd(const char *cmd, char *response, int rlen, int *response_code) argument
39 if (response != NULL && rlen > 0) {
41 register unsigned long reg3 asm ("3") = (addr_t) response;
45 memset(response, 0, rlen);
63 EBCASC(response, rlen);
86 int cpcmd(const char *cmd, char *response, int rlen, int *response_code) argument
92 if ((virt_to_phys(response) != (unsigned long) response) ||
93 (((unsigned long)response
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dsclp_info.c27 u16 response; local
45 response = sccb->response_code;
47 if (response == 0x10)
50 if (response != 0x1f0 || command == SCLP_CMDW_READ_SCP_INFO)
H A Dvmcp.h24 char *response; member in struct:vmcp_session
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dchap-md5.c59 unsigned char *challenge, unsigned char *response,
68 response_len = *response++;
77 /* Test if our hash matches the peer's response */
78 if (memcmp(hash, response, MD5_HASH_SIZE) == 0) {
88 chap_md5_make_response(unsigned char *response, int id, char *our_name, argument
100 MD5_Final(&response[1], &ctx);
101 response[0] = MD5_HASH_SIZE;
57 chap_md5_verify_response(int id, char *name, unsigned char *secret, int secret_len, unsigned char *challenge, unsigned char *response, char *message, int message_space) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dezusb.c46 int response; local
49 response = ezusb_writememory (serial, CPUCS_REG, &reset_bit, 1, 0xa0);
50 if (response < 0)
52 return response;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/rdma/
H A Drdma_user_cm.h77 __u64 response; member in struct:rdma_ucm_create_id
87 __u64 response; member in struct:rdma_ucm_destroy_id
97 __u64 response; member in struct:rdma_ucm_bind_addr
115 __u64 response; member in struct:rdma_ucm_query_route
183 __u64 response; member in struct:rdma_ucm_init_qp_attr
194 __u64 response; /* rdma_ucm_create_id_resp */ member in struct:rdma_ucm_join_mcast
201 __u64 response; member in struct:rdma_ucm_get_event
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/auth/
H A Dauth_winbind.c29 static NTSTATUS get_info3_from_ndr(TALLOC_CTX *mem_ctx, struct winbindd_response *response, NET_USER_INFO_3 *info3) argument
32 size_t len = response->length - sizeof(struct winbindd_response);
35 info3_ndr = response->extra_data;
54 /* Authenticate a user with a challenge/response */
63 struct winbindd_response response; local
87 ZERO_STRUCT(response);
112 result = winbindd_request(WINBINDD_PAM_AUTH_CRAP, &request, &response);
126 nt_status = NT_STATUS(response.data.auth.nt_status);
128 if (result == NSS_STATUS_SUCCESS && response.extra_data) {
130 if (NT_STATUS_IS_OK(nt_status = get_info3_from_ndr(mem_ctx, &response,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/libsmbclient/src/read/
H A Dread_11.c37 char* response; local
52 response = malloc(msg_len);
66 smbc_read(fd,response,msg_len);
69 if ( memcmp ( message, response, msg_len) == 0 )
76 free(response);
H A Dread_4.c37 char* response; local
52 response = malloc(msg_len);
53 bzero(response,msg_len);
65 smbc_read(fd,response,msg_len);
69 free(response);
H A Dread_6.c37 char* response; local
52 response = malloc(msg_len);
53 bzero(response,msg_len);
65 smbc_read(fd,response,msg_len);
69 free(response);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/libsmbclient/src/write/
H A Dwrite_11.c37 char* response; local
52 response = malloc(msg_len);
66 smbc_read(fd,response,msg_len);
69 if ( memcmp ( message, response, msg_len) == 0 )
76 free(response);

Completed in 119 milliseconds

12345678