Symbol: tb_string_t
sys/dev/thunderbolt/tb_debug.c
107
tb_string_t tb_notify_code[] = {
sys/dev/thunderbolt/tb_debug.c
119
tb_string_t tb_adapter_type[] = {
sys/dev/thunderbolt/tb_debug.c
132
tb_string_t tb_adapter_state[] = {
sys/dev/thunderbolt/tb_debug.c
144
tb_string_t tb_notify_event[] = {
sys/dev/thunderbolt/tb_debug.c
162
tb_get_string(uintmax_t key, tb_string_t *table)
sys/dev/thunderbolt/tb_debug.c
60
tb_string_t nhi_outmailcmd_opmode[] = {
sys/dev/thunderbolt/tb_debug.c
68
tb_string_t nhi_frame_pdf[] = {
sys/dev/thunderbolt/tb_debug.c
82
tb_string_t tb_security_level[] = {
sys/dev/thunderbolt/tb_debug.c
91
tb_string_t tb_mbox_connmode[] = {
sys/dev/thunderbolt/tb_debug.c
99
tb_string_t tb_device_power[] = {
sys/dev/thunderbolt/tb_debug.h
41
const char * tb_get_string(uintmax_t, tb_string_t *);
sys/dev/thunderbolt/tb_debug.h
45
extern tb_string_t nhi_outmailcmd_opmode[];
sys/dev/thunderbolt/tb_debug.h
46
extern tb_string_t nhi_frame_pdf[];
sys/dev/thunderbolt/tb_debug.h
47
extern tb_string_t tb_security_level[];
sys/dev/thunderbolt/tb_debug.h
48
extern tb_string_t tb_rdy_connmode[];
sys/dev/thunderbolt/tb_debug.h
49
extern tb_string_t tb_mbox_connmode[];
sys/dev/thunderbolt/tb_debug.h
50
extern tb_string_t tb_device_power[];
sys/dev/thunderbolt/tb_debug.h
51
extern tb_string_t tb_notify_code[];
sys/dev/thunderbolt/tb_debug.h
52
extern tb_string_t tb_adapter_type[];
sys/dev/thunderbolt/tb_debug.h
53
extern tb_string_t tb_adapter_state[];
sys/dev/thunderbolt/tb_debug.h
54
extern tb_string_t tb_notify_event[];