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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_time.c630 struct timespec *tsp)
632 clock_get_calendar_nanotime((uint32_t *)&tsp->tv_sec, (uint32_t *)&tsp->tv_nsec);
637 struct timespec *tsp)
639 clock_get_system_nanotime((uint32_t *)&tsp->tv_sec, (uint32_t *)&tsp->tv_nsec);
629 nanotime( struct timespec *tsp) argument
636 nanouptime( struct timespec *tsp) argument
H A Dkern_authorization.c219 kauth_scope_t sp, tsp; local
229 TAILQ_FOREACH(tsp, &kauth_scopes, ks_link) {
231 if (strncmp(tsp->ks_identifier, identifier,
232 strlen(tsp->ks_identifier) + 1) == 0) {
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpcb.c661 vm_offset_t tsp; local
667 tsp = (vm_offset_t)((int)kss - KF_SIZE);
668 assert(tsp);
669 *((int *)tsp) = 0;
671 Call_continuation(continuation, parameter, wresult, tsp);
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_search.c501 register u_char *tsp; local
508 tsp = &tmpstr[0];
511 *tsp = f_len;
513 if (FastRelString(tsp++, find) == 0)
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c144 static int getutimes(user_addr_t usrtvp, struct timespec *tsp);
4326 getutimes(user_addr_t usrtvp, struct timespec *tsp) argument
4335 TIMEVAL_TO_TIMESPEC(&old_tv, &tsp[0]);
4336 tsp[1] = tsp[0];
4350 TIMEVAL_TO_TIMESPEC(&tv[0], &tsp[0]);
4351 TIMEVAL_TO_TIMESPEC(&tv[1], &tsp[1]);

Completed in 37 milliseconds