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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/vendor_defns/
H A Datalla.h40 unsigned int *ret_buf);
42 typedef int tfnASI_GetHardwareConfig(long card_num, unsigned int *ret_buf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dmisc.c72 struct cifsSesInfo *ret_buf; local
74 ret_buf = kzalloc(sizeof (struct cifsSesInfo), GFP_KERNEL);
75 if (ret_buf) {
78 ret_buf->status = CifsNew;
79 list_add(&ret_buf->cifsSessionList, &GlobalSMBSessionList);
80 init_MUTEX(&ret_buf->sesSem);
83 return ret_buf;
109 struct cifsTconInfo *ret_buf; local
110 ret_buf = kzalloc(sizeof (struct cifsTconInfo), GFP_KERNEL);
111 if (ret_buf) {
145 struct smb_hdr *ret_buf = NULL; local
184 struct smb_hdr *ret_buf = NULL; local
[all...]
H A Dcifssmb.c2379 void ** ret_buf)
2389 *ret_buf = (void *)pSMB;
2377 smb_init_ntransact(const __u16 sub_command, const int setup_count, const int parm_len, struct cifsTconInfo *tcon, void ** ret_buf) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dacpi_pcihp.c221 struct acpi_buffer ret_buf = { 0, NULL}; local
232 status = acpi_evaluate_object(handle, METHOD_NAME__HPP, NULL, &ret_buf);
235 ret_buf.pointer = kmalloc (ret_buf.length, GFP_KERNEL);
236 if (!ret_buf.pointer) {
243 NULL, &ret_buf);
255 ext_obj = (union acpi_object *) ret_buf.pointer;
264 package = (union acpi_object *) ret_buf.pointer;
292 kfree(ret_buf.pointer);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dmessages.c383 char *ret_buf = *buf; local
388 if (total_len - (ret_buf - msgs_buf) < sizeof(rec))
391 memcpy(&rec, ret_buf, sizeof(rec));
392 ret_buf += sizeof(rec);
400 if (total_len - (ret_buf - msgs_buf) < rec.len)
407 *buf = ret_buf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/executer/
H A Dexdump.c874 struct acpi_buffer ret_buf; local
877 ret_buf.length = ACPI_ALLOCATE_LOCAL_BUFFER;
884 &ret_buf);
888 acpi_os_printf("%s\n", (char *)ret_buf.pointer);
889 ACPI_FREE(ret_buf.pointer);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/solaris/
H A Dtimod.c233 char *ret_pos,*ret_buf; local
243 ret_pos = ret_buf = getpage();
335 ret_buf, ret_len);
340 SOLDD(("put_page %p\n", ret_buf));
341 putpage(ret_buf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_mbx.c2017 * ret_buf = pointer to link status return buffer.
2026 link_stat_t *ret_buf, uint16_t *status)
2077 ret_buf->link_fail_cnt =
2079 ret_buf->loss_sync_cnt =
2081 ret_buf->loss_sig_cnt =
2083 ret_buf->prim_seq_err_cnt =
2085 ret_buf->inval_xmit_word_cnt =
2087 ret_buf->inval_crc_cnt =
2025 qla2x00_get_link_status(scsi_qla_host_t *ha, uint16_t loop_id, link_stat_t *ret_buf, uint16_t *status) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dbnx2.c3276 bnx2_nvram_read(struct bnx2 *bp, u32 offset, u8 *ret_buf, argument
3319 memcpy(ret_buf, buf + (offset & 3), pre_len);
3322 ret_buf += pre_len;
3341 memcpy(ret_buf, buf, 4 - extra);
3352 rc = bnx2_nvram_read_dword(bp, offset32, ret_buf, cmd_flags);
3356 ret_buf += 4;
3360 rc = bnx2_nvram_read_dword(bp, offset32, ret_buf, 0);
3364 ret_buf += 4;
3374 memcpy(ret_buf, buf, 4 - extra);

Completed in 164 milliseconds