Home
last modified time | relevance | path

Searched refs:__darwin_useconds_t (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/bsd/sys/_types/
H A D_useconds_t.h31 typedef __darwin_useconds_t useconds_t;
/xnu-12377.1.9/bsd/sys/
H A D_types.h99 typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */ typedef
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_syscalls.c11559 timelimit.tv_usec = (__darwin_useconds_t) tmp_searchblock.timelimit.tv_usec; in searchfs()