#include <system_data_cells.h>
#include <sys_routines.h>
#include <ssdef.h>
#include <linux/time.h>
#include <linux/linkage.h>
#include <linux/string.h>
Go to the source code of this file.
Defines | |
#define | SECINDAY (24L * 60L * 60L) |
#define | FUDGEFACTOR 40587 |
Functions | |
unsigned long | sys___combine_date_time (int days, void *timadr, int day_time) |
asmlinkage int | exe_gettim (unsigned long long *timadr) |
Variables | |
long | timezone |
#define FUDGEFACTOR 40587 |
Definition at line 74 of file sysgettim.c.
Referenced by unix_to_vms_time(), vms_init2(), and vms_to_unix_time().
#define SECINDAY (24L * 60L * 60L) |
Definition at line 73 of file sysgettim.c.
asmlinkage int exe_gettim | ( | unsigned long long * | timadr | ) |
Definition at line 76 of file sysgettim.c.
References exe_gq_systime, SS__ACCVIO, and SS__NORMAL.
Referenced by lib_day().
unsigned long sys___combine_date_time | ( | int | days, | |
void * | timadr, | |||
int | day_time | |||
) |
long timezone |