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

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/include/asm/
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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/include/asm/
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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/python/
H A Dpy_winbind.h28 BOOL py_from_winbind_passwd(PyObject **dict, struct winbindd_response *response);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/python/
H A Dpy_winbind.h28 BOOL py_from_winbind_passwd(PyObject **dict, struct winbindd_response *response);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/python/
H A Dpy_winbind.h28 BOOL py_from_winbind_passwd(PyObject **dict, struct winbindd_response *response);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/nsswitch/
H A Dwinbind_client.h7 NSS_STATUS winbindd_get_response(struct winbindd_response *response);
10 struct winbindd_response *response);
13 struct winbindd_response *response);
15 int read_reply(struct winbindd_response *response);
17 void free_response(struct winbindd_response *response);
H A Dwbinfo.c35 struct winbindd_response response; local
42 ZERO_STRUCT(response);
46 if (winbindd_request_response(WINBINDD_INFO, NULL, &response) !=
56 sep = response.data.info.winbind_separator;
78 struct winbindd_response response; local
81 ZERO_STRUCT(response);
85 if (winbindd_request_response(WINBINDD_DOMAIN_NAME, NULL, &response) !=
93 fstrcpy(winbind_domain, response.data.domain_name);
127 struct winbindd_response response; local
131 ZERO_STRUCT(response);
158 struct winbindd_response response; local
187 struct winbindd_response response; local
216 struct winbindd_response response; local
246 struct winbindd_response response; local
274 struct winbindd_response response; local
300 struct winbindd_response response; local
326 struct winbindd_response response; local
376 struct winbindd_response response; local
406 struct winbindd_response response; local
446 struct winbindd_response response; local
472 struct winbindd_response response; local
495 struct winbindd_response response; local
520 struct winbindd_response response; local
545 struct winbindd_response response; local
568 struct winbindd_response response; local
617 struct winbindd_response response; local
654 struct winbindd_response response; local
720 struct winbindd_response response; local
746 struct winbindd_response response; local
807 struct winbindd_response response; local
847 struct winbindd_response response; local
947 struct winbindd_response response; local
1005 struct winbindd_response response; local
1046 struct winbindd_response response; local
[all...]
H A Dwb_client.c33 struct winbindd_response *response);
41 struct winbindd_response response; local
50 ZERO_STRUCT(response);
56 &response)) == NSS_STATUS_SUCCESS) {
57 if (!string_to_sid(sid, response.data.sid.sid))
59 *name_type = (enum lsa_SidType)response.data.sid.type;
72 struct winbindd_response response; local
78 ZERO_STRUCT(response);
85 &response);
94 *domain = talloc_strdup(mem_ctx, response
127 struct winbindd_response response; local
236 struct winbindd_response response; local
269 struct winbindd_response response; local
303 struct winbindd_response response; local
336 struct winbindd_response response; local
370 struct winbindd_response response; local
418 struct winbindd_response response; local
436 struct winbindd_response response; local
461 struct winbindd_response response; local
486 struct winbindd_response response; local
508 struct winbindd_response response; local
529 struct winbindd_response response; local
581 struct winbindd_response response; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/nsswitch/
H A Dwinbind_client.h7 NSS_STATUS winbindd_get_response(struct winbindd_response *response);
10 struct winbindd_response *response);
13 struct winbindd_response *response);
15 int read_reply(struct winbindd_response *response);
17 void free_response(struct winbindd_response *response);
H A Dwbinfo.c35 struct winbindd_response response; local
42 ZERO_STRUCT(response);
46 if (winbindd_request_response(WINBINDD_INFO, NULL, &response) !=
56 sep = response.data.info.winbind_separator;
78 struct winbindd_response response; local
81 ZERO_STRUCT(response);
85 if (winbindd_request_response(WINBINDD_DOMAIN_NAME, NULL, &response) !=
93 fstrcpy(winbind_domain, response.data.domain_name);
127 struct winbindd_response response; local
131 ZERO_STRUCT(response);
158 struct winbindd_response response; local
187 struct winbindd_response response; local
216 struct winbindd_response response; local
246 struct winbindd_response response; local
274 struct winbindd_response response; local
300 struct winbindd_response response; local
326 struct winbindd_response response; local
376 struct winbindd_response response; local
406 struct winbindd_response response; local
446 struct winbindd_response response; local
472 struct winbindd_response response; local
495 struct winbindd_response response; local
520 struct winbindd_response response; local
545 struct winbindd_response response; local
568 struct winbindd_response response; local
617 struct winbindd_response response; local
654 struct winbindd_response response; local
720 struct winbindd_response response; local
746 struct winbindd_response response; local
807 struct winbindd_response response; local
847 struct winbindd_response response; local
947 struct winbindd_response response; local
1005 struct winbindd_response response; local
1046 struct winbindd_response response; local
[all...]
H A Dwb_client.c33 struct winbindd_response *response);
41 struct winbindd_response response; local
50 ZERO_STRUCT(response);
56 &response)) == NSS_STATUS_SUCCESS) {
57 if (!string_to_sid(sid, response.data.sid.sid))
59 *name_type = (enum lsa_SidType)response.data.sid.type;
72 struct winbindd_response response; local
78 ZERO_STRUCT(response);
85 &response);
94 *domain = talloc_strdup(mem_ctx, response
127 struct winbindd_response response; local
236 struct winbindd_response response; local
269 struct winbindd_response response; local
303 struct winbindd_response response; local
336 struct winbindd_response response; local
370 struct winbindd_response response; local
418 struct winbindd_response response; local
436 struct winbindd_response response; local
461 struct winbindd_response response; local
486 struct winbindd_response response; local
508 struct winbindd_response response; local
529 struct winbindd_response response; local
581 struct winbindd_response response; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/nsswitch/
H A Dwinbind_client.h7 NSS_STATUS winbindd_get_response(struct winbindd_response *response);
10 struct winbindd_response *response);
13 struct winbindd_response *response);
15 int read_reply(struct winbindd_response *response);
17 void free_response(struct winbindd_response *response);
H A Dwbinfo.c35 struct winbindd_response response; local
42 ZERO_STRUCT(response);
46 if (winbindd_request_response(WINBINDD_INFO, NULL, &response) !=
56 sep = response.data.info.winbind_separator;
78 struct winbindd_response response; local
81 ZERO_STRUCT(response);
85 if (winbindd_request_response(WINBINDD_DOMAIN_NAME, NULL, &response) !=
93 fstrcpy(winbind_domain, response.data.domain_name);
127 struct winbindd_response response; local
131 ZERO_STRUCT(response);
158 struct winbindd_response response; local
187 struct winbindd_response response; local
216 struct winbindd_response response; local
246 struct winbindd_response response; local
274 struct winbindd_response response; local
300 struct winbindd_response response; local
326 struct winbindd_response response; local
376 struct winbindd_response response; local
406 struct winbindd_response response; local
446 struct winbindd_response response; local
472 struct winbindd_response response; local
495 struct winbindd_response response; local
520 struct winbindd_response response; local
545 struct winbindd_response response; local
568 struct winbindd_response response; local
617 struct winbindd_response response; local
654 struct winbindd_response response; local
720 struct winbindd_response response; local
746 struct winbindd_response response; local
807 struct winbindd_response response; local
847 struct winbindd_response response; local
947 struct winbindd_response response; local
1005 struct winbindd_response response; local
1046 struct winbindd_response response; local
[all...]
H A Dwb_client.c33 struct winbindd_response *response);
41 struct winbindd_response response; local
50 ZERO_STRUCT(response);
56 &response)) == NSS_STATUS_SUCCESS) {
57 if (!string_to_sid(sid, response.data.sid.sid))
59 *name_type = (enum lsa_SidType)response.data.sid.type;
72 struct winbindd_response response; local
78 ZERO_STRUCT(response);
85 &response);
94 *domain = talloc_strdup(mem_ctx, response
127 struct winbindd_response response; local
236 struct winbindd_response response; local
269 struct winbindd_response response; local
303 struct winbindd_response response; local
336 struct winbindd_response response; local
370 struct winbindd_response response; local
418 struct winbindd_response response; local
436 struct winbindd_response response; local
461 struct winbindd_response response; local
486 struct winbindd_response response; local
508 struct winbindd_response response; local
529 struct winbindd_response response; local
581 struct winbindd_response response; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/libcli/
H A Dnetlogon.c34 struct netlogon_samlogon_response *response)
37 if (response->ntver == NETLOGON_NT_VERSION_1) {
40 &response->data.nt4,
42 } else if (response->ntver & NETLOGON_NT_VERSION_5EX) {
45 &response->data.nt5_ex,
47 } else if (response->ntver & NETLOGON_NT_VERSION_5) {
50 &response->data.nt5,
53 DEBUG(0, ("Asked to push unknown netlogon response type 0x%02x\n", response->ntver));
57 DEBUG(2,("failed to push netlogon response o
32 push_netlogon_samlogon_response(DATA_BLOB *data, TALLOC_CTX *mem_ctx, struct smb_iconv_convenience *iconv_convenience, struct netlogon_samlogon_response *response) argument
64 pull_netlogon_samlogon_response(DATA_BLOB *data, TALLOC_CTX *mem_ctx, struct smb_iconv_convenience *iconv_convenience, struct netlogon_samlogon_response *response) argument
144 map_netlogon_samlogon_response(struct netlogon_samlogon_response *response) argument
185 push_nbt_netlogon_response(DATA_BLOB *data, TALLOC_CTX *mem_ctx, struct smb_iconv_convenience *iconv_convenience, struct nbt_netlogon_response *response) argument
218 pull_nbt_netlogon_response(DATA_BLOB *data, TALLOC_CTX *mem_ctx, struct smb_iconv_convenience *iconv_convenience, struct nbt_netlogon_response *response) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/libcli/
H A Dnetlogon.c34 struct netlogon_samlogon_response *response)
37 if (response->ntver == NETLOGON_NT_VERSION_1) {
40 &response->data.nt4,
42 } else if (response->ntver & NETLOGON_NT_VERSION_5EX) {
45 &response->data.nt5_ex,
47 } else if (response->ntver & NETLOGON_NT_VERSION_5) {
50 &response->data.nt5,
53 DEBUG(0, ("Asked to push unknown netlogon response type 0x%02x\n", response->ntver));
57 DEBUG(2,("failed to push netlogon response o
32 push_netlogon_samlogon_response(DATA_BLOB *data, TALLOC_CTX *mem_ctx, struct smb_iconv_convenience *iconv_convenience, struct netlogon_samlogon_response *response) argument
64 pull_netlogon_samlogon_response(DATA_BLOB *data, TALLOC_CTX *mem_ctx, struct smb_iconv_convenience *iconv_convenience, struct netlogon_samlogon_response *response) argument
144 map_netlogon_samlogon_response(struct netlogon_samlogon_response *response) argument
185 push_nbt_netlogon_response(DATA_BLOB *data, TALLOC_CTX *mem_ctx, struct smb_iconv_convenience *iconv_convenience, struct nbt_netlogon_response *response) argument
218 pull_nbt_netlogon_response(DATA_BLOB *data, TALLOC_CTX *mem_ctx, struct smb_iconv_convenience *iconv_convenience, struct nbt_netlogon_response *response) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/libcli/
H A Dnetlogon.c34 struct netlogon_samlogon_response *response)
37 if (response->ntver == NETLOGON_NT_VERSION_1) {
40 &response->data.nt4,
42 } else if (response->ntver & NETLOGON_NT_VERSION_5EX) {
45 &response->data.nt5_ex,
47 } else if (response->ntver & NETLOGON_NT_VERSION_5) {
50 &response->data.nt5,
53 DEBUG(0, ("Asked to push unknown netlogon response type 0x%02x\n", response->ntver));
57 DEBUG(2,("failed to push netlogon response o
32 push_netlogon_samlogon_response(DATA_BLOB *data, TALLOC_CTX *mem_ctx, struct smb_iconv_convenience *iconv_convenience, struct netlogon_samlogon_response *response) argument
64 pull_netlogon_samlogon_response(DATA_BLOB *data, TALLOC_CTX *mem_ctx, struct smb_iconv_convenience *iconv_convenience, struct netlogon_samlogon_response *response) argument
144 map_netlogon_samlogon_response(struct netlogon_samlogon_response *response) argument
185 push_nbt_netlogon_response(DATA_BLOB *data, TALLOC_CTX *mem_ctx, struct smb_iconv_convenience *iconv_convenience, struct nbt_netlogon_response *response) argument
218 pull_nbt_netlogon_response(DATA_BLOB *data, TALLOC_CTX *mem_ctx, struct smb_iconv_convenience *iconv_convenience, struct nbt_netlogon_response *response) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/nsswitch/libwbclient/
H A Dwbclient_internal.h29 struct winbindd_response *response);
33 struct winbindd_response *response);
H A Dwbc_idmap.c32 struct winbindd_response response; local
44 ZERO_STRUCT(response);
56 &response);
59 *puid = response.data.uid;
79 struct winbindd_response response; local
89 ZERO_STRUCT(response);
97 &response);
100 wbc_status = wbcStringToSid(response.data.sid.sid, sid);
126 struct winbindd_response response; local
138 ZERO_STRUCT(response);
173 struct winbindd_response response; local
213 struct winbindd_response response; local
243 struct winbindd_response response; local
277 struct winbindd_response response; local
314 struct winbindd_response response; local
351 struct winbindd_response response; local
388 struct winbindd_response response; local
425 struct winbindd_response response; local
450 struct winbindd_response response; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/nsswitch/libwbclient/
H A Dwbclient_internal.h29 struct winbindd_response *response);
33 struct winbindd_response *response);
H A Dwbc_idmap.c32 struct winbindd_response response; local
44 ZERO_STRUCT(response);
56 &response);
59 *puid = response.data.uid;
79 struct winbindd_response response; local
89 ZERO_STRUCT(response);
97 &response);
100 wbc_status = wbcStringToSid(response.data.sid.sid, sid);
126 struct winbindd_response response; local
138 ZERO_STRUCT(response);
173 struct winbindd_response response; local
213 struct winbindd_response response; local
243 struct winbindd_response response; local
277 struct winbindd_response response; local
314 struct winbindd_response response; local
351 struct winbindd_response response; local
388 struct winbindd_response response; local
425 struct winbindd_response response; local
450 struct winbindd_response response; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/nsswitch/libwbclient/
H A Dwbclient_internal.h29 struct winbindd_response *response);
33 struct winbindd_response *response);
H A Dwbc_idmap.c32 struct winbindd_response response; local
44 ZERO_STRUCT(response);
56 &response);
59 *puid = response.data.uid;
79 struct winbindd_response response; local
89 ZERO_STRUCT(response);
97 &response);
100 wbc_status = wbcStringToSid(response.data.sid.sid, sid);
126 struct winbindd_response response; local
138 ZERO_STRUCT(response);
173 struct winbindd_response response; local
213 struct winbindd_response response; local
243 struct winbindd_response response; local
277 struct winbindd_response response; local
314 struct winbindd_response response; local
351 struct winbindd_response response; local
388 struct winbindd_response response; local
425 struct winbindd_response response; local
450 struct winbindd_response response; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/kernel/
H A Dcpcmd.c44 static int diag8_response(int cmdlen, char *response, int *rlen) argument
47 register unsigned long reg3 asm ("3") = (addr_t) response;
72 * - the response buffer must reside below 2GB (if any)
75 int __cpcmd(const char *cmd, char *response, int rlen, int *response_code) argument
86 if (response) {
87 memset(response, 0, rlen);
89 rc = diag8_response(cmdlen, response, &rlen);
90 EBCASC(response, response_len);
100 int cpcmd(const char *cmd, char *response, int rlen, int *response_code) argument
106 if ((virt_to_phys(response) !
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/kernel/
H A Dcpcmd.c44 static int diag8_response(int cmdlen, char *response, int *rlen) argument
47 register unsigned long reg3 asm ("3") = (addr_t) response;
72 * - the response buffer must reside below 2GB (if any)
75 int __cpcmd(const char *cmd, char *response, int rlen, int *response_code) argument
86 if (response) {
87 memset(response, 0, rlen);
89 rc = diag8_response(cmdlen, response, &rlen);
90 EBCASC(response, response_len);
100 int cpcmd(const char *cmd, char *response, int rlen, int *response_code) argument
106 if ((virt_to_phys(response) !
[all...]

Completed in 515 milliseconds

1234567891011>>