Searched refs:tsp (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215.1.10/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-11215.1.10/bsd/vfs/ |
| H A D | vfs_syscalls.c | 191 static int getutimes(user_addr_t usrtvp, struct timespec *tsp); 8083 getutimes(user_addr_t usrtvp, struct timespec *tsp) in getutimes() argument 8091 TIMEVAL_TO_TIMESPEC(&old_tv, &tsp[0]); in getutimes() 8092 tsp[1] = tsp[0]; in getutimes() 8100 TIMEVAL64_TO_TIMESPEC(&tv[0], &tsp[0]); in getutimes() 8101 TIMEVAL64_TO_TIMESPEC(&tv[1], &tsp[1]); in getutimes() 8108 TIMEVAL_TO_TIMESPEC(&tv[0], &tsp[0]); in getutimes() 8109 TIMEVAL_TO_TIMESPEC(&tv[1], &tsp[1]); in getutimes()
|