Searched refs:year (Results 1 – 19 of 19) sorted by relevance
/xen/xen/arch/x86/x86_64/ |
A D | acpi_mmcfg.c | 52 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 D | time.c | 27 #define __isleap(year) \ argument 28 ((year) % 4 == 0 && ((year) % 100 != 0 || (year) % 400 == 0))
|
/xen/xen/arch/x86/ |
A D | dmi_scan.c | 740 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 D | time.c | 996 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 D | time.h | 31 mktime (unsigned int year, unsigned int mon,
|
/xen/xen/arch/x86/cpu/microcode/ |
A D | intel.c | 37 uint16_t year; member 294 cpu, old_rev, rev, patch->year, patch->month, patch->day); in apply_microcode()
|
/xen/ |
A D | CONTRIBUTING | 123 * 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 D | COPYING | 371 Copyright (C) <year> <name of author> 392 Gnomovision version 69, Copyright (C) year name of author
|
/xen/xen/include/public/ |
A D | platform.h | 146 uint16_t year; member
|
/xen/xen/common/efi/ |
A D | runtime.c | 324 chk_fld(Year, year); in cast_time()
|
/xen/tools/xenmon/ |
A D | COPYING | 294 Copyright (C) <year> <name of author> 315 Gnomovision version 69, Copyright (C) year name of author
|
/xen/xen/ |
A D | COPYING | 321 Copyright (C) <year> <name of author> 342 Gnomovision version 69, Copyright (C) year name of author
|
/xen/tools/firmware/vgabios/ |
A D | ChangeLog | 25 - updated year in copyright 690 was the same as VGA BIOS 0.3b - year changed in copyright
|
A D | COPYING | 474 Copyright (C) <year> <name of author>
|
/xen/docs/process/ |
A D | xen-release-management.pandoc | 561 year. The upcoming $RELEASE_VERSION timeline are as followed:
|
/xen/tools/xenstore/ |
A D | COPYING | 484 Copyright (C) <year> <name of author>
|
/xen/tools/golang/xenlight/ |
A D | LICENSE | 474 Copyright (C) <year> <name of author>
|
/xen/tools/ocaml/ |
A D | LICENSE | 171 Copyright (C) year name of author
|
/xen/tools/xenstat/libxenstat/ |
A D | COPYING | 479 Copyright (C) <year> <name of author>
|
Completed in 661 milliseconds