/freebsd-src/sys/x86/include/ |
H A D | tls.h | 43 struct tcb { struct 44 struct tcb *tcb_self; /* required by rtld */ argument 45 uintptr_t *tcb_dtv; /* required by rtld */ argument 46 struct pthread *tcb_thread; argument 59 _tcb_set(struct tcb *tcb) in _tcb_set() 71 struct tcb *tcb; in _tcb_get() local
|
/freebsd-src/sys/sys/ |
H A D | _tls_variant_i.h | 40 struct tcb { struct 41 uintptr_t *tcb_dtv; /* required by rtld */ argument 42 struct pthread *tcb_thread; argument
|
/freebsd-src/lib/libthr/thread/ |
H A D | thr_ctrdtr.c | 37 struct tcb *tcb; in _tcb_ctor() local 49 _tcb_dtor(struct tcb *tcb) in _tcb_dtor()
|
H A D | thr_list.c | 135 struct tcb *tcb; in _thr_alloc() local [all...] |
H A D | thr_private.h | 519 struct tcb *tcb; member
|
/freebsd-src/sys/arm64/include/ |
H A D | tls.h | 45 _tcb_set(struct tcb *tcb) in _tcb_set() 53 struct tcb *tcb; in _tcb_get() local
|
/freebsd-src/sys/arm/include/ |
H A D | tls.h | 40 _tcb_set(struct tcb *tcb) in _tcb_set() 48 struct tcb *tcb; in _tcb_get() local
|
/freebsd-src/sys/riscv/include/ |
H A D | tls.h | 46 _tcb_set(struct tcb *tcb) in _tcb_set() 54 struct tcb *tcb; in _tcb_get() local
|
/freebsd-src/sys/powerpc/include/ |
H A D | tls.h | 40 _tcb_set(struct tcb *tcb) in _tcb_set() 54 struct tcb *tcb; in _tcb_get() local
|
/freebsd-src/lib/libc/gen/ |
H A D | tls.c | 176 get_tls_block_ptr(void * tcb,size_t tcbsize) get_tls_block_ptr() argument 200 __libc_free_tls(void * tcb,size_t tcbsize,size_t tcbalign __unused) __libc_free_tls() argument 234 Elf_Addr *dtv, **tcb; __libc_allocate_tls() local 301 __libc_free_tls(void * tcb,size_t tcbsize __unused,size_t tcbalign) __libc_free_tls() argument [all...] |
/freebsd-src/sys/dev/cxgbe/tom/ |
H A D | t4_tom.c | 426 get_tcb_tflags(const uint64_t * tcb) get_tcb_tflags() argument 433 get_tcb_field(const uint64_t * tcb,u_int word,uint32_t mask,u_int shift) get_tcb_field() argument 459 GET_TCB_FIELD(tcb,F) global() argument 627 update_tcb_histent(struct tcb_histent * te,const uint64_t * tcb) update_tcb_histent() argument 685 const uint64_t *tcb = (const uint64_t *)(const void *)(cpl + 1); do_get_tcb_rpl() local 717 fill_tcp_info_from_tcb(struct adapter * sc,uint64_t * tcb,struct tcp_info * ti) fill_tcp_info_from_tcb() argument 771 u_char *tcb, tmp; read_tcb_using_memwin() local 794 uint64_t tcb[TCB_SIZE / sizeof(uint64_t)]; fill_tcp_info() local [all...] |
/freebsd-src/sbin/ipf/ipsend/ |
H A D | sock.c | 247 struct tcpcb *t, tcb; in do_socket() local
|
H A D | iptests.c | 1051 struct tcpcb *tcbp, tcb; ip_test5() local
|
/freebsd-src/usr.bin/systat/ |
H A D | netstat.c | 142 static char tcb[] = "tcb", udb[] = "udb"; variable
|
/freebsd-src/contrib/ncurses/ncurses/win32con/ |
H A D | win32_driver.c | 218 #define con_write(tcb, y, x, str, n) con_write16(tcb, y, x, str, n) argument 257 #define con_write(tcb, y, x, str, n) con_write8(tcb, y, x, str, n) argument
|
H A D | win_driver.c | 309 #define con_write(tcb, y, x, str, n) con_write16(tcb, y, x, str, n) argument 348 #define con_write(tcb, y, x, str, n) con_write8(tcb, y, x, str, n) argument
|
/freebsd-src/libexec/rtld-elf/ |
H A D | rtld.c | 5270 get_tls_block_ptr(void * tcb,size_t tcbsize) get_tls_block_ptr() argument 5301 Elf_Addr *dtv, **tcb; allocate_tls() local 5368 free_tls(void * tcb,size_t tcbsize,size_t tcbalign __unused) free_tls() argument 5626 _rtld_free_tls(void * tcb,size_t tcbsize,size_t tcbalign) _rtld_free_tls() argument [all...] |
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_linux_libcdep.cpp | 448 struct tls_tcb *tcb = nullptr; ThreadSelfTlsTcb() local
|
/freebsd-src/sys/dev/ocs_fc/ |
H A D | ocs_os.h | 978 struct thread *tcb; /*<< thread control block */ member
|
/freebsd-src/usr.sbin/cxgbetool/ |
H A D | cxgbetool.c | 2228 unsigned char *tcb = (unsigned char *)buf; in show_tcb() local
|
/freebsd-src/sys/netinet/ |
H A D | sctp_structs.h | 51 void *tcb; member
|
/freebsd-src/sys/dev/cxgbe/ |
H A D | t4_main.c | 12883 DB_TABLE_COMMAND_FLAGS(show_t4,tcb,db_show_t4tcb,CS_OWN) DB_TABLE_COMMAND_FLAGS() argument
|
/freebsd-src/contrib/ofed/libcxgb4/ |
H A D | t4fw_api.h | 494 } tcb; member
|
/freebsd-src/sys/dev/cxgbe/firmware/ |
H A D | t4fw_interface.h | 923 } tcb; member
|