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

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/lib/
H A Dmsr-smp.c8 struct msr_info *rv = info; local
12 if (rv->msrs)
13 reg = per_cpu_ptr(rv->msrs, this_cpu);
15 reg = &rv->reg;
17 rdmsr(rv->msr_no, reg->l, reg->h);
22 struct msr_info *rv = info; local
26 if (rv->msrs)
27 reg = per_cpu_ptr(rv->msrs, this_cpu);
29 reg = &rv->reg;
31 wrmsr(rv
37 struct msr_info rv; local
53 struct msr_info rv; local
70 struct msr_info rv; local
118 struct msr_info *rv = info; local
125 struct msr_info *rv = info; local
133 struct msr_info rv; local
149 struct msr_info rv; local
168 struct msr_regs_info *rv = info; local
175 struct msr_regs_info *rv = info; local
183 struct msr_regs_info rv; local
196 struct msr_regs_info rv; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/lib/
H A Dmsr-smp.c8 struct msr_info *rv = info; local
12 if (rv->msrs)
13 reg = per_cpu_ptr(rv->msrs, this_cpu);
15 reg = &rv->reg;
17 rdmsr(rv->msr_no, reg->l, reg->h);
22 struct msr_info *rv = info; local
26 if (rv->msrs)
27 reg = per_cpu_ptr(rv->msrs, this_cpu);
29 reg = &rv->reg;
31 wrmsr(rv
37 struct msr_info rv; local
53 struct msr_info rv; local
70 struct msr_info rv; local
118 struct msr_info *rv = info; local
125 struct msr_info *rv = info; local
133 struct msr_info rv; local
149 struct msr_info rv; local
168 struct msr_regs_info *rv = info; local
175 struct msr_regs_info *rv = info; local
183 struct msr_regs_info rv; local
196 struct msr_regs_info rv; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/hotplug2/
H A Dparser_utils.c26 char *ptr, *rv; local
32 rv = xmalloc(ptr - start + 1);
33 memcpy(rv, start, ptr - start);
34 rv[ptr-start] = '\0';
39 return rv;
52 char *ptr, *rv; local
65 rv = xmalloc(ptr - start + 1);
66 memcpy(rv, start, ptr - start);
67 rv[ptr-start] = '\0';
75 return rv;
89 char *ptr, *rv; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/hotplug2/
H A Dparser_utils.c26 char *ptr, *rv; local
32 rv = xmalloc(ptr - start + 1);
33 memcpy(rv, start, ptr - start);
34 rv[ptr-start] = '\0';
39 return rv;
52 char *ptr, *rv; local
65 rv = xmalloc(ptr - start + 1);
66 memcpy(rv, start, ptr - start);
67 rv[ptr-start] = '\0';
75 return rv;
89 char *ptr, *rv; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/hotplug2/
H A Dparser_utils.c26 char *ptr, *rv; local
32 rv = xmalloc(ptr - start + 1);
33 memcpy(rv, start, ptr - start);
34 rv[ptr-start] = '\0';
39 return rv;
52 char *ptr, *rv; local
65 rv = xmalloc(ptr - start + 1);
66 memcpy(rv, start, ptr - start);
67 rv[ptr-start] = '\0';
75 return rv;
89 char *ptr, *rv; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/src/openvpn/
H A Dpkcs11.c262 CK_RV rv = CKR_FUNCTION_FAILED; local
269 if ((rv = pkcs11h_engine_setSystem (&s_pkcs11h_sys_engine)) != CKR_OK) {
270 msg (M_FATAL, "PKCS#11: Cannot initialize system engine %ld-'%s'", rv, pkcs11h_getMessage (rv));
274 if ((rv = pkcs11h_initialize ()) != CKR_OK) {
275 msg (M_FATAL, "PKCS#11: Cannot initialize %ld-'%s'", rv, pkcs11h_getMessage (rv));
279 if ((rv = pkcs11h_setLogHook (_pkcs11_openvpn_log, NULL)) != CKR_OK) {
280 msg (M_FATAL, "PKCS#11: Cannot set hooks %ld-'%s'", rv, pkcs11h_getMessage (rv));
351 CK_RV rv = CKR_OK; local
401 CK_RV rv = CKR_OK; local
454 CK_RV rv = CKR_OK; local
622 CK_RV rv = CKR_OK; local
775 CK_RV rv = CKR_FUNCTION_FAILED; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/src/openvpn/
H A Dpkcs11.c262 CK_RV rv = CKR_FUNCTION_FAILED; local
269 if ((rv = pkcs11h_engine_setSystem (&s_pkcs11h_sys_engine)) != CKR_OK) {
270 msg (M_FATAL, "PKCS#11: Cannot initialize system engine %ld-'%s'", rv, pkcs11h_getMessage (rv));
274 if ((rv = pkcs11h_initialize ()) != CKR_OK) {
275 msg (M_FATAL, "PKCS#11: Cannot initialize %ld-'%s'", rv, pkcs11h_getMessage (rv));
279 if ((rv = pkcs11h_setLogHook (_pkcs11_openvpn_log, NULL)) != CKR_OK) {
280 msg (M_FATAL, "PKCS#11: Cannot set hooks %ld-'%s'", rv, pkcs11h_getMessage (rv));
351 CK_RV rv = CKR_OK; local
401 CK_RV rv = CKR_OK; local
454 CK_RV rv = CKR_OK; local
622 CK_RV rv = CKR_OK; local
775 CK_RV rv = CKR_FUNCTION_FAILED; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/src/openvpn/
H A Dpkcs11.c262 CK_RV rv = CKR_FUNCTION_FAILED; local
269 if ((rv = pkcs11h_engine_setSystem (&s_pkcs11h_sys_engine)) != CKR_OK) {
270 msg (M_FATAL, "PKCS#11: Cannot initialize system engine %ld-'%s'", rv, pkcs11h_getMessage (rv));
274 if ((rv = pkcs11h_initialize ()) != CKR_OK) {
275 msg (M_FATAL, "PKCS#11: Cannot initialize %ld-'%s'", rv, pkcs11h_getMessage (rv));
279 if ((rv = pkcs11h_setLogHook (_pkcs11_openvpn_log, NULL)) != CKR_OK) {
280 msg (M_FATAL, "PKCS#11: Cannot set hooks %ld-'%s'", rv, pkcs11h_getMessage (rv));
351 CK_RV rv = CKR_OK; local
401 CK_RV rv = CKR_OK; local
454 CK_RV rv = CKR_OK; local
622 CK_RV rv = CKR_OK; local
775 CK_RV rv = CKR_FUNCTION_FAILED; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/nsswitch/
H A Dwinbind_nss_netbsd.c46 int rv; local
48 rv = _nss_winbind_endgrent();
49 return rv;
55 int rv; local
57 rv = _nss_winbind_setgrent();
58 return rv;
66 int rv, rerrno; local
69 rv = _nss_winbind_getgrent_r(&_winbind_group,
71 if (rv == NS_SUCCESS)
73 return rv;
85 int rv, rerrno; local
104 int rv, rerrno; local
124 int rv, rerrno; local
143 int rv, rerrno; local
163 int rv, rerrno; local
233 int rv; local
242 int rv; local
253 int rv, rerrno; local
273 int rv, rerrno; local
292 int rv, rerrno; local
312 int rv, rerrno; local
331 int rv, rerrno; local
351 int rv, rerrno; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/nsswitch/
H A Dwinbind_nss_netbsd.c46 int rv; local
48 rv = _nss_winbind_endgrent();
49 return rv;
55 int rv; local
57 rv = _nss_winbind_setgrent();
58 return rv;
66 int rv, rerrno; local
69 rv = _nss_winbind_getgrent_r(&_winbind_group,
71 if (rv == NS_SUCCESS)
73 return rv;
85 int rv, rerrno; local
104 int rv, rerrno; local
124 int rv, rerrno; local
143 int rv, rerrno; local
163 int rv, rerrno; local
233 int rv; local
242 int rv; local
253 int rv, rerrno; local
273 int rv, rerrno; local
292 int rv, rerrno; local
312 int rv, rerrno; local
331 int rv, rerrno; local
351 int rv, rerrno; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/nsswitch/
H A Dwinbind_nss_netbsd.c83 int rv; local
85 rv = _nss_winbind_endgrent();
86 return rv;
92 int rv; local
94 rv = _nss_winbind_setgrent();
95 return rv;
103 int rv, rerrno; local
106 rv = _nss_winbind_getgrent_r(&_winbind_group,
108 if (rv == NS_SUCCESS)
110 return rv;
122 int rv, rerrno; local
141 int rv, rerrno; local
161 int rv, rerrno; local
180 int rv, rerrno; local
200 int rv, rerrno; local
269 int rv; local
278 int rv; local
289 int rv, rerrno; local
309 int rv, rerrno; local
328 int rv, rerrno; local
348 int rv, rerrno; local
367 int rv, rerrno; local
387 int rv, rerrno; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/nsswitch/
H A Dwinbind_nss_netbsd.c83 int rv; local
85 rv = _nss_winbind_endgrent();
86 return rv;
92 int rv; local
94 rv = _nss_winbind_setgrent();
95 return rv;
103 int rv, rerrno; local
106 rv = _nss_winbind_getgrent_r(&_winbind_group,
108 if (rv == NS_SUCCESS)
110 return rv;
122 int rv, rerrno; local
141 int rv, rerrno; local
161 int rv, rerrno; local
180 int rv, rerrno; local
200 int rv, rerrno; local
269 int rv; local
278 int rv; local
289 int rv, rerrno; local
309 int rv, rerrno; local
328 int rv, rerrno; local
348 int rv, rerrno; local
367 int rv, rerrno; local
387 int rv, rerrno; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/nsswitch/
H A Dwinbind_nss_netbsd.c46 int rv; local
48 rv = _nss_winbind_endgrent();
49 return rv;
55 int rv; local
57 rv = _nss_winbind_setgrent();
58 return rv;
66 int rv, rerrno; local
69 rv = _nss_winbind_getgrent_r(&_winbind_group,
71 if (rv == NS_SUCCESS)
73 return rv;
85 int rv, rerrno; local
104 int rv, rerrno; local
124 int rv, rerrno; local
143 int rv, rerrno; local
163 int rv, rerrno; local
233 int rv; local
242 int rv; local
253 int rv, rerrno; local
273 int rv, rerrno; local
292 int rv, rerrno; local
312 int rv, rerrno; local
331 int rv, rerrno; local
351 int rv, rerrno; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/nsswitch/
H A Dwinbind_nss_netbsd.c83 int rv; local
85 rv = _nss_winbind_endgrent();
86 return rv;
92 int rv; local
94 rv = _nss_winbind_setgrent();
95 return rv;
103 int rv, rerrno; local
106 rv = _nss_winbind_getgrent_r(&_winbind_group,
108 if (rv == NS_SUCCESS)
110 return rv;
122 int rv, rerrno; local
141 int rv, rerrno; local
161 int rv, rerrno; local
180 int rv, rerrno; local
200 int rv, rerrno; local
269 int rv; local
278 int rv; local
289 int rv, rerrno; local
309 int rv, rerrno; local
328 int rv, rerrno; local
348 int rv, rerrno; local
367 int rv, rerrno; local
387 int rv, rerrno; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/ipmi/
H A Dipmi_poweroff.c71 int rv = param_set_int(val, kp); local
72 if (rv)
73 return rv;
145 int rv; local
150 rv = ipmi_request_supply_msgs(user, addr, 0, send_msg, &comp,
152 if (rv)
153 return rv;
165 int rv; local
168 rv = ipmi_request_supply_msgs(user, addr, 0, send_msg, NULL,
170 if (rv) {
207 int rv; local
235 int rv; local
272 int rv; local
343 int rv; local
476 int rv; local
562 int rv; local
693 int rv; local
727 int rv; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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;
145 int rv; local
150 rv = ipmi_request_supply_msgs(user, addr, 0, send_msg, &comp,
152 if (rv)
153 return rv;
165 int rv; local
168 rv = ipmi_request_supply_msgs(user, addr, 0, send_msg, NULL,
170 if (rv) {
207 int rv; local
235 int rv; local
272 int rv; local
343 int rv; local
476 int rv; local
562 int rv; local
693 int rv; local
727 int rv; local
[all...]

Completed in 289 milliseconds

1234567891011>>