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

/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Ddate.c136 static dp_set_date_time_t specTime; local
147 if (ADM_Decode_Date(argv[2], &specTime) != 0) {
156 if (specTime.month != DP_SET_DATE_TIME_IGNORE_FIELD)
157 specTime.month = specTime.month - 1;
158 if (specTime.year != DP_SET_DATE_TIME_IGNORE_FIELD)
159 specTime.year = specTime.year - 1900;
163 Message.data = &specTime;

Completed in 49 milliseconds