/openbsd/usr.sbin/bgpd/ |
H A D | timer.c | 40 timer_get(struct timer_head *th, enum Timer timer) in timer_get() 52 timer_nextisdue(struct timer_head *th, time_t now) in timer_nextisdue() 63 timer_nextduein(struct timer_head *th, time_t now) in timer_nextduein() 73 timer_running(struct timer_head *th, enum Timer timer, time_t *left) in timer_running() 86 timer_set(struct timer_head *th, enum Timer timer, u_int offset) in timer_set() 113 timer_stop(struct timer_head *th, enum Timer timer) in timer_stop() 125 timer_remove(struct timer_head *th, enum Timer timer) in timer_remove() 136 timer_remove_all(struct timer_head *th) in timer_remove_all()
|
H A D | rde_trie.c | 145 trie_add_v4(struct trie_head *th, struct in_addr *prefix, uint8_t plen) in trie_add_v4() 228 trie_add_v6(struct trie_head *th, struct in6_addr *prefix, uint8_t plen) in trie_add_v6() 317 trie_add(struct trie_head *th, struct bgpd_addr *prefix, uint8_t plen, in trie_add() 387 trie_roa_add(struct trie_head *th, struct roa *roa) in trie_roa_add() 467 trie_free(struct trie_head *th) in trie_free() 475 trie_match_v4(struct trie_head *th, struct in_addr *prefix, uint8_t plen, in trie_match_v4() 516 trie_match_v6(struct trie_head *th, struct in6_addr *prefix, uint8_t plen, in trie_match_v6() 557 trie_match(struct trie_head *th, struct bgpd_addr *prefix, uint8_t plen, in trie_match() 572 trie_roa_check_v4(struct trie_head *th, struct in_addr *prefix, uint8_t plen, in trie_roa_check_v4() 674 trie_roa_check(struct trie_head *th, struct bgpd_addr *prefix, uint8_t plen, in trie_roa_check() [all …]
|
/openbsd/sys/kern/ |
H A D | kern_tc.c | 151 struct timehands *th; in binboottime() local 184 struct timehands *th; in binuptime() local 200 struct timehands *th; in getbinuptime() local 273 struct timehands *th; in binruntime() local 299 struct timehands *th; in getbinruntime() local 323 struct timehands *th; in bintime() local 380 struct timehands *th; in getnanouptime() local 395 struct timehands *th; in getmicrouptime() local 410 struct timehands *th; in getnanotime() local 425 struct timehands *th; in getmicrotime() local [all …]
|
/openbsd/regress/usr.sbin/bgpd/unittests/ |
H A D | rde_trie_test.c | 115 parse_file(FILE *in, struct trie_head *th) in parse_file() 170 parse_roa_file(FILE *in, struct trie_head *th) in parse_roa_file() 235 test_file(FILE *in, struct trie_head *th) in test_file() 255 test_roa_file(FILE *in, struct trie_head *th) in test_roa_file() 312 struct trie_head th = { 0 }; in main() local
|
/openbsd/sys/netinet/ |
H A D | tcp_input.c | 212 tcp_reass(struct tcpcb *tp, struct tcphdr *th, struct mbuf *m, int *tlen) in tcp_reass() 379 struct tcphdr *th; in tcp_input() local 2119 tcp_dooptions(struct tcpcb *tp, u_char *cp, int cnt, struct tcphdr *th, in tcp_dooptions() 2403 tcp_sack_option(struct tcpcb *tp, struct tcphdr *th, u_char *cp, int optlen) in tcp_sack_option() 2589 tcp_del_sackholes(struct tcpcb *tp, struct tcphdr *th) in tcp_del_sackholes() 2634 tcp_sack_partialack(struct tcpcb *tp, struct tcphdr *th) in tcp_sack_partialack() 3016 tcp_newreno_partialack(struct tcpcb *tp, struct tcphdr *th) in tcp_newreno_partialack() 3482 syn_cache_get(struct sockaddr *src, struct sockaddr *dst, struct tcphdr *th, in syn_cache_get() 3705 struct tcphdr *th, u_int rtableid) in syn_cache_unreach() 3759 syn_cache_add(struct sockaddr *src, struct sockaddr *dst, struct tcphdr *th, in syn_cache_add() [all …]
|
H A D | tcp_subr.c | 208 struct tcphdr *th; in tcp_template() local 305 struct tcphdr *th; in tcp_respond() local 604 struct tcphdr th; in tcp6_ctlinput() local 713 struct tcphdr *th; in tcp_ctlinput() local 1011 tcp_signature(struct tdb *tdb, int af, struct mbuf *m, struct tcphdr *th, in tcp_signature()
|
H A D | tcp_output.c | 201 struct tcphdr *th; in tcp_output() local 1203 struct tcphdr *th; in tcp_chopper() local
|
H A D | tcp_debug.c | 128 struct tcphdr *th; in tcp_trace() local
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | wince.c | 800 undoSStep (thread_info * th) in undoSStep() 936 undoSStep (thread_info * th) in undoSStep() 974 thread_info *th = thread_rec (ev->dwThreadId, 1); in check_for_step() local 988 undoSStep (thread_info * th) in undoSStep() 1026 thread_info *th; in thread_rec() local 1051 thread_info *th; in child_add_thread() local 1071 thread_info *th = &thread_head; in child_init_thread_list() local 1088 thread_info *th; in child_delete_thread() local 1337 thread_info *th; in child_continue() local 1367 thread_info *th = NULL; in get_child_debug_event() local [all …]
|
H A D | win32-nat.c | 232 thread_info *th; in thread_rec() local 255 thread_info *th; in child_add_thread() local 291 thread_info *th = &thread_head; in child_init_thread_list() local 308 thread_info *th; in child_delete_thread() local 340 thread_info *th = current_thread; in do_child_fetch_inferior_registers() local 1065 thread_info *th; in handle_exception() local 1171 thread_info *th; in child_continue() local 1231 thread_info *th; in get_child_debug_event() local 1971 thread_info *th; in child_resume() local
|
H A D | sol-thread.c | 264 td_thrhandle_t th; in thread_to_lwp() local 304 td_thrhandle_t th; in lwp_to_thread() local 874 td_thrhandle_t th; in sol_thread_alive() local 1358 sol_find_new_threads_callback (const td_thrhandle_t *th, void *ignored) in sol_find_new_threads_callback() 1429 info_cb (const td_thrhandle_t *th, void *s) in info_cb()
|
/openbsd/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/ |
H A D | tsan_posix.cpp | 59 pthread_t th[3]; in TEST() local 82 pthread_t th[kThreads]; in local_thread() local 137 pthread_t th; in TEST() local
|
/openbsd/gnu/llvm/clang/tools/scan-build/share/scan-build/ |
H A D | scanview.css | 7 th, table thead { selector 15 th, td { padding:5px; padding-left:8px; text-align:left } selector
|
/openbsd/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/resources/ |
H A D | scanview.css | 7 th, table thead { selector 15 th, td { padding:5px; padding-left:8px; text-align:left } selector
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
H A D | 921011-1.c | 5 int th, h, em, nlwm, nlwS, nlw, sy; local
|
/openbsd/sys/net/ |
H A D | slcompress.c | 172 struct tcphdr *th; in sl_compress_tcp() local 468 struct tcphdr *th; in sl_uncompress_tcp_core() local
|
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/ |
H A D | thread_check.c | 53 pthread_t th[N]; in main() local
|
/openbsd/usr.bin/lex/ |
H A D | tables.c | 80 int yytbl_hdr_init (struct yytbl_hdr *th, const char *version_str, in yytbl_hdr_init() 140 int yytbl_hdr_fwrite (struct yytbl_writer *wr, const struct yytbl_hdr *th) in yytbl_hdr_fwrite()
|
/openbsd/regress/lib/libpthread/semaphore/sem_wait/ |
H A D | sem_wait.c | 31 pthread_t th; in main() local
|
/openbsd/usr.sbin/acme-client/ |
H A D | chngproc.c | 33 char *tok = NULL, *th = NULL, *fmt = NULL, **fs = NULL; in chngproc() local
|
/openbsd/gnu/llvm/compiler-rt/lib/tsan/benchmarks/ |
H A D | mop.cpp | 48 pthread_t th; in test() local
|
/openbsd/regress/lib/libpthread/semaphore/sem_timedwait/ |
H A D | sem_timedwait.c | 34 pthread_t th; in main() local
|
/openbsd/regress/sys/netinet/pmtu/ |
H A D | tcp_atomicfrag6.py | 66 th=fh.payload variable
|
/openbsd/regress/lib/libc/asr/bin/ |
H A D | threads.c | 89 pthread_t th[MAX_THREADS]; in main() local
|
/openbsd/sys/dev/fdt/ |
H A D | gfrtc.c | 65 uint64_t tl, th; in gfrtc_gettime() local
|