Searched defs:ret1 (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cs.c1243 int ret1, ret2, *lunnump; local
1267 ret1 = di_prop_lookup_ints(DDI_DEV_T_ANY, dnode,
1275 if ((ret1 == -1) || (ret2 == -1)) {
/osnet-11/usr/src/lib/libsuri/common/
H A Dsuri_parser.c682 int ret1, ret2; local
704 ret1 = regexec(&suri_re_lu1, gen_uri->sgu_path, 0, NULL, 0);
707 if (ret1 == REG_OK) {
709 ret1 = regexec(&suri_re_lu1, gen_uri->sgu_path, 2, pm, 0);
710 assert(ret1 == REG_OK);
735 ret1 = regexec(&suri_re_lu_split, copy, 6, pm, 0);
737 assert(ret1 == REG_OK);
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfscmp.c539 int bit, ret1, ret2; local
563 ret1 = ntfs_mst_post_read_fixup((NTFS_RECORD *)
567 if (ret1 != ret2) {
572 if (ret1 == -1)
822 int old_ret1, ret1 = 0, ret2 = 0; local
839 old_ret1 = ret1;
840 if (!ret1 && (le32_to_cpu(atype1) <= le32_to_cpu(atype2) ||
842 ret1 = next_attr(ctx1, &atype1, &name1, &errno1);
849 if (ret1 && ret2) {
866 } else if (ret1 || le32_to_cp
892 int ret1, ret2; local
[all...]

Completed in 29 milliseconds