Searched refs:bool_val (Results 1 – 4 of 4) sorted by relevance
27 uint64_t bool_val = -1; variable43 bool_val = CONFIG_BOOL; in handle_sys_enter()
44 .bool_val = true,63 .data = { .bool_val = true } },65 .data = { .bool_val = false } },
1443 ctx->data.bool_val = team_port_enabled(port); in team_port_en_option_get()1452 if (ctx->data.bool_val) in team_port_en_option_set()1464 ctx->data.bool_val = port->user.linkup; in team_user_linkup_option_get()1475 port->user.linkup = ctx->data.bool_val; in team_user_linkup_option_set()1486 ctx->data.bool_val = port->user.linkup_enabled; in team_user_linkup_en_option_get()1495 port->user.linkup_enabled = ctx->data.bool_val; in team_user_linkup_en_option_set()2374 if (ctx.data.bool_val && in team_nl_fill_one_option_get()2637 ctx.data.bool_val = attr_data ? true : false; in team_nl_cmd_options_set()
153 bool bool_val; member
Completed in 11 milliseconds