Searched defs:setup_state (Results 1 - 1 of 1) sorted by relevance
/systemd/src/network/ |
H A D | networkctl.c | 229 _cleanup_free_ char *setup_state = NULL, *operational_state = NULL; local 239 sd_network_link_get_setup_state(links[i].ifindex, &setup_state); 240 setup_state_to_color(setup_state, &on_color_setup, &off_color_setup); 250 on_color_setup, strna(setup_state), off_color_setup); 507 _cleanup_free_ char *setup_state = NULL, *operational_state = NULL, *tz = NULL; local 575 (void) sd_network_link_get_setup_state(ifindex, &setup_state); 576 setup_state_to_color(setup_state, &on_color_setup, &off_color_setup); 618 on_color_setup, strna(setup_state), off_color_setup);
|
Completed in 12 milliseconds