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

/linux-master/include/linux/
H A Ddmi.h106 extern bool dmi_get_date(int field, int *yearp, int *monthp, int *dayp);
126 static inline bool dmi_get_date(int field, int *yearp, int *monthp, int *dayp) argument
128 if (yearp)
129 *yearp = 0;
/linux-master/arch/m68k/mac/
H A Dmisc.c548 int *yearp, int *monp, int *dayp,
596 *yearp = y - 1900;
547 unmktime(time64_t time, long offset, int *yearp, int *monp, int *dayp, int *hourp, int *minp, int *secp) argument
/linux-master/drivers/firmware/
H A Ddmi_scan.c1010 * @yearp: optional out parameter for the year
1025 bool dmi_get_date(int field, int *yearp, int *monthp, int *dayp) argument
1069 if (yearp)
1070 *yearp = year;

Completed in 275 milliseconds