Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslparseop.c693 time_t CurrentTime; in TrCreateConstantLeafOp() local
740 CurrentTime = time (NULL); in TrCreateConstantLeafOp()
741 StaticTimeString = ctime (&CurrentTime); in TrCreateConstantLeafOp()