Searched refs:rc (Results 1 - 25 of 735) sorted by path

1234567891011>>

/freebsd-10.0-release/bin/sh/
H A Dcd.c89 int rc; local
142 rc = docd(p, print, phys);
143 if (rc >= 0)
144 return getcwderr ? rc : 0;
162 int rc; local
167 if ((phys || (rc = cdlogical(dest)) < 0) && (rc = cdphysical(dest)) < 0)
173 return (rc);
231 int rc = 0; local
241 rc
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call.c106 int rc; local
116 rc = dotest();
119 return (rc);
H A Dtst.call3.c427 int rc; local
437 rc = dotest();
440 return (rc);
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.killonerror.ksh39 rc=`$dtrace -c date -n jarod 2>/dev/null | /usr/bin/wc -l`
41 exit $rc
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/sgs/tools/common/
H A Dstring_table.c139 int rc; local
144 rc = strcmp(str1, str2);
145 if (rc > 0)
147 if (rc < 0)
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c2614 int rc = 0; local
2660 rc = dump_block_stats(spa);
2668 if (rc != 0)
2669 exit(rc);
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c2212 int rc = 0; local
2232 rc = (rv32 < lv32) ? 1 : -1;
2242 rc = (rv64 < lv64) ? 1 : -1;
2248 rc = strcmp(lvstr, rvstr);
2262 rc = (rv64 < lv64) ? 1 : -1;
2266 if (rc != 0) {
2267 if (rc < 0)
/freebsd-10.0-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_labels.c86 int rc; local
102 if ((rc = func(lname, &linfo, arg)) != 0)
103 return (rc);
141 int rc; local
146 if ((rc = ctf_label_iter(fp, label_info_cb, &cb_arg)) == CTF_ERR)
147 return (rc);
149 if (rc != 1)
H A Dctf_open.c637 int rc = Z_OK; local
653 if ((rc = z_uncompress(buf, &dstlen, src, srclen)) != Z_OK) {
654 ctf_dprintf("zlib inflate err: %s\n", z_strerror(rc));
H A Dctf_types.c66 int rc; local
86 if ((rc = func(name, mp->ctm_type, mp->ctm_offset,
88 return (rc);
97 if ((rc = func(name, lmp->ctlm_type,
99 return (rc);
118 int rc; local
135 if ((rc = func(name, ep->cte_value, arg)) != 0)
136 return (rc);
150 int rc, child = (fp->ctf_flags & LCTF_CHILD); local
155 (rc
792 int rc; local
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c1609 uint64_t off, rc; local
1870 rc = shdr.sh_offset + shdr.sh_size;
1874 rc = roundup(rc, 8);
1875 ehdr.e_shoff = rc;
1877 rc += ehdr.e_shnum * ehdr.e_shentsize;
1900 rc = roundup(rc, shdr0.sh_addralign);
1901 shdr0.sh_offset = rc;
1903 rc
[all...]
H A Ddt_pq.c122 uint_t rc = i * 2 + 1; local
130 if (rc >= p->dtpq_last) {
135 uint64_t rv = dt_pq_getvalue(p, rc);
141 c = rc;
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_dataset.c415 int rc = 0; local
421 rc = -1;
423 rc = -1;
425 return (rc);
2966 int rc; local
2972 rc = create_parents(hdl, path_copy, prefix);
2975 if (path_copy == NULL || rc != 0)
4445 int rc = nvlist_unpack(nvbuf, zc.zc_nvlist_dst_size, nvl, 0); local
4446 if (rc) {
4450 err = zfs_standard_error_fmt(hdl, rc, errbu
[all...]
H A Dlibzfs_iter.c65 int rc; local
71 rc = ioctl(zhp->zfs_hdl->libzfs_fd, arg, zc);
73 if (rc == -1) {
90 rc = 1;
93 rc = zfs_standard_error(zhp->zfs_hdl, errno,
99 return (rc);
H A Dlibzfs_mount.c438 zfs_share_type_t rc = 0; local
446 rc |= zfs_is_shared_proto(zhp, NULL, *curr_proto);
448 return (rc ? B_TRUE : B_FALSE);
472 zfs_share_type_t rc; local
477 if (rc = is_shared(zhp->zfs_hdl, mountpoint, proto)) {
482 return (rc);
/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c561 int rc; local
567 if ((rc = deflateInit(&rb->rb_zstr, Z_BEST_COMPRESSION)) != Z_OK)
568 parseterminate("zlib start failed: %s", zError(rc));
575 int rc; local
586 if ((rc = deflate(&rb->rb_zstr, Z_NO_FLUSH)) != Z_OK)
587 parseterminate("zlib deflate failed: %s", zError(rc));
597 int rc; local
603 rc = deflate(&rb->rb_zstr, type);
604 if ((type == Z_FULL_FLUSH && rc == Z_BUF_ERROR) ||
605 (type == Z_FINISH && rc
616 int rc; local
1317 int rc; local
[all...]
H A Dctfconvert.c93 int i, rc, fd; local
115 if ((rc = readers[i](td, elf, filename)) == 0)
118 assert(rc < 0 && errno == ENOENT);
137 rc = 0;
139 rc = 1;
145 return (rc);
H A Ddwarf.c283 int rc; local
285 if ((rc = dwarf_siblingof(dw->dw_dw, die, &sib, &dw->dw_err)) ==
288 else if (rc == DW_DLV_NO_ENTRY)
301 int rc; local
303 if ((rc = dwarf_child(die, &child, &dw->dw_err)) == DW_DLV_OK)
305 else if (rc == DW_DLV_NO_ENTRY)
332 int rc; local
334 if ((rc = dwarf_attr(die, name, &attr, &dw->dw_err)) == DW_DLV_OK) {
336 } else if (rc == DW_DLV_NO_ENTRY) {
1860 int rc; local
[all...]
H A Dfifo.c143 int rc; local
147 if ((rc = iter(fn->fn_data, arg)) < 0)
149 ret += rc;
H A Dhash.c157 int rc = 0; local
162 rc += cbrc;
165 return (rc);
H A Dinput.c139 int rc = 0; local
156 rc = read_archive(fd, melf, memname, label,
160 rc = read_file(melf, memname, label,
175 if (rc < 0)
176 return (rc);
178 found += rc;
238 int i, rc; local
241 if ((rc = read_ctf_common(files[i], label, func,
243 return (rc);
244 found += rc;
283 int fd, rc, i; local
[all...]
H A Dmerge.c1015 int rc; local
1020 if ((rc = add_tdesc(tdp, newid, mcd)))
1023 return (rc);
H A Dst_parse.c406 int rc; local
446 rc = parse(cp, ii);
449 if (rc < 0 || ii->ii_type == II_NOT) {
451 return (rc);
H A Dstabs.c190 int nstabs, rc, i; local
316 if ((rc = parse_stab(stab, fstr, &iidescp)) < 0) {
321 if (rc == 0)
H A Dtraverse.c64 int i, rc; local
66 if ((rc = tdtraverse(fn->fn_ret, &fn->fn_ret, tdtd)) < 0)
67 return (rc);
70 if ((rc = tdtraverse(fn->fn_args[i], &fn->fn_args[i],
72 return (rc);
82 int rc; local
84 if ((rc = tdtraverse(ardef->ad_contents, &ardef->ad_contents,
86 return (rc);
95 int rc = 0; local
98 if ((rc
154 int rc; local
192 int i, rc; local
[all...]

Completed in 321 milliseconds

1234567891011>>