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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_time.c675 struct timespec *tsp)
682 tsp->tv_sec = tv_sec;
683 tsp->tv_nsec = tv_nsec;
688 struct timespec *tsp)
695 tsp->tv_sec = tv_sec;
696 tsp->tv_nsec = tv_nsec;
674 nanotime( struct timespec *tsp) argument
687 nanouptime( struct timespec *tsp) argument
H A Dkern_authorization.c221 kauth_scope_t sp, tsp; local
231 TAILQ_FOREACH(tsp, &kauth_scopes, ks_link) {
233 if (strncmp(tsp->ks_identifier, identifier,
234 strlen(tsp->ks_identifier) + 1) == 0) {
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_search.c521 register u_char *tsp; local
528 tsp = &tmpstr[0];
531 *tsp = f_len;
533 if (FastRelString(tsp++, find) == 0)
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_syscalls.c148 static int getutimes(user_addr_t usrtvp, struct timespec *tsp);
5503 getutimes(user_addr_t usrtvp, struct timespec *tsp) argument
5511 TIMEVAL_TO_TIMESPEC(&old_tv, &tsp[0]);
5512 tsp[1] = tsp[0];
5519 TIMEVAL_TO_TIMESPEC(&tv[0], &tsp[0]);
5520 TIMEVAL_TO_TIMESPEC(&tv[1], &tsp[1]);
5526 TIMEVAL_TO_TIMESPEC(&tv[0], &tsp[0]);
5527 TIMEVAL_TO_TIMESPEC(&tv[1], &tsp[1]);

Completed in 36 milliseconds