Searched refs:request_buf (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dnotify.c28 char request_buf[smb_size]; member in struct:notify_change_request
106 static void change_notify_reply_packet(const char *request_buf, argument
112 construct_reply_common(request_buf, outbuf);
128 void change_notify_reply(const char *request_buf, argument
136 change_notify_reply_packet(request_buf, NT_STATUS_OK);
143 change_notify_reply_packet(request_buf, NT_STATUS_NO_MEMORY);
150 change_notify_reply_packet(request_buf, NT_STATUS_NO_MEMORY);
154 construct_reply_common(request_buf, outbuf);
225 memcpy(request->request_buf, inbuf, sizeof(request->request_buf));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifssmb.c220 function must have filled in request_buf pointer */
223 void **request_buf)
231 *request_buf = cifs_small_buf_get();
232 if (*request_buf == NULL) {
237 header_assemble((struct smb_hdr *) *request_buf, smb_command,
248 struct cifsSesInfo *ses, void **request_buf)
253 rc = small_smb_init(smb_command, wct, NULL, request_buf);
257 buffer = (struct smb_hdr *)*request_buf;
272 /* If the return code is zero, this function must fill in request_buf pointer */
275 void **request_buf, voi
222 small_smb_init(int smb_command, int wct, struct cifsTconInfo *tcon, void **request_buf) argument
247 small_smb_init_no_tc(const int smb_command, const int wct, struct cifsSesInfo *ses, void **request_buf) argument
274 __smb_init(int smb_command, int wct, struct cifsTconInfo *tcon, void **request_buf, void **response_buf) argument
300 smb_init(int smb_command, int wct, struct cifsTconInfo *tcon, void **request_buf, void **response_buf) argument
313 smb_init_no_reconnect(int smb_command, int wct, struct cifsTconInfo *tcon, void **request_buf, void **response_buf) argument
[all...]
H A Dcifsproto.h99 void **request_buf);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ttpci/
H A Dav7110_hw.h374 extern int av7110_fw_request(struct av7110 *av7110, u16 *request_buf,
H A Dav7110_hw.c491 int av7110_fw_request(struct av7110 *av7110, u16 *request_buf, argument
511 if ((err = __av7110_send_fw_cmd(av7110, request_buf, request_buf_len)) < 0) {

Completed in 133 milliseconds