Searched defs:c2 (Results 76 - 79 of 79) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c2154 int c2 = 0; local
2172 for (; mop2->mo_cancel[c2] != NULL; c2++)
2176 result = vfs_copycancelopt_extend(mop1->mo_cancel, c2);
2178 if (c2 == 0)
2184 * array has "c1+c2+1" entries and in the end we might shrink
2211 if (dp != &result[c1+c2]) {
2216 kmem_free(result, (c1 + c2 + 1) * sizeof (char *));
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.c1233 mDNSu8 c2 = (max+1 < length) ? string[max+1] : (mDNSu8)0xB0; // Second byte after cut point local
1241 mDNSBool secondsurrogate = (c1 == 0xED && (c2 & 0xF0) == 0xB0);
1243 c2 = c1;
H A DuDNS.c4272 int c1, c2; local
4324 c2 = CountLabels(&zoneData->ZoneName);
4325 if (c2 > c1)
4332 newRR->zone = SkipLeadingLabels(newRR->resrec.name, c1-c2);
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c1077 uint8_t c1, c2; local
1093 c2 = '\0';
1095 c2 = dtrace_load8((uintptr_t)s2++);
1098 if (c1 != c2)
1099 return (c1 - c2);

Completed in 160 milliseconds

1234