Searched refs:ref_t (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.h67 * ref_t - reference type, ...
69 * Note, all struct's must contain a single ref_t, all must use
77 } ref_t; typedef in typeref:struct:ref_s
144 ref_t ref; /* Reference stuff */
164 ref_t ref; /* Reference, one per uri_desb_t */
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A DLocal.pm121 my $ref_t = &timegm;
122 my $loc_t = _timegm(localtime($ref_t));
125 my $zone_off = $ref_t - $loc_t
129 $loc_t = $ref_t + $zone_off;
132 my $dst_off = $ref_t - _timegm(localtime($loc_t))
/opensolaris-onvv-gate/usr/src/cmd/cron/
H A Dcron.c1550 time_t t, ref_t, t1, t2, zone_start; local
1561 ref_t = t; /* keep a copy of the reference time */
1595 m = tm->tm_min + (t == ref_t ? 1 : 0);
1682 return ((t <= ref_t) ? t1 : t);
1803 if (t2 > ref_t && t2 < t1) {
1896 return (t <= ref_t ? t1 : t);

Completed in 109 milliseconds