Searched refs:year (Results 176 - 200 of 209) sorted by relevance

123456789

/freebsd-current/contrib/ofed/infiniband-diags/src/
H A Dibmirror.c100 uint16_t year; member in struct:__anon5570
/freebsd-current/sys/contrib/xen/
H A Dplatform.h148 uint16_t year; member in struct:xenpf_efi_time
/freebsd-current/libexec/nuageinit/
H A Dyaml.lua570 year = capture[1],
577 } - os.time{year=1970, month=1, day=1, hour=8}
/freebsd-current/usr.sbin/syslogd/
H A Dsyslogd.c1295 int year; local
1298 * As the timestamp does not contain the year
1302 * of the next year. Use the last year for which
1311 for (year = tm_now.tm_year + 1;; --year) {
1312 assert(year >= tm_now.tm_year - 1);
1314 timestamp_remote.tm.tm_year = year;
/freebsd-current/sys/dev/bnxt/bnxt_en/
H A Dbnxt_hwrm.c2678 bnxt_hwrm_fw_get_time(struct bnxt_softc *softc, uint16_t *year, uint8_t *month, argument
2694 if (year)
2695 *year = le16toh(resp->year);
2717 bnxt_hwrm_fw_set_time(struct bnxt_softc *softc, uint16_t year, uint8_t month, argument
2725 req.year = htole16(year);
/freebsd-current/sys/cam/scsi/
H A Dscsi_cd.h690 uint8_t year[4]; member in struct:scsi_read_dvd_struct_data_disc_id
/freebsd-current/sys/dev/hptmv/
H A Dhptintf.h341 UINT year:5; /* 0=2000, 31=2031 */ member in struct:_TIME_RECORD
/freebsd-current/sys/dev/ciss/
H A Dcissreg.h382 u_int16_t year; member in struct:ciss_notify
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_util.c44 #define L_YEAR (L_DAY * 365) /* days per year */
45 #define L_LYEAR (L_YEAR + L_DAY) /* days per leap year */
1072 tm.year, tm.month, tm.monthday,
H A Drefclock_chu.c87 * the DUT1 (d in deciseconds), Gregorian year (yyyy), difference TAI -
145 * The nibble-swapped timecode shows DUT1 +0.1 second, year 1998 and TAI
162 * yyyy year
163 * ddd day of year
1153 &pp->year, &up->tai, &up->dst) != 5) {
1382 synchar, qual, pp->year, pp->day, pp->hour, pp->minute,
H A Drefclock_nmea.c215 DATE_1_DDMMYY, /* use 1 field with 2-digit year */
216 DATE_3_DDMMYYYY /* use 3 fields with 4-digit year */
222 DTYP_Y2D, /* 2-digit year */
224 DTYP_Y4D, /* 4-digit (full) year */
1560 into->year = (uint16_t)y;
1571 * parses three successive numeric fields as date: day,month,year
1588 into->year = (uint16_t)y;
H A Drefclock_oncore.c1829 instance->pp->year, instance->pp->day,
1862 instance->pp->year, instance->pp->day,
2401 instance->pp->year = buf[6]*256+buf[7];
3254 if (buf[6] == instance->BEHa[6] && buf[7] == instance->BEHa[7] && /* year */
4062 if (pp->year >= 1980) {
4072 ZERO(cd); /* month == monthday == 0 -> use year+yearday */
4073 cd.year = pp->year;
4082 /* To avoid the trouble the day-of-year calculations in
H A Dntp_crypto.c49 diff = pjd1->year - pjd2->year;
51 /* same year; compare months */
54 /* same year and month; compare monthday */
57 /* same year and month and monthday; compare time */
147 #define YEAR (60 * 60 * 24 * 365) /* seconds in year */
2065 pjd->year = temp;
3114 * year hence. This may extend the life of the signed certificate beyond
3124 * period of one year. A signed certificate is valid from the time of
3125 * signature for a period of one year, bu
[all...]
/freebsd-current/share/examples/drivers/
H A Dmake_device_driver.sh113 * Copyright (c) [year] [your name]
/freebsd-current/sys/powerpc/powermac/
H A Dsmu.c1353 ct.year = bcd2bin(cmd.data[6]) + 2000;
1376 cmd.data[7] = bin2bcd(ct.year - 2000);
/freebsd-current/crypto/openssh/
H A Dpkcs11.h469 unsigned char year[4]; member in struct:ck_date
/freebsd-current/crypto/heimdal/lib/hx509/ref/
H A Dpkcs11.h471 unsigned char year[4];
469 unsigned char year[4]; member in struct:ck_date
/freebsd-current/contrib/wpa/src/ap/
H A Dieee802_11_shared.c675 WPA_PUT_LE16(pos, tm.year); /* Year */
/freebsd-current/contrib/wpa/src/common/
H A Ddpp.c1502 tm.year, tm.month, tm.day,
2232 unsigned int year, month, day, hour, min, sec; local
2247 &year, &month, &day, &hour, &min, &sec) != 6) {
2253 if (os_mktime(year, month, day, hour, min, sec, &utime) < 0) {
/freebsd-current/sys/dev/hptrr/
H A Dhptintf.h483 HPT_U32 year:5; /* 0=2000, 31=2031 */ member in struct:_TIME_RECORD
/freebsd-current/sys/arm/nvidia/
H A Dtegra_xhci.c851 fw_clock.day, fw_clock.mon, fw_clock.year,
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm810 things for me this year.
820 That is {$diff} {$more} than he gave me last year.
828 things for me this year.
830 That is 25 more than he gave me last year.
/freebsd-current/sys/dev/hpt27xx/
H A Dhptintf.h678 HPT_U32 year:5; /* 0=2000, 31=2031 */ member in struct:_TIME_RECORD
/freebsd-current/sys/dev/hptnr/
H A Dhptintf.h674 HPT_U32 year:5; /* 0=2000, 31=2031 */ member in struct:_TIME_RECORD
/freebsd-current/sys/dev/smartpqi/
H A Dsmartpqi_structures.h54 uint8_t year; member in struct:bmic_host_wellness_time

Completed in 575 milliseconds

123456789