Searched refs:tsp (Results 1 – 3 of 3) sorted by relevance
| /xnu-8792.41.9/bsd/kern/ |
| H A D | kern_time.c | 840 struct timespec *tsp) in nanotime() argument 847 tsp->tv_sec = tv_sec; in nanotime() 848 tsp->tv_nsec = tv_nsec; in nanotime() 853 struct timespec *tsp) in nanouptime() argument 860 tsp->tv_sec = tv_sec; in nanouptime() 861 tsp->tv_nsec = tv_nsec; in nanouptime()
|
| H A D | kern_authorization.c | 195 kauth_scope_t sp, tsp; in kauth_register_scope() local 206 TAILQ_FOREACH(tsp, &kauth_scopes, ks_link) { in kauth_register_scope() 208 if (strncmp(tsp->ks_identifier, identifier, in kauth_register_scope() 209 strlen(tsp->ks_identifier) + 1) == 0) { in kauth_register_scope()
|
| /xnu-8792.41.9/bsd/vfs/ |
| H A D | vfs_syscalls.c | 187 static int getutimes(user_addr_t usrtvp, struct timespec *tsp); 7960 getutimes(user_addr_t usrtvp, struct timespec *tsp) in getutimes() argument 7968 TIMEVAL_TO_TIMESPEC(&old_tv, &tsp[0]); in getutimes() 7969 tsp[1] = tsp[0]; in getutimes() 7977 TIMEVAL64_TO_TIMESPEC(&tv[0], &tsp[0]); in getutimes() 7978 TIMEVAL64_TO_TIMESPEC(&tv[1], &tsp[1]); in getutimes() 7985 TIMEVAL_TO_TIMESPEC(&tv[0], &tsp[0]); in getutimes() 7986 TIMEVAL_TO_TIMESPEC(&tv[1], &tsp[1]); in getutimes()
|