Searched refs:rv (Results 276 - 300 of 931) sorted by relevance

<<11121314151617181920>>

/freebsd-current/sys/arm64/rockchip/
H A Drk_pinctrl.c394 int rv = 0; local
397 rv = GPIO_PIN_PULLUP;
399 rv = GPIO_PIN_PULLDOWN;
401 return (rv);
407 int rv = 0; local
410 rv = 1;
412 rv = 2;
414 return (rv);
702 int rv = 0; local
708 rv
728 int rv = 0; local
1061 int i, rv; local
1146 int i, rv, bias; local
1363 int rv; local
1389 int rv = 0; local
1429 int rv = 0; local
1479 int rv, gpio_unit; local
[all...]
/freebsd-current/usr.sbin/crunch/crunchide/
H A Dexec_elf32.c98 ssize_t rv; local
104 if ((size_t)(rv = read(fd, buf, size)) != size) {
106 rv == -1 ? strerror(errno) : "short read");
115 ssize_t rv; local
121 if ((size_t)(rv = write(fd, buf, size)) != size) {
123 rv == -1 ? strerror(errno) : "short write");
132 void *rv; local
134 rv = malloc(size);
135 if (rv == NULL)
138 return (rv);
144 void *rv; local
233 int rv, i, weird, l, m, r, strtabidx; local
[all...]
/freebsd-current/sys/arm64/qoriq/
H A Dqoriq_therm.c254 int rv; local
266 rv = qoriq_therm_read_temp(sc, sc->tsensors + id, &val);
267 if (rv != 0)
268 return (rv);
272 rv = sysctl_handle_int(oidp, &val, 0, req);
273 return (rv);
354 int rid, rv; local
386 rv = clk_get_by_ofw_index(dev, 0, 0, &sc->clk);
387 if (rv != 0 && rv !
[all...]
H A Dqoriq_dw_pci.c191 int rv; local
206 rv = ENXIO;
212 rv = bus_map_resource(dev, SYS_RES_MEMORY, sc->dw_sc.dbi_res, &req,
214 if (rv != 0) {
216 return (rv);
226 rv = ENXIO;
230 rv = pci_dw_init(dev);
231 if (rv != 0)
240 rv = ENXIO;
247 return (rv);
[all...]
/freebsd-current/sys/dev/syscon/
H A Dsyscon.c141 int rv; local
144 rv = SYSCON_UNLOCKED_WRITE_4(syscon, offset, val);
146 return(rv);
153 int rv; local
156 rv = SYSCON_UNLOCKED_MODIFY_4(syscon, offset, clear_bits, set_bits);
158 return(rv);
187 int rv; local
196 rv = SYSCON_INIT(syscon);
197 if (rv != 0) {
198 printf("SYSCON_INIT failed: %d\n", rv);
[all...]
/freebsd-current/contrib/netbsd-tests/fs/common/
H A Dfstest_puffs.c221 int rv; local
223 if ((rv = rump_init()) == -1)
359 int rv; local
362 if ((rv = ffs_fstest_newfs(tc, argp, image, size, fspriv)) != 0)
363 return rv;
373 if ((rv = donewfs(tc, argp, image, size, fspriv, rumpffs_argv)) != 0)
375 return rv;
426 int rv; local
431 rv = rump_sys_unmount(path, flags);
432 if (rv)
[all...]
/freebsd-current/usr.sbin/watch/
H A Dwatch.c283 int ch, res, rv, nread; local
360 rv = read(std_in, chb, nread);
361 if (rv == -1 || rv != nread)
377 rv = write(snp_io, chb, nread);
378 if (rv == -1 || rv != nread) {
429 rv = read(snp_io, buf, nread);
430 if (rv == -1 || rv !
[all...]
/freebsd-current/crypto/openssl/crypto/x509/
H A Dx509_cmp.c92 int rv; local
96 rv = memcmp(a->sha1_hash, b->sha1_hash, SHA_DIGEST_LENGTH);
100 return rv < 0 ? -1 : rv > 0;
157 int rv = 0; local
168 rv = memcmp(a->sha1_hash, b->sha1_hash, SHA_DIGEST_LENGTH);
169 if (rv != 0)
170 return rv < 0 ? -1 : 1;
178 rv = memcmp(a->cert_info.enc.enc,
181 return rv <
468 int rv, i, sign_nid; local
[all...]
/freebsd-current/contrib/gdtoa/
H A Dstrtodg.c182 int bdif, e, j, k, k1, nb, rv; local
184 carry = rv = 0;
286 rv = 1;
289 return rv;
332 U adj, rv; local
359 dval(&rv) = 0.;
551 dval(&rv) = y;
553 dval(&rv) = tens[k - 9] * dval(&rv) + z;
557 if (rvOK(&rv, fp
[all...]
/freebsd-current/lib/libc/tests/nss/
H A Dgetproto_test.c399 int rv; local
411 rv = -1;
416 rv = 0;
425 rv = protoent_fill_test_data(&td);
426 if (rv == -1)
431 rv = DO_1PASS_TEST(protoent, &td,
434 rv = DO_1PASS_TEST(protoent, &td_snap,
439 rv = DO_1PASS_TEST(protoent, &td,
442 rv = DO_1PASS_TEST(protoent, &td_snap,
447 rv
[all...]
H A Dgetserv_test.c414 int rv; local
426 rv = -1;
431 rv = 0;
440 rv = servent_fill_test_data(&td);
441 if (rv == -1)
446 rv = DO_1PASS_TEST(servent, &td,
449 rv = DO_1PASS_TEST(servent, &td_snap,
454 rv = DO_1PASS_TEST(servent, &td,
457 rv = DO_1PASS_TEST(servent, &td_snap,
462 rv
[all...]
H A Dgetrpc_test.c402 int rv; local
414 rv = -1;
419 rv = 0;
428 rv = rpcent_fill_test_data(&td);
429 if (rv == -1)
434 rv = DO_1PASS_TEST(rpcent, &td,
437 rv = DO_1PASS_TEST(rpcent, &td_snap,
442 rv = DO_1PASS_TEST(rpcent, &td,
445 rv = DO_1PASS_TEST(rpcent, &td_snap,
450 rv
[all...]
/freebsd-current/crypto/openssl/apps/lib/
H A Dengine.c87 int rv = 1; local
90 rv = ENGINE_init(e);
92 return rv;
97 int rv = 1; local
100 rv = ENGINE_finish(e);
102 return rv;
H A Dapp_x509.c89 int rv = 0; local
123 rv = ctrl(object, cmd, vtmp, vtmp_len);
126 return rv;
/freebsd-current/sys/dev/clk/xilinx/
H A Dzynqmp_reset.c181 int rv; local
186 rv = ZYNQMP_FIRMWARE_RESET_ASSERT(sc->parent, id, reset);
187 return (rv);
194 int rv; local
199 rv = ZYNQMP_FIRMWARE_RESET_GET_STATUS(sc->parent, id, reset);
201 return (rv);
/freebsd-current/crypto/openssl/demos/pkey/
H A DEVP_PKEY_RSA_keygen.c126 int rv = 0; local
230 rv = 1;
237 return rv;
242 int rv = 1; local
284 rv = 0;
288 return rv;
/freebsd-current/contrib/netbsd-tests/lib/libpthread/
H A Dt_preempt.c79 ssize_t rv; local
114 rv = read(fd, mem, HUGE_BUFFER);
116 ATF_REQUIRE_EQ(rv, HUGE_BUFFER);
/freebsd-current/crypto/openssl/crypto/evp/
H A Dpbe_scrypt.c44 int rv = 1; local
84 rv = 0;
87 return rv;
H A Dp_seal.c30 int rv = 0; local
73 rv = npubk;
77 return rv;
/freebsd-current/crypto/openssl/crypto/rsa/
H A Drsa_mp.c66 int i, rv = 0, ex_primes; local
94 rv = 1;
97 return rv;
/freebsd-current/sys/x86/linux/
H A Dlinux_vdso_gettc_x86.inc36 u_int rv;
39 : "=a" (rv) : "c" (th->th_x86_shift) : "edx");
40 return (rv);
46 u_int rv;
49 : "=a" (rv) : "D" (th->th_x86_shift) : "ecx", "edx");
50 return (rv);
/freebsd-current/usr.bin/lsvfs/
H A Dlsvfs.c43 int cnt, i, rv = 0; local
57 rv++;
78 return (rv);
/freebsd-current/lib/libc/net/
H A Dgetproto.c107 int rv, ret_errno; local
111 rv = nsdispatch(result, dtab, NSDB_PROTOCOLS, "getprotobynumber_r",
114 if (rv != NS_SUCCESS) {
/freebsd-current/sys/dev/tpm/
H A Dtpm_isa.c58 int rv, mem_rid; local
68 if ((rv = tpm_tis12_probe(iot, ioh)))
72 return rv ? 0 : ENXIO;
/freebsd-current/crypto/openssl/demos/digest/
H A DEVP_MD_xof.c46 int rv = 1; local
125 rv = 0;
131 return rv;

Completed in 308 milliseconds

<<11121314151617181920>>