Lines Matching refs:LOS_ArchCopyToUser
100 if (tloc && LOS_ArchCopyToUser(tloc, &stloc, sizeof(time_t))) { in SysTime()
129 if (ovalue && LOS_ArchCopyToUser(ovalue, &sovalue, sizeof(struct itimerval))) { in SysSetiTimer()
152 if (LOS_ArchCopyToUser(value, &svalue, sizeof(struct itimerval))) { in SysGetiTimer()
181 if (LOS_ArchCopyToUser(timerID, &stimerID, sizeof(timer_t))) { in SysTimerCreate()
204 if (LOS_ArchCopyToUser(value, &svalue, sizeof(struct itimerspec))) { in SysTimerGettime()
233 if (oldValue && LOS_ArchCopyToUser(oldValue, &soldValue, sizeof(struct itimerspec))) { in SysTimerSettime()
300 if (LOS_ArchCopyToUser(tp, &stp, sizeof(struct timespec))) { in SysClockGettime()
323 if (LOS_ArchCopyToUser(tp, &stp, sizeof(struct timespec))) { in SysClockGetres()
347 if (rem && LOS_ArchCopyToUser(rem, &srem, sizeof(struct timespec))) { in SysClockNanoSleep()
376 if (rmtp && LOS_ArchCopyToUser(rmtp, &srmtp, sizeof(struct timespec))) { in SysNanoSleep()
397 if (LOS_ArchCopyToUser(buf, &sbuf, sizeof(struct tms))) { in SysTimes()
454 if (LOS_ArchCopyToUser(tp, &stp, sizeof(struct timespec64))) { in SysClockGettime64()
481 if (LOS_ArchCopyToUser(tp, &stp, sizeof(struct timespec64))) { in SysClockGetres64()
515 if (LOS_ArchCopyToUser(rem, &srem, sizeof(struct timespec64))) { in SysClockNanoSleep64()
545 if (LOS_ArchCopyToUser(value, &svalue, sizeof(struct itimerspec64))) { in SysTimerGettime64()
593 if (LOS_ArchCopyToUser(oldValue, &soldValue, sizeof(struct itimerspec64))) { in SysTimerSettime64()