Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/compiler/
HDaslparseop.c719 time_t CurrentTime; in TrCreateConstantLeafOp() local
773 CurrentTime = time (NULL); in TrCreateConstantLeafOp()
775 StaticTimeString = ctime (&CurrentTime); in TrCreateConstantLeafOp()