Searched refs:ret_buf (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/vendor_defns/
H A Datalla.h37 unsigned int *ret_buf);
39 typedef int tfnASI_GetHardwareConfig(long card_num, unsigned int *ret_buf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/vendor_defns/
H A Datalla.h40 unsigned int *ret_buf);
42 typedef int tfnASI_GetHardwareConfig(long card_num, unsigned int *ret_buf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/vendor_defns/
H A Datalla.h37 unsigned int *ret_buf);
39 typedef int tfnASI_GetHardwareConfig(long card_num, unsigned int *ret_buf);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dmisc.c73 struct cifsSesInfo *ret_buf; local
75 ret_buf = kzalloc(sizeof(struct cifsSesInfo), GFP_KERNEL);
76 if (ret_buf) {
78 ret_buf->status = CifsNew;
79 ++ret_buf->ses_count;
80 INIT_LIST_HEAD(&ret_buf->smb_ses_list);
81 INIT_LIST_HEAD(&ret_buf->tcon_list);
82 mutex_init(&ret_buf->session_mutex);
84 return ret_buf;
110 struct cifsTconInfo *ret_buf; local
144 struct smb_hdr *ret_buf = NULL; local
181 struct smb_hdr *ret_buf = NULL; local
[all...]
H A Dcifssmb.c2474 void **ret_buf)
2484 *ret_buf = (void *)pSMB;
2472 smb_init_nttransact(const __u16 sub_command, const int setup_count, const int parm_len, struct cifsTconInfo *tcon, void **ret_buf) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dmessages.c465 char *ret_buf = *buf; local
470 if (total_len - (ret_buf - msgs_buf) < sizeof(rec))
473 memcpy(&rec, ret_buf, sizeof(rec));
474 ret_buf += sizeof(rec);
482 if (total_len - (ret_buf - msgs_buf) < rec.len)
489 *buf = ret_buf;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dexdump.c833 struct acpi_buffer ret_buf; local
836 ret_buf.length = ACPI_ALLOCATE_LOCAL_BUFFER;
843 &ret_buf);
847 acpi_os_printf("%s\n", (char *)ret_buf.pointer);
848 ACPI_FREE(ret_buf.pointer);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daac.h238 DECLARE_ALIGNED(32, float, ret_buf)[2048]; ///< PCM output buffer
H A Daacenc.c193 float *out = sce->ret_buf;
203 float *out = sce->ret_buf;
215 float *out = sce->ret_buf;
228 float *out = sce->ret_buf;
253 float *output = sce->ret_buf;
H A Daacdec.c191 che->ch[0].ret = che->ch[0].ret_buf;
192 che->ch[1].ret = che->ch[1].ret_buf;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bnx2x/
H A Dbnx2x_ethtool.c568 static int bnx2x_nvram_read(struct bnx2x *bp, u32 offset, u8 *ret_buf, argument
601 memcpy(ret_buf, &val, 4);
605 ret_buf += sizeof(u32);
613 memcpy(ret_buf, &val, 4);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dbnx2.c4353 bnx2_nvram_read(struct bnx2 *bp, u32 offset, u8 *ret_buf, argument
4396 memcpy(ret_buf, buf + (offset & 3), pre_len);
4399 ret_buf += pre_len;
4418 memcpy(ret_buf, buf, 4 - extra);
4429 rc = bnx2_nvram_read_dword(bp, offset32, ret_buf, cmd_flags);
4433 ret_buf += 4;
4437 rc = bnx2_nvram_read_dword(bp, offset32, ret_buf, 0);
4441 ret_buf += 4;
4451 memcpy(ret_buf, buf, 4 - extra);

Completed in 225 milliseconds