Home
last modified time | relevance | path

Searched defs:tcb (Results 1 – 9 of 9) sorted by relevance

/dragonfly/lib/libc/gen/
H A Dtls.c87 __libc_free_tls(struct tls_tcb *tcb) in __libc_free_tls()
111 struct tls_tcb *tcb; in __libc_allocate_tls() local
196 struct tls_tcb *tcb; in _libc_init_tls() local
266 struct tls_tcb *tcb; in _libc_allocate_tls() local
/dragonfly/lib/libthread_xu/thread/
H A Dthr_ctrdtr.c42 struct tls_tcb *tcb; in _tcb_ctor() local
58 _tcb_dtor(struct tls_tcb *tcb) in _tcb_dtor()
H A Dthr_list.c153 struct tls_tcb *tcb; in _thr_alloc() local
H A Dthr_private.h470 struct tls_tcb *tcb; member
/dragonfly/libexec/rtld-elf/x86_64/
H A Dreloc.c491 struct tls_tcb *tcb; in __tls_get_addr() local
498 __tls_get_addr_tcb(struct tls_tcb *tcb, tls_index *ti) in __tls_get_addr_tcb()
/dragonfly/sys/cpu/x86_64/include/
H A Dtls.h109 tls_set_tcb(struct tls_tcb *tcb) in tls_set_tcb()
/dragonfly/sys/dev/disk/ncr/
H A Dncr.c538 struct tcb { struct
549 struct link jump_tcb; argument
563 ncrcmd getscr[6];
574 struct link call_lun;
583 struct link jump_lcb;
589 nccb_p hold_cp;
614 ** the lcb's of this tcb argument
617 lcb_p lp[MAX_LUN];
/dragonfly/libexec/rtld-elf/
H A Drtld.c4467 struct tls_tcb *tcb; in allocate_tls() local
4509 free_tls(struct tls_tcb *tcb) in free_tls()
4636 _rtld_free_tls(struct tls_tcb *tcb) in _rtld_free_tls()
/dragonfly/sys/netinet/
H A Dtcp_subr.c342 struct tcpcb tcb; member