Searched defs:ref_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.h65 * ref_t - reference type, ...
67 * Note, all struct's must contain a single ref_t, all must use
75 } ref_t; typedef in typeref:struct:ref_s
142 ref_t ref; /* Reference stuff */
162 ref_t ref; /* Reference, one per uri_desb_t */
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c1553 time_t t, ref_t, t1, t2, zone_start; local
1564 ref_t = t; /* keep a copy of the reference time */
1598 m = tm->tm_min + (t == ref_t ? 1 : 0);
1685 return ((t <= ref_t) ? t1 : t);
1806 if (t2 > ref_t && t2 < t1) {
1899 return (t <= ref_t ? t1 : t);

Completed in 65 milliseconds