Home
last modified time | relevance | path

Searched refs:year (Results 1 – 19 of 19) sorted by relevance

/xen/xen/arch/x86/x86_64/
A Dacpi_mmcfg.c52 int year; in acpi_mcfg_check_entry() local
61 dmi_get_date(DMI_BIOS_DATE, &year, NULL, NULL) && in acpi_mcfg_check_entry()
62 year >= 2010) in acpi_mcfg_check_entry()
/xen/xen/common/
A Dtime.c27 #define __isleap(year) \ argument
28 ((year) % 4 == 0 && ((year) % 100 != 0 || (year) % 400 == 0))
/xen/xen/arch/x86/
A Ddmi_scan.c740 int year = 0, month = 0, day = 0; in dmi_get_date() local
760 year = simple_strtoul(y, &e, 10); in dmi_get_date()
761 if (y != e && year < 100) { /* 2-digit year */ in dmi_get_date()
762 year += 1900; in dmi_get_date()
763 if (year < 1996) /* no dates < spec 1.0 */ in dmi_get_date()
764 year += 100; in dmi_get_date()
766 if (year > 9999) /* year should fit in %04d */ in dmi_get_date()
767 year = 0; in dmi_get_date()
782 *yearp = year; in dmi_get_date()
A Dtime.c996 mktime (unsigned int year, unsigned int mon, in mktime() argument
1004 year -= 1; in mktime()
1007 return ((((unsigned long)(year/4 - year/100 + year/400 + 367*mon/12 + day)+ in mktime()
1008 year*365 - 719499 in mktime()
1015 unsigned int year, mon, day, hour, min, sec; member
1025 rtc->year = CMOS_READ(RTC_YEAR); in __get_cmos_time()
1034 BCD_TO_BIN(rtc->year); in __get_cmos_time()
1037 if ( (rtc->year += 1900) < 1970 ) in __get_cmos_time()
1038 rtc->year += 100; in __get_cmos_time()
1107 return mktime(rtc.year, rtc.mon, rtc.day, rtc.hour, rtc.min, rtc.sec); in get_cmos_time()
/xen/xen/include/asm-x86/
A Dtime.h31 mktime (unsigned int year, unsigned int mon,
/xen/xen/arch/x86/cpu/microcode/
A Dintel.c37 uint16_t year; member
294 cpu, old_rev, rev, patch->year, patch->month, patch->day); in apply_microcode()
/xen/
A DCONTRIBUTING123 * Copyright (C) <year> <name of author and/or company>
147 * Copyright (C) <year> <name of author and/or company>
170 * Copyright (C) <year> <name of author and/or company>
210 * Copyright (C) <year> <name of author and/or company>
A DCOPYING371 Copyright (C) <year> <name of author>
392 Gnomovision version 69, Copyright (C) year name of author
/xen/xen/include/public/
A Dplatform.h146 uint16_t year; member
/xen/xen/common/efi/
A Druntime.c324 chk_fld(Year, year); in cast_time()
/xen/tools/xenmon/
A DCOPYING294 Copyright (C) <year> <name of author>
315 Gnomovision version 69, Copyright (C) year name of author
/xen/xen/
A DCOPYING321 Copyright (C) <year> <name of author>
342 Gnomovision version 69, Copyright (C) year name of author
/xen/tools/firmware/vgabios/
A DChangeLog25 - updated year in copyright
690 was the same as VGA BIOS 0.3b - year changed in copyright
A DCOPYING474 Copyright (C) <year> <name of author>
/xen/docs/process/
A Dxen-release-management.pandoc561 year. The upcoming $RELEASE_VERSION timeline are as followed:
/xen/tools/xenstore/
A DCOPYING484 Copyright (C) <year> <name of author>
/xen/tools/golang/xenlight/
A DLICENSE474 Copyright (C) <year> <name of author>
/xen/tools/ocaml/
A DLICENSE171 Copyright (C) year name of author
/xen/tools/xenstat/libxenstat/
A DCOPYING479 Copyright (C) <year> <name of author>

Completed in 661 milliseconds