Searched refs:rv (Results 1 - 25 of 181) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/djgpp/
H A Dgetpwnam.c23 static struct passwd rv; local
24 rv.pw_name = getlogin();
25 if (strcmp(rv.pw_name, name) != 0)
27 rv.pw_uid = getuid();
28 rv.pw_gid = getgid();
29 rv.pw_dir = getenv("HOME");
30 if (rv.pw_dir == 0)
31 rv.pw_dir = slash;
32 rv.pw_shell = getenv("SHELL");
33 if (rv
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/lib/
H A Dmsr-on-cpu.c14 struct msr_info *rv = info; local
16 rdmsr(rv->msr_no, rv->l, rv->h);
21 struct msr_info *rv = info; local
23 rv->err = rdmsr_safe(rv->msr_no, &rv->l, &rv->h);
36 struct msr_info rv; local
55 struct msr_info *rv = info; local
62 struct msr_info *rv = info; local
77 struct msr_info rv; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dcacertinmem.c113 CURLcode rv; local
115 rv=curl_global_init(CURL_GLOBAL_ALL);
117 rv=curl_easy_setopt(ch,CURLOPT_VERBOSE, 0L);
118 rv=curl_easy_setopt(ch,CURLOPT_HEADER, 0L);
119 rv=curl_easy_setopt(ch,CURLOPT_NOPROGRESS, 1L);
120 rv=curl_easy_setopt(ch,CURLOPT_NOSIGNAL, 1L);
121 rv=curl_easy_setopt(ch,CURLOPT_WRITEFUNCTION, *writefunction);
122 rv=curl_easy_setopt(ch,CURLOPT_WRITEDATA, stdout);
123 rv=curl_easy_setopt(ch,CURLOPT_HEADERFUNCTION, *writefunction);
124 rv
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/hotplug2/
H A Dparser_utils.c16 char *ptr, *rv; local
22 rv = xmalloc(ptr - start + 1);
23 memcpy(rv, start, ptr - start);
24 rv[ptr-start] = '\0';
29 return rv;
33 char *ptr, *rv; local
46 rv = xmalloc(ptr - start + 1);
47 memcpy(rv, start, ptr - start);
48 rv[ptr-start] = '\0';
56 return rv;
60 char *ptr, *rv; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libpwdgrp/
H A Dpwd_grp_internal.c31 int rv; local
39 rv = bb__pgsreader(GETXXKEY_R_PARSER, resultbuf, buffer, buflen, stream);
40 if (!rv) {
46 if (rv == ENOENT) { /* end-of-file encountered. */
47 rv = 0;
54 return rv;
H A Dpwd_grp.c109 int rv; local
113 rv = bb__pgsreader(bb__parsepwent, resultbuf, buffer, buflen, stream);
114 if (!rv) {
118 return rv;
125 int rv; local
129 rv = bb__pgsreader(bb__parsegrent, resultbuf, buffer, buflen, stream);
130 if (!rv) {
134 return rv;
142 int rv; local
146 rv
167 int rv = ERANGE; local
352 int rv; local
399 int rv; local
446 int rv; local
476 int num_groups, rv; local
526 int rv = -1; local
551 int rv = -1; local
604 int rv = -1; local
867 int rv = ERANGE; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/compat/
H A Dpselect.c57 int rv, sverrno; local
66 rv = pthread_sigmask(SIG_SETMASK, mask, &omask);
67 if (rv != 0)
68 return rv;
71 rv = select(count, rfds, wfds, efds, tvp);
78 return rv;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/compat/
H A Dpselect.c57 int rv, sverrno; local
66 rv = pthread_sigmask(SIG_SETMASK, mask, &omask);
67 if (rv != 0)
68 return rv;
71 rv = select(count, rfds, wfds, efds, tvp);
78 return rv;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/ipmi/
H A Dipmi_poweroff.c71 int rv = param_set_int(val, kp); local
72 if (rv)
73 return rv;
140 int rv; local
145 rv = ipmi_request_supply_msgs(user, addr, 0, send_msg, &comp,
147 if (rv)
148 return rv;
160 int rv; local
162 rv = ipmi_request_supply_msgs(user, addr, 0, send_msg, NULL,
164 if (rv)
191 int rv; local
219 int rv; local
254 int rv; local
324 int rv; local
457 int rv; local
545 int rv; local
680 int rv; local
714 int rv; local
[all...]
H A Dipmi_devintf.c116 int rv; local
126 rv = ipmi_create_user(if_num,
130 if (rv) {
132 return rv;
153 int rv; local
155 rv = ipmi_destroy_user(priv->user);
156 if (rv)
157 return rv;
171 int rv; local
191 rv
230 int rv = -EINVAL; local
898 int rv; local
[all...]
H A Dipmi_watchdog.c188 int rv = 0; local
199 rv = ipmi_set_timeout(IPMI_SET_TIMEOUT_HB_IF_NECESSARY);
202 return rv;
220 int rv = 0; local
230 rv = fn(s, NULL);
231 if (rv)
236 rv = ipmi_set_timeout(IPMI_SET_TIMEOUT_HB_IF_NECESSARY);
240 return rv;
246 int rv; local
248 rv
257 int rv = param_set_int(val, kp); local
358 int rv; local
419 int rv; local
471 int rv; local
520 int rv; local
701 int rv; local
732 int rv = 0; local
896 int rv = -EBUSY; local
938 int rv; local
1152 int rv; local
1192 int rv; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dbrl_emu.c61 struct illegal_op_return rv; local
64 rv.fkt = (unsigned long) -1;
71 return rv;
76 if (ia64_psr(regs)->ri != 1) return rv;
79 if ((bundle[0] & 0x1e) != 0x4) return rv;
97 if (btype != 0) return rv;
98 rv.fkt = 0;
106 return rv;
114 rv.fkt = 0;
122 return rv;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dutil.c93 int rv; local
94 rv = gfs2_lm_withdraw(sdp,
99 return rv;
112 int rv; local
113 rv = gfs2_lm_withdraw(sdp,
121 return rv;
134 int rv; local
135 rv = gfs2_lm_withdraw(sdp,
142 return rv;
196 int rv; local
214 int rv; local
[all...]
H A Dtrans.c147 struct gfs2_revoke *rv = kmalloc(sizeof(struct gfs2_revoke), local
149 lops_init_le(&rv->rv_le, &gfs2_revoke_lops);
150 rv->rv_blkno = blkno;
151 lops_add(sdp, &rv->rv_le);
156 struct gfs2_revoke *rv; local
161 list_for_each_entry(rv, &sdp->sd_log_le_revoke, rv_le.le_list) {
162 if (rv->rv_blkno == blkno) {
163 list_del(&rv->rv_le.le_list);
175 kfree(rv);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/dlm/
H A Drecoverd.c43 static int ls_recover(struct dlm_ls *ls, struct dlm_recover *rv) argument
48 log_debug(ls, "recover %llx", (unsigned long long)rv->seq);
78 error = dlm_recover_members(ls, rv, &neg);
193 error = enable_locking(ls, rv->seq);
216 (unsigned long long)rv->seq,
225 (unsigned long long)rv->seq, error);
230 /* The dlm_ls_start() that created the rv we take here may already have been
236 struct dlm_recover *rv = NULL; local
239 rv = ls->ls_recover_args;
241 if (rv
[all...]
H A Dmember.h20 int dlm_recover_members(struct dlm_ls *ls, struct dlm_recover *rv,int *neg_out);
H A Dmember.c183 int dlm_recover_members(struct dlm_ls *ls, struct dlm_recover *rv, int *neg_out) argument
200 for (i = 0; i < rv->node_count; i++) {
201 if (memb->nodeid == rv->nodeids[i]) {
216 for (i = 0; i < rv->node_count; i++) {
217 if (dlm_is_member(ls, rv->nodeids[i]))
219 dlm_add_member(ls, rv->nodeids[i]);
221 log_debug(ls, "add member %d", rv->nodeids[i]);
291 struct dlm_recover *rv = NULL, *rv_old; local
295 rv = kzalloc(sizeof(struct dlm_recover), GFP_KERNEL);
296 if (!rv)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/sn/
H A Dsn_sal.h624 struct ia64_sal_retval rv; local
625 ia64_sal_oemcall_reentrant(&rv, SN_SAL_GET_PARTITION_ADDR, *cookie,
627 *cookie = rv.v0;
628 *addr = rv.v1;
629 *len = rv.v2;
630 return rv.status;
763 struct ia64_sal_retval rv = {0, 0, 0, 0}; local
765 SAL_CALL_NOLOCK(rv, SN_SAL_SYSCTL_IOBRICK_PCI_OP, connection_type, n, action,
767 if (rv.status)
768 return rv
781 struct ia64_sal_retval rv; local
793 struct ia64_sal_retval rv; local
810 struct ia64_sal_retval rv; local
828 struct ia64_sal_retval rv; local
844 struct ia64_sal_retval rv; local
857 struct ia64_sal_retval rv; local
870 struct ia64_sal_retval rv; local
883 struct ia64_sal_retval rv; local
896 struct ia64_sal_retval rv; local
950 struct ia64_sal_retval rv; local
966 struct ia64_sal_retval rv; local
1083 struct ia64_sal_retval rv; local
1094 struct ia64_sal_retval rv; local
1105 struct ia64_sal_retval rv; local
1117 struct ia64_sal_retval rv; local
1125 struct ia64_sal_retval rv; local
1137 struct ia64_sal_retval rv; local
1156 struct ia64_sal_retval rv; local
1164 struct ia64_sal_retval rv; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-blackfin/
H A Dbyteorder.h21 __u32 rv; local
22 __asm__("%0 = PACK(%1.L, %1.H);\n\t": "=d"(rv): "d"(xx));
23 return rv;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/locking/dlm/
H A Dplock.c77 int rv; local
116 rv = op->info.rv;
118 if (!rv) {
126 return rv;
137 int rv = 0; local
152 if (op->info.rv) {
153 notify(flc, NULL, op->info.rv);
172 rv = notify(flc, NULL, 0);
173 if (rv) {
189 int rv; local
231 int rv; local
370 int rv; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/lib/
H A Ddnet_pton.c21 int rv = 0; local
28 return rv;
30 rv++;
35 return rv;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/udhcpd/
H A Darpping.c40 int rv = 1; /* return value */ local
79 rv = 0;
92 if (errno != EINTR) rv = 0;
94 if (recv(s, &arp, sizeof(arp), 0) < 0 ) rv = 0;
99 rv = 0;
108 DEBUG(LOG_INFO, "%salid arp replies for this address", rv ? "No v" : "V");
109 return rv;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dohci-ppc-of.c93 int rv; local
105 rv = of_address_to_resource(dn, 0, &res);
106 if (rv)
107 return rv;
118 rv = -EBUSY;
125 rv = -EBUSY;
132 rv = -ENOMEM;
142 rv = usb_add_hcd(hcd, irq, 0);
143 if (rv == 0)
154 return rv;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/isofs/
H A Dexport.c69 struct dentry *rv = NULL; local
75 rv = ERR_PTR(-EACCES);
85 rv = ERR_PTR(-EACCES);
97 rv = ERR_PTR(-EACCES);
112 rv = ERR_PTR(-EACCES);
124 rv = ERR_PTR(-EACCES);
129 rv = d_alloc_anon(parent_inode);
130 if (rv == NULL) {
131 rv = ERR_PTR(-ENOMEM);
139 return rv;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/
H A Dasus-laptop.c274 acpi_status rv = AE_OK; local
279 rv = acpi_evaluate_integer(wireless_status_handle, NULL, NULL, &status);
280 if (ACPI_FAILURE(rv))
291 acpi_status rv = AE_OK; local
293 rv = acpi_evaluate_integer(gps_status_handle, NULL, NULL, &status);
294 if (ACPI_FAILURE(rv))
398 acpi_status rv = AE_OK; local
400 rv = acpi_evaluate_integer(brightness_get_handle, NULL, NULL, &value);
401 if (ACPI_FAILURE(rv))
424 int rv; local
450 acpi_status rv = AE_OK; local
516 int rv, value; local
540 int rv, value; local
597 acpi_status rv = AE_OK; local
633 int rv, value; local
660 int rv, value; local
685 int rv, value; local
1136 int rv; local
[all...]

Completed in 271 milliseconds

12345678