Home
last modified time | relevance | path

Searched refs:on_off (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c8387 uint16_t on_off = 0; in cmd_set_xstats_hide_zero_parsed() local
8390 on_off = !strcmp(res->on_off, "on") ? 1 : 0; in cmd_set_xstats_hide_zero_parsed()
8429 uint16_t on_off = 0; in cmd_set_record_core_cycles_parsed() local
8432 on_off = !strcmp(res->on_off, "on") ? 1 : 0; in cmd_set_record_core_cycles_parsed()
8471 uint16_t on_off = 0; in cmd_set_record_burst_stats_parsed() local
8474 on_off = !strcmp(res->on_off, "on") ? 1 : 0; in cmd_set_record_burst_stats_parsed()
10723 on_off, "on#off");
10829 on_off, "on#off");
10935 on_off, "on#off");
11135 on_off, "on#off");
[all …]
H A Dtestpmd.h890 void set_xstats_hide_zero(uint8_t on_off);
892 void set_record_core_cycles(uint8_t on_off);
893 void set_record_burst_stats(uint8_t on_off);
H A Dconfig.c4581 set_xstats_hide_zero(uint8_t on_off) in set_xstats_hide_zero() argument
4583 xstats_hide_zero = on_off; in set_xstats_hide_zero()
4587 set_record_core_cycles(uint8_t on_off) in set_record_core_cycles() argument
4589 record_core_cycles = on_off; in set_record_core_cycles()
4593 set_record_burst_stats(uint8_t on_off) in set_record_burst_stats() argument
4595 record_burst_stats = on_off; in set_record_burst_stats()
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dpxa300-raumfeld-common.dtsi101 label = "on_off button";
/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c5430 ar9300_green_ap_ps_on_off( struct ath_hal *ah, u_int16_t on_off) in ar9300_green_ap_ps_on_off() argument
5433 AH9300(ah)->green_ap_ps_on = !!on_off; in ar9300_green_ap_ps_on_off()