Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/common/
A Dtime.c27 #define __isleap(year) \ argument
28 ((year) % 4 == 0 && ((year) % 100 != 0 || (year) % 400 == 0))
/xen-4.10.0-shim-comet/xen/arch/x86/
A Ddmi_scan.c758 int year = 0, month = 0, day = 0; in dmi_get_date() local
778 year = simple_strtoul(y, &e, 10); in dmi_get_date()
779 if (y != e && year < 100) { /* 2-digit year */ in dmi_get_date()
780 year += 1900; in dmi_get_date()
781 if (year < 1996) /* no dates < spec 1.0 */ in dmi_get_date()
782 year += 100; in dmi_get_date()
784 if (year > 9999) /* year should fit in %04d */ in dmi_get_date()
785 year = 0; in dmi_get_date()
800 *yearp = year; in dmi_get_date()
A Dtime.c853 mktime (unsigned int year, unsigned int mon, in mktime() argument
861 year -= 1; in mktime()
864 return ((((unsigned long)(year/4 - year/100 + year/400 + 367*mon/12 + day)+ in mktime()
865 year*365 - 719499 in mktime()
872 unsigned int year, mon, day, hour, min, sec; member
882 rtc->year = CMOS_READ(RTC_YEAR); in __get_cmos_time()
891 BCD_TO_BIN(rtc->year); in __get_cmos_time()
894 if ( (rtc->year += 1900) < 1970 ) in __get_cmos_time()
895 rtc->year += 100; in __get_cmos_time()
964 return mktime(rtc.year, rtc.mon, rtc.day, rtc.hour, rtc.min, rtc.sec); in get_cmos_time()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dtime.h35 mktime (unsigned int year, unsigned int mon,
/xen-4.10.0-shim-comet/
A DCONTRIBUTING104 * Copyright (C) <year> <name of author and/or company>
128 * Copyright (C) <year> <name of author and/or company>
151 * Copyright (C) <year> <name of author and/or company>
191 * Copyright (C) <year> <name of author and/or company>
A DCOPYING369 Copyright (C) <year> <name of author>
390 Gnomovision version 69, Copyright (C) year name of author
/xen-4.10.0-shim-comet/xen/include/public/
A Dplatform.h146 uint16_t year; member
/xen-4.10.0-shim-comet/xen/common/efi/
A Druntime.c314 chk_fld(Year, year); in cast_time()
/xen-4.10.0-shim-comet/docs/process/
A Dxen-release-management.pandoc18 The Xen hypervisor project now releases twice a year, at the beginning of
552 year. The upcoming $RELEASE_VERSION timeline are as followed:
/xen-4.10.0-shim-comet/tools/xenmon/
A DCOPYING294 Copyright (C) <year> <name of author>
315 Gnomovision version 69, Copyright (C) year name of author
/xen-4.10.0-shim-comet/xen/
A DCOPYING321 Copyright (C) <year> <name of author>
342 Gnomovision version 69, Copyright (C) year name of author
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/tools/xenstore/
A DCOPYING484 Copyright (C) <year> <name of author>
/xen-4.10.0-shim-comet/tools/ocaml/
A DLICENSE171 Copyright (C) year name of author
/xen-4.10.0-shim-comet/tools/xenstat/libxenstat/
A DCOPYING479 Copyright (C) <year> <name of author>

Completed in 21 milliseconds