Lines Matching +full:hot +full:- +full:plug
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
100 { 0x0, "Self-powered" },
154 { TB_CFG_ERR_PLUG, "Hot plug error" },
168 while (table->value != NULL) { in tb_get_string()
169 if (table->key == key) in tb_get_string()
170 return (table->value); in tb_get_string()
232 if (*debug & string->flag) in tb_debug_sysctl()
233 sbuf_printf(sbuf, ",%s", string->name); in tb_debug_sysctl()
239 if (error || req->newptr == NULL) in tb_debug_sysctl()
242 len = req->newlen - req->newidx; in tb_debug_sysctl()
276 } else if (*list == '-') { in tb_parse_debug()
296 if (strcasecmp(token, string->name) == 0) { in tb_parse_debug()
297 flags |= string->flag; in tb_parse_debug()