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

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DHRTime.java65 * Computes the difference between this time and another, older,
68 * @param older the time from which to compute the delta.
72 public HRTime deltaFrom(HRTime older) argument
74 if (older.compareTo(value) > 0)
78 .subtract(older.getValue()))));
/illumos-gate/usr/src/cmd/filesync/
H A Drecon.c39 * older ....... (static) which copy is older
78 static side_t older(struct file *);
374 * to favor the older, the newer, the source, or the
384 errs = do_copy(fp, older(fp));
528 * older
531 * determine which of two files is older
540 older(struct file *fp) function
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c57 * testing is enabled ztest will sometimes run the "older" version
82 * must remain backwards compatible with older versions of ztest so that
6191 int older = 0; local
6263 (void) printf("Executing older ztest for "
6317 (void) printf("Executing older ztest: %s\n",
6320 older++;
6390 (void) printf("%d runs of older ztest: %s\n", older,

Completed in 64 milliseconds