Home
last modified time | relevance | path

Searched refs:MINUTE (Results 1 – 11 of 11) sorted by relevance

/titanic_44/usr/src/uts/common/fs/ufs/
H A Dufs_panic.c98 #define MINUTE(msg) DPRINTF(DBGLVL_MINUTE, msg) macro
107 #define MINUTE(ignored) macro
573 MINUTE(("[triage")); in triage()
576 MINUTE(( in triage()
582 MINUTE(( in triage()
597 MINUTE(( in triage()
603 MINUTE(( in triage()
609 MINUTE(( in triage()
614 MINUTE((": return TRIAGE_ATTEND_TO] ")); in triage()
751 MINUTE(("[real_panic ")); in real_panic()
[all …]
/titanic_44/usr/src/lib/libast/common/tm/
H A Dtmxdate.c53 #define MINUTE (1<<10) macro
236 …if (((set|state) & (YEAR|MONTH|HOUR|MINUTE|ZONE)) == (YEAR|MONTH|HOUR|MINUTE) && (i = tmgoff(s, &t… in tmxdate()
784 flags |= HOUR|MINUTE; in tmxdate()
833 …0 && ((m = (n / 100)) < 20 || m < 24 && !((set|state) & (YEAR|MONTH|HOUR|MINUTE)))) || i > 4 && i … in tmxdate()
922 flags |= HOUR|MINUTE; in tmxdate()
999 set |= HOUR|MINUTE; in tmxdate()
1068 …if (((set|state) & (MONTH|DAY|HOUR|MINUTE)) == (MONTH|DAY|HOUR|MINUTE) || *s == '+' && (!isdigit(s… in tmxdate()
1147 set |= MINUTE; in tmxdate()
1377 set |= MINUTE; in tmxdate()
1381 set |= MINUTE; in tmxdate()
[all …]
/titanic_44/usr/src/cmd/lp/cmd/lpsched/
H A Dlpsched.h143 #define MINUTE (60/CLOCK_TICK) /* number of ticks per minute */ macro
144 #define WHEN_FORK (MINUTE) /* retry forking child process */
145 #define WHEN_PRINTER (1*MINUTE) /* retry faulted printer */
/titanic_44/usr/src/cmd/cron/
H A Datt1.y49 %token MINUTE
188 case MINUTE:
H A Dcron.h40 #define MINUTE 60L macro
H A Datt2.l79 "min"s?|"minute"s? { LL(UNIT, MINUTE); }
H A Dcron.c1675 (time_t)(60-tm->tm_min + min) * MINUTE; in tz_next_time()
1678 (time_t)(min-tm->tm_min) * MINUTE; in tz_next_time()
1891 + (time_t)(60-tm->tm_min)*MINUTE in tz_next_time()
1892 + (time_t)hr*HOUR + (time_t)min*MINUTE in tz_next_time()
H A Dat.c413 if (when - MINUTE < HOUR) in main()
/titanic_44/usr/src/cmd/vntsd/
H A Dvntsd.c74 #define MINUTE 60 macro
212 (void) alarm(MINUTE); in vntsd_alarm_sig_handler()
554 (void) alarm(MINUTE); in main()
/titanic_44/usr/src/psm/promif/ieee1275/sun4/
H A Dprom_vercheck.c60 #define MINUTE(m) (m) macro
154 DAY(day) + HOUR(hour) + MINUTE(min)); in obp_timestamp()
/titanic_44/usr/src/cmd/krb5/kadmin/gui/dchanger/
H A DDateTimeDialog.java418 minute.setValue(calendar.get(Calendar.MINUTE)); in setDate()