Searched refs:retbuf (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dplpar_wrappers.h125 unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; local
127 rc = plpar_hcall(H_ENTER, retbuf, flags, hpte_group, hpte_v, hpte_r);
129 *slot = retbuf[0];
139 unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; local
141 rc = plpar_hcall(H_REMOVE, retbuf, flags, ptex, avpn);
143 *old_pteh_ret = retbuf[0];
144 *old_ptel_ret = retbuf[1];
155 unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; local
157 rc = plpar_hcall_raw(H_REMOVE, retbuf, flags, ptex, avpn);
159 *old_pteh_ret = retbuf[
169 unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; local
184 unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; local
203 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; local
222 unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; local
253 unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; local
291 unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; local
[all...]
H A Dsuspend.c44 unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; local
47 rc = plpar_hcall(H_VASI_STATE, retbuf, stream_id);
49 vasi_state = retbuf[0];
H A DhvCall_inst.c118 unsigned long *retbuf)
117 probe_hcall_exit(void *ignored, unsigned long opcode, unsigned long retval, unsigned long *retbuf) argument
H A Dlpar.c721 unsigned long *retbuf)
734 trace_hcall_exit(opcode, retval, retbuf);
720 __trace_hcall_exit(long opcode, unsigned long retval, unsigned long *retbuf) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dlparcfg.c142 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; local
144 rc = plpar_hcall9(H_GET_MPP, retbuf);
146 mpp_data->entitled_mem = retbuf[0];
147 mpp_data->mapped_mem = retbuf[1];
149 mpp_data->group_num = (retbuf[2] >> 2 * 8) & 0xffff;
150 mpp_data->pool_num = retbuf[2] & 0xffff;
152 mpp_data->mem_weight = (retbuf[3] >> 7 * 8) & 0xff;
153 mpp_data->unallocated_mem_weight = (retbuf[3] >> 6 * 8) & 0xff;
154 mpp_data->unallocated_entitlement = retbuf[3] & 0xffffffffffff;
156 mpp_data->pool_size = retbuf[
182 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; local
209 unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; local
467 unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; local
[all...]
H A Drtas.c812 unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; local
820 rc = plpar_hcall(H_VASI_STATE, retbuf,
823 state = retbuf[0];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dibmveth.h64 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; local
66 rc = plpar_hcall9(H_SEND_LOGICAL_LAN, retbuf, unit_address, desc1,
69 *corellator_out = retbuf[0];
79 unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; local
81 rc = plpar_hcall(H_ILLAN_ATTRIBUTES, retbuf, unit_address,
84 *ret_attributes = retbuf[0];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dbeat_wrapper.h29 extern s64 beat_hcall1(u64 opcode, u64 retbuf[1], ...);
30 extern s64 beat_hcall2(u64 opcode, u64 retbuf[2], ...);
31 extern s64 beat_hcall3(u64 opcode, u64 retbuf[3], ...);
32 extern s64 beat_hcall4(u64 opcode, u64 retbuf[4], ...);
33 extern s64 beat_hcall5(u64 opcode, u64 retbuf[5], ...);
34 extern s64 beat_hcall6(u64 opcode, u64 retbuf[6], ...);
60 static inline s64 beat_detect_pending_interrupts(u64 index, u64 *retbuf) argument
62 return beat_hcall4(HV_detect_pending_interrupts, retbuf, index);
70 static inline s64 beat_read_htab_entries(u64 htab_id, u64 index, u64 *retbuf) argument
72 return beat_hcall5(HV_read_htab_entries, retbuf, htab_i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dtrace.h105 unsigned long *retbuf),
107 TP_ARGS(opcode, retval, retbuf),
H A Dhvcall.h252 * @retbuf: Buffer to store up to 4 return arguments in.
260 long plpar_hcall(unsigned long opcode, unsigned long *retbuf, ...);
265 * @retbuf: Buffer to store up to 4 return arguments in.
274 long plpar_hcall_raw(unsigned long opcode, unsigned long *retbuf, ...);
279 * @retbuf: Buffer to store up to 9 return arguments in.
285 long plpar_hcall9(unsigned long opcode, unsigned long *retbuf, ...);
286 long plpar_hcall9_raw(unsigned long opcode, unsigned long *retbuf, ...);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dadmin.c389 char *retbuf = NULL; local
396 retbuf = racoon_calloc(1, tlen);
397 if (retbuf == NULL) {
403 memcpy(retbuf, combuf, sizeof(*combuf));
404 ((struct admin_com *)retbuf)->ac_len = tlen;
407 memcpy(retbuf + sizeof(*combuf), buf->v, buf->l);
409 tlen = send(so, retbuf, tlen, 0);
410 racoon_free(retbuf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/registry/
H A Dreg_perfcount.c158 char **retbuf,
163 char *buf1 = *retbuf;
204 *retbuf = buf1;
212 uint32 reg_perfcount_get_counter_help(uint32 base_index, char **retbuf) argument
233 buffer_size = _reg_perfcount_multi_sz_from_tdb(names, (i*2)+1, retbuf, buffer_size);
238 buf1 = *retbuf;
247 *retbuf = buf1;
255 uint32 reg_perfcount_get_counter_names(uint32 base_index, char **retbuf) argument
274 buffer_size = _reg_perfcount_multi_sz_from_tdb(names, 1, retbuf, buffer_size);
278 buffer_size = _reg_perfcount_multi_sz_from_tdb(names, i*2, retbuf, buffer_siz
156 _reg_perfcount_multi_sz_from_tdb(TDB_CONTEXT *tdb, int keyval, char **retbuf, uint32 buffer_size) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/client/
H A Dclient.c2350 char *retbuf = NULL; local
2394 if (!cli_unix_getfacl(targetcli, targetname, &rb_size, &retbuf)) {
2401 if (SVAL(retbuf,0) != SMB_POSIX_ACL_VERSION || rb_size < 6) {
2403 src, (unsigned int)CVAL(retbuf,0) );
2404 SAFE_FREE(retbuf);
2408 num_file_acls = SVAL(retbuf,2);
2409 num_dir_acls = SVAL(retbuf,4);
2416 SAFE_FREE(retbuf);
2430 unsigned char tagtype = CVAL(retbuf, SMB_POSIX_ACL_HEADER_SIZE+(i*SMB_POSIX_ACL_ENTRY_SIZE));
2431 unsigned char perms = CVAL(retbuf, SMB_POSIX_ACL_HEADER_SIZ
[all...]
H A Dsmbctool.c2147 char *retbuf = NULL; local
2192 if (!cli_unix_getfacl(targetcli, targetname, &rb_size, &retbuf)) {
2199 if (SVAL(retbuf,0) != SMB_POSIX_ACL_VERSION || rb_size < 6) {
2201 src, (unsigned int)CVAL(retbuf,0) );
2202 SAFE_FREE(retbuf);
2206 num_file_acls = SVAL(retbuf,2);
2207 num_dir_acls = SVAL(retbuf,4);
2214 SAFE_FREE(retbuf);
2228 unsigned char tagtype = CVAL(retbuf, SMB_POSIX_ACL_HEADER_SIZE+(i*SMB_POSIX_ACL_ENTRY_SIZE));
2229 unsigned char perms = CVAL(retbuf, SMB_POSIX_ACL_HEADER_SIZ
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_db.c2206 void *retbuf, *databuf; local
2273 retbuf = Tcl_GetByteArrayFromObj(skeylist[i], &ilen);
2277 * retbuf is owned by Tcl; copy it into malloc'ed memory.
2284 memcpy(databuf, retbuf, len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dclifile.c173 BOOL cli_unix_getfacl(struct cli_state *cli, const char *name, size_t *prb_size, char **retbuf) argument
212 *retbuf = rdata;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dbroadcom.c5515 char *retbuf = (char*) &bufstruct.bufdata; local
5542 retbuf, WLC_IOCTL_SMLEN))
5545 interference = *(int*)retbuf;
5571 char retbuf[WLC_IOCTL_SMLEN]; local
5609 retbuf, WLC_IOCTL_SMLEN))
5612 interference = *(int*)retbuf;

Completed in 377 milliseconds