HomeSort by: relevance | last modified time | path
    Searched refs:linux_sys_tz (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/compat/linux/common/
linux_time.c 70 struct timezone linux_sys_tz; variable in typeref:struct:timezone
88 error = copyout(&linux_sys_tz, SCARG(uap, tzp), sizeof(linux_sys_tz));
115 error = copyin(SCARG(uap, tzp), &linux_sys_tz, sizeof(linux_sys_tz));
  /src/sys/compat/linux32/common/
linux32_time.c 83 extern struct timezone linux_sys_tz;
106 if ((error = copyout(&linux_sys_tz, SCARG_P32(uap, tzp),
107 sizeof(linux_sys_tz))) != 0)

Completed in 21 milliseconds