Searched refs:_userIsGMT (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/kernel/
H A Dreal_time_clock.cpp341 _user_get_real_time_clock_is_gmt(bool *_userIsGMT) argument
343 if (_userIsGMT == NULL)
346 if (_userIsGMT != NULL
347 && (!IS_USER_ADDRESS(_userIsGMT)
348 || user_memcpy(_userIsGMT, &sIsGMT, sizeof(bool)) != B_OK))

Completed in 31 milliseconds