Searched refs:lastupdated (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/acpica/
H A Dacpi_cmbat.c82 static int acpi_cmbat_info_expired(struct timespec *lastupdated);
83 static void acpi_cmbat_info_updated(struct timespec *lastupdated);
210 acpi_cmbat_info_expired(struct timespec *lastupdated) argument
216 if (lastupdated == NULL)
218 if (!timespecisset(lastupdated))
222 timespecsub(&curtime, lastupdated);
228 acpi_cmbat_info_updated(struct timespec *lastupdated) argument
233 if (lastupdated != NULL)
234 getnanotime(lastupdated);
H A Dacpi_smbat.c58 static int acpi_smbat_info_expired(struct timespec *lastupdated);
59 static void acpi_smbat_info_updated(struct timespec *lastupdated);
161 acpi_smbat_info_expired(struct timespec *lastupdated) argument
167 if (lastupdated == NULL)
169 if (!timespecisset(lastupdated))
173 timespecsub(&curtime, lastupdated);
179 acpi_smbat_info_updated(struct timespec *lastupdated) argument
184 if (lastupdated != NULL)
185 getnanotime(lastupdated);

Completed in 95 milliseconds