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

/darwin-on-arm/xnu/tools/tests/kqueue_tests/
H A Dkqueue_timer_tests.c20 struct timeval before, after; local
27 gettimeofday(&before, NULL);
38 elapsed_usecs = (after.tv_sec - before.tv_sec) * (1000 * 1000) +
39 (after.tv_usec - before.tv_usec);
/darwin-on-arm/xnu/bsd/sys/
H A Dmake_posix_availability.sh11 # http://www.opensource.apple.com/apsl/ and read it before using this
54 * http://www.opensource.apple.com/apsl/ and read it before using this file.
H A Dmake_symbol_aliasing.sh11 # http://www.opensource.apple.com/apsl/ and read it before using this
58 * http://www.opensource.apple.com/apsl/ and read it before using this file.
/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.c16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
484 int before, after; local
505 before = ifp->if_idle_flags;
509 if ((after - before) < 0 && ifp->if_idle_flags == 0 &&
516 } else if ((after - before) > 0 && ifp->if_want_aggressive_drain == 0) {
1779 * It is an error to call burst_end before burst_start.
/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6.c16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
1199 * Nuke neighbor cache/prefix/default router management table, right before
1673 * before the default router selection, we perform
1869 * In case we're called before 1.0 sec.
1894 * we need to check ip6forwarding before sending it.
1954 /* In case we're called before 1.0 sec. has elapsed */
3577 nd6_setifinfo(struct ifnet *ifp, u_int32_t before, u_int32_t after) argument
3582 before &= ND6_IFF_PROXY_PREFIXES;
3585 if (before == after)
3588 return (nd6_if_prproxy(ifp, ((int32_t)(after - before) >
[all...]

Completed in 92 milliseconds