Searched defs:good (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dfile_decim.c50 char *good = cp - 1; /* End of known good token. */ local
H A Dfunc_decim.c51 char *good = cp - 1; /* End of known good token. */ local
H A Dstring_decim.c49 char *good = cp - 1; /* End of known good token. */ local
/illumos-gate/usr/src/lib/libc/port/fp/
H A Dfile_decim.c57 char *good = cp; /* last character accepted */ local
H A Dfunc_decim.c43 char *good = cp; /* last character accepted */ local
H A Dstring_decim.c42 char *good = cp - 1; /* last character accepted */ local
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwstod.c190 const wchar_t *good = cp - 1; /* last character accepted */ local
242 good = cp;
255 good = cp;
271 good = cp;
295 good = cp - 1;
313 good = (agree < 8)? cp + 2 - agree : cp - 1;
332 good = cp - 1;
348 good = cp;
413 /* advance good to the last accepted digit */
414 good
[all...]
/illumos-gate/usr/src/cmd/svc/svcadm/
H A Dsynch.c223 int good = exclude ? B_FALSE : B_TRUE; local
226 return (good);
229 return (good);
236 return (!good);
303 int good = exclude ? B_FALSE : B_TRUE; local
332 result = restarter ? B_FALSE : good;
339 result = good;
353 result = good;
372 * in that regard), good means bad.
374 result = good;
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmci.c765 sm_dprintf("mci_lock_host: Sanity check -- lock is good\n");
1523 bool good = false; local
1526 good = true;
1530 good = true;
1532 if (!good)
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_ani.c713 uint32_t good = 1; local
724 good = 0;
736 good = 0;
745 return (good);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_fm.c101 * good and bad versions of the buffer (if available), and we annotate the
372 * distance between the good and bad buffers is the sum of them all.
507 const uint64_t *good = (const uint64_t *)goodbuf; local
562 if (good[idx] == bad[idx]) {
604 // bits set in bad, but not in good
605 set = ((~good[idx]) & bad[idx]);
606 // bits set in good, but not in bad
607 cleared = (good[idx] & (~bad[idx]));
H A Dvdev_raidz.c112 void *rc_gdata; /* used to store the "good" version */
316 const char *good = NULL; local
327 * the good data (this relies on the fact that the good
353 * Construct the parity from the good data.
369 good = rm->rm_col[c].rc_gdata;
372 good = good_data;
375 good += rm->rm_col[x].rc_size;
378 /* we drop the ereport if it ends up that the data was good */
379 zfs_ereport_finish_checksum(zcr, good, ba
[all...]
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c1141 int *good; local
1162 if ((good = zfs_alloc(zhp->zpool_hdl,
1171 good[i] = 1;
1181 if (good[i] && zfs_share(cb.cb_handles[i]) != 0)
1185 free(good);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c1217 * when we get a good one
4351 char *good; local
4363 good = netobuf; /* where the good bytes go */
4374 (void) memmove(good, thisitem, length);
4375 good += length;
4383 nfrontp = good; /* next byte to be sent */
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dvia-rhine.c1197 int rxstatus, good = 0;; local
1228 good = 1;
1230 if (good)
1245 return good;

Completed in 103 milliseconds