Searched refs:rv (Results 1 - 25 of 591) sorted by path

1234567891011>>

/freebsd-10.0-release/bin/df/
H A Ddf.c113 int ch, rv; local
196 rv = 0;
215 rv = 1;
224 rv = 1;
230 rv = 1;
237 rv = 1;
248 rv = 1;
264 rv = 1;
275 rv = 1;
299 return (rv);
[all...]
/freebsd-10.0-release/bin/pkill/
H A Dpkill.c135 int i, ch, bestidx, rv, criteria, pidfromfile, pidfilelock; local
341 if ((rv = regcomp(&reg, *argv, cflags)) != 0) {
342 regerror(rv, &reg, buf, sizeof(buf));
370 rv = regexec(&reg, mstr, 1, &regmatch, 0);
371 if (rv == 0) {
379 } else if (rv != REG_NOMATCH) {
380 regerror(rv, &reg, buf, sizeof(buf));
552 for (i = 0, rv = 0, kp = plist; i < nproc; i++, kp++) {
564 rv |= (*action)(kp);
570 exit(rv
[all...]
/freebsd-10.0-release/cddl/compat/opensolaris/misc/
H A Dzmount.c78 int iovlen, rv; local
105 rv = nmount(iov, iovlen, 0);
107 return (rv);
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/baddof/
H A Dbaddof.c61 int new, rv; local
77 if ((rv = ioctl(fd, DTRACEIOC_ENABLE, buf)) == -1) {
91 ttl += rv;
135 if ((rv = ioctl(fd, DTRACEIOC_ENABLE, buf)) > 0) {
139 ttl += rv;
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c1195 int rv = 0; local
1265 rv = 1;
1272 rv = 1;
1300 rv = 1;
1311 rv = 1;
1332 rv = 1;
1343 rv = 1;
1348 rv = 1;
1355 rv = 1;
1370 rv
3532 int rv = 0; local
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/zhack/
H A Dzhack.c491 int rv = 0; local
526 rv = zhack_do_feature(argc, argv);
541 return (rv);
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c2263 int rv = 0; local
2269 rv = -1;
2273 return (rv);
/freebsd-10.0-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c311 ssize_t rv = ctf_type_lname(fp, type, buf, len); local
312 return (rv >= 0 && rv < len ? buf : NULL);
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c2233 void *rv; local
2278 rv = dt_compile(dtp, DT_CTX_DPROG,
2282 if (rv != NULL && dtp->dt_errno &&
2412 void *rv; local
2531 rv = yypcb->pcb_prog;
2537 rv = dt_as(yypcb);
2548 rv = NULL;
2572 return (err ? NULL : rv);
H A Ddt_consume.c2137 int rv; local
2160 rv = dt_setopt(dtp, &data, addr, val);
2162 if (rv != 0)
H A Ddt_decl.c822 int rv; local
870 if ((rv = dt_decl_type(ddp->dd_next, tip)) == 0 &&
871 (rv = dt_type_pointer(tip)) != 0) {
877 return (rv);
918 if ((rv = dt_decl_type(ddp->dd_next, tip)) != 0)
919 return (rv);
1017 if ((rv = dt_type_lookup(name, tip)) == 0)
1018 return (rv);
1030 return (rv);
H A Ddt_ident.c850 int rv; local
866 if ((rv = func(dhp, ids[i], data)) != 0)
867 return (rv);
H A Ddt_module.c1440 int rv; local
1443 if ((rv = (*func)(dtp, dt_module_info(dmp, &dto), data)) != 0)
1444 return (rv);
H A Ddt_open.c991 ssize_t rv = sysinfo(cmd, buf, len); local
994 if (rv < 0 || rv > len)
H A Ddt_pq.c135 uint64_t rv = dt_pq_getvalue(p, rc); local
137 if (lv < rv) {
142 v = rv;
H A Ddt_provider.c829 int cmd, rv; local
849 if ((rv = dt_idhash_iter(pit.pit_pvp->pv_probes,
851 return (rv);
867 else if ((rv = func(dtp, &pd, arg)) != 0)
868 return (rv);
H A Ddt_strtab.c151 int rv; local
160 if ((rv = strncmp(buf, str, n)) != 0)
161 return (rv);
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_dataset.c664 int rv; local
666 rv = strcmp(mtn1->mtn_mt.mnt_special, mtn2->mtn_mt.mnt_special);
668 if (rv == 0)
670 return (rv > 0 ? 1 : -1);
3167 int rv = 0; local
3175 rv = zfs_iter_filesystems(zhp, zfs_check_snap_cb, dd);
3177 return (rv);
3384 int rv = 0; local
3392 rv = zfs_iter_filesystems(zhp, zfs_snapshot_cb, sd);
3396 return (rv);
4169 int rv = 0; local
4288 int rv = 0; local
[all...]
H A Dlibzfs_diff.c441 int rv; local
444 rv = read(di->datafd, cp, len);
445 cp += rv;
446 len -= rv;
447 } while (len > 0 && rv > 0);
449 if (rv < 0 || (rv == 0 && len != sizeof (dr))) {
452 } else if (rv == 0) {
H A Dlibzfs_import.c922 int rv; local
945 rv = strcmp(nm1, nm2);
946 if (rv == 0)
948 return (rv > 0 ? 1 : -1);
H A Dlibzfs_sendrecv.c706 int rv = 0; local
749 rv = zfs_iter_filesystems(zhp, send_iterate_fs, sd);
754 return (rv);
1165 int rv = 0; local
1201 rv = zfs_iter_snapshots_sorted(zhp, dump_snapshot, arg);
1226 return (rv);
1631 int rv; local
1635 rv = read(fd, cp, len);
1636 cp += rv;
1637 len -= rv;
1903 int rv; local
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzfs_core/common/
H A Dlibzfs_core.c531 int rv; local
535 rv = read(fd, cp, len);
536 cp += rv;
537 len -= rv;
538 } while (rv > 0);
540 if (rv < 0 || len != 0)
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c238 int rv; local
245 rv = rw_tryrdlock(&rwlp->rw_lock);
247 rv = rw_trywrlock(&rwlp->rw_lock);
249 if (rv == 0) {
H A Dtaskq.c62 int rv; local
82 rv = cv_timedwait(&tq->tq_maxalloc_cv,
85 if (rv > 0)
/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dstrtab.c112 int rv; local
121 if ((rv = strncmp(buf, str, n)) != 0)
122 return (rv);

Completed in 253 milliseconds

1234567891011>>