|
Linux Kernel
3.7.1
|
#include <hypervisor.h>
Data Fields | |
| __hv32 | tm_sec |
| __hv32 | tm_min |
| __hv32 | tm_hour |
| __hv32 | tm_mday |
| __hv32 | tm_mon |
| __hv32 | tm_year |
| __hv32 | flags |
Date/Time of day
Definition at line 640 of file hypervisor.h.
| __hv32 flags |
Return flags, 0 if no error
Definition at line 656 of file hypervisor.h.
| __hv32 tm_hour |
Hours, 0-23
Definition at line 652 of file hypervisor.h.
| __hv32 tm_mday |
Day of month, 0-30
Definition at line 653 of file hypervisor.h.
| __hv32 tm_min |
Minutes, 0-59
Definition at line 651 of file hypervisor.h.
| __hv32 tm_mon |
Month, 0-11
Definition at line 654 of file hypervisor.h.
| __hv32 tm_sec |
Seconds, 0-59
Definition at line 650 of file hypervisor.h.
| __hv32 tm_year |
Years since 1900, 0-199
Definition at line 655 of file hypervisor.h.
1.8.2