| /f-stack/dpdk/lib/librte_cmdline/ |
| H A D | cmdline.c | 29 struct cmdline *cl = rdl->opaque; in cmdline_valid_buffer() local 45 struct cmdline *cl = rdl->opaque; in cmdline_complete_buffer() local 53 struct cmdline *cl; in cmdline_write_char() local 68 cmdline_set_prompt(struct cmdline *cl, const char *prompt) in cmdline_set_prompt() 78 struct cmdline *cl; in cmdline_new() local 107 cmdline_get_rdline(struct cmdline *cl) in cmdline_get_rdline() 113 cmdline_free(struct cmdline *cl) in cmdline_free() 143 cmdline_in(struct cmdline *cl, const char *buf, int size) in cmdline_in() 180 cmdline_quit(struct cmdline *cl) in cmdline_quit() 188 cmdline_poll(struct cmdline *cl) in cmdline_poll() [all …]
|
| H A D | cmdline_os_unix.c | 12 terminal_adjust(struct cmdline *cl) in terminal_adjust() 26 terminal_restore(const struct cmdline *cl) in terminal_restore() 32 cmdline_poll_char(struct cmdline *cl) in cmdline_poll_char() 44 cmdline_read_char(struct cmdline *cl, char *c) in cmdline_read_char()
|
| H A D | cmdline_os_windows.c | 21 terminal_adjust(struct cmdline *cl) in terminal_adjust() 57 terminal_restore(const struct cmdline *cl) in terminal_restore() 95 cmdline_poll_char_file(struct cmdline *cl, HANDLE handle) in cmdline_poll_char_file() 137 cmdline_poll_char(struct cmdline *cl) in cmdline_poll_char() 146 cmdline_read_char(struct cmdline *cl, char *c) in cmdline_read_char()
|
| H A D | cmdline_socket.c | 43 struct cmdline *cl; in cmdline_stdin_new() local 54 cmdline_stdin_exit(struct cmdline *cl) in cmdline_stdin_exit()
|
| /f-stack/freebsd/net/altq/ |
| H A D | altq_hfsc.c | 202 struct hfsc_class *cl, *parent; in hfsc_add_queue() local 245 struct hfsc_class *cl; in hfsc_remove_queue() local 260 struct hfsc_class *cl; in hfsc_getqstats() local 305 struct hfsc_class *cl; in hfsc_clear_interface() local 344 struct hfsc_class *cl; in hfsc_purge() local 358 struct hfsc_class *cl, *p; in hfsc_class_create() local 658 struct hfsc_class *cl; in hfsc_enqueue() local 712 struct hfsc_class *cl; in hfsc_dequeue() local 839 hfsc_getq(struct hfsc_class *cl) in hfsc_getq() 857 hfsc_pollq(struct hfsc_class *cl) in hfsc_pollq() [all …]
|
| H A D | altq_priq.c | 137 struct priq_class *cl; in priq_add_queue() local 164 struct priq_class *cl; in priq_remove_queue() local 179 struct priq_class *cl; in priq_getqstats() local 207 struct priq_class *cl; in priq_clear_interface() local 242 struct priq_class *cl; in priq_purge() local 256 struct priq_class *cl; in priq_class_create() local 449 struct priq_class *cl; in priq_enqueue() local 499 struct priq_class *cl; in priq_dequeue() local 559 priq_getq(struct priq_class *cl) in priq_getq() 577 priq_pollq(cl) in priq_pollq() argument [all …]
|
| H A D | altq_fairq.c | 191 struct fairq_class *cl; in fairq_add_queue() local 218 struct fairq_class *cl; in fairq_remove_queue() local 233 struct fairq_class *cl; in fairq_getqstats() local 261 struct fairq_class *cl; in fairq_clear_interface() local 292 struct fairq_class *cl; in fairq_purge() local 307 struct fairq_class *cl; in fairq_class_create() local 432 fairq_class_destroy(struct fairq_class *cl) in fairq_class_destroy() 538 struct fairq_class *cl; in fairq_dequeue() local 787 fairq_selectq(struct fairq_class *cl, int ispoll) in fairq_selectq() 841 fairq_purgeq(struct fairq_class *cl) in fairq_purgeq() [all …]
|
| H A D | altq_rmclass.c | 186 struct rm_class *cl; in rmc_newclass() local 413 struct rm_class *cl, *clh; in rmc_wrr_set_weights() local 491 rmc_depth_recompute(rm_class_t *cl) in rmc_depth_recompute() 1117 struct rm_class *cl, *first = NULL; in _rmc_prr_dequeue_next() local 1255 rm_class_t *cl, *borrowed; in rmc_update_class_util() local 1430 rmc_drop_action(struct rm_class *cl) in rmc_drop_action() 1555 struct rm_class *cl = arg; in rmc_restart() local 1595 _rmc_addq(rm_class_t *cl, mbuf_t *m) in _rmc_addq() 1619 _rmc_dropq(rm_class_t *cl) in _rmc_dropq() 1628 _rmc_getq(rm_class_t *cl) in _rmc_getq() [all …]
|
| H A D | altq_cbq.c | 79 cbq_class_destroy(cbq_state_t *cbqp, struct rm_class *cl) in cbq_class_destroy() 105 struct rm_class *cl; in clh_to_clp() local 128 struct rm_class *cl; in cbq_clear_interface() local 174 get_class_stats(class_stats_t *statsp, struct rm_class *cl) in get_class_stats() 275 struct rm_class *cl; in cbq_add_queue() local 383 struct rm_class *cl; in cbq_remove_queue() local 420 struct rm_class *cl; in cbq_getqstats() local 460 struct rm_class *cl; in cbq_enqueue() local 553 struct rm_class *cl; in cbq_purge() local
|
| /f-stack/dpdk/app/test-cmdline/ |
| H A D | commands.c | 29 struct cmdline *cl, in cmd_quit_parsed() 60 struct cmdline *cl, in cmd_single_parsed() 91 struct cmdline *cl, in cmd_single_long_parsed() 124 struct cmdline *cl, in cmd_autocomplete_1_parsed() 157 struct cmdline *cl, in cmd_autocomplete_2_parsed() 188 struct cmdline *cl, in cmd_num_parsed() 220 struct cmdline *cl, in cmd_ambig_1_parsed() 256 struct cmdline *cl, in cmd_ambig_2_parsed() 294 struct cmdline *cl, in cmd_get_history_bufsize_parsed() 328 struct cmdline *cl, in cmd_clear_history_parsed()
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_buf.c | 50 ngx_chain_t *cl; in ngx_alloc_chain_link() local 74 ngx_chain_t *chain, *cl, **ll; in ngx_create_chain_of_bufs() local 129 ngx_chain_t *cl, **ll; in ngx_chain_add_copy() local 159 ngx_chain_t *cl; in ngx_chain_get_free_buf() local 188 ngx_chain_t *cl; in ngx_chain_update_chains() local 231 ngx_chain_t *cl; in ngx_chain_coalesce_file() local
|
| /f-stack/freebsd/arm/allwinner/ |
| H A D | aw_mp.c | 86 #define CPUS_CL_RST(cl) (0x30 + (cl) * 0x4) argument 87 #define CPUX_CL_CTRL0(cl) (0x0 + (cl) * 0x10) argument 88 #define CPUX_CL_CTRL1(cl) (0x4 + (cl) * 0x10) argument 89 #define CPUX_CL_CPU_STATUS(cl) (0x30 + (cl) * 0x4) argument 90 #define CPUX_CL_RST(cl) (0x80 + (cl) * 0x4) argument 91 #define PRCM_CL_PWROFF(cl) (0x100 + (cl) * 0x4) argument 92 #define PRCM_CL_PWR_CLAMP(cl, cpu) (0x140 + (cl) * 0x4 + (cpu) * 0x4) argument
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event_pipe.c | 109 ngx_chain_t *chain, *cl, *ln; in ngx_event_pipe_read_upstream() local 504 ngx_chain_t *out, **ll, *cl; in ngx_event_pipe_write_to_downstream() local 739 ngx_chain_t *cl, *tl, *next, *out, **ll, **last_out, **last_free; in ngx_event_pipe_write_chain_to_temp_file() local 953 ngx_chain_t *cl; in ngx_event_pipe_copy_input_filter() local 1026 ngx_chain_t *cl; in ngx_event_pipe_add_free_buf() local 1075 ngx_chain_t *cl, *tl; in ngx_event_pipe_drain_chains() local
|
| /f-stack/dpdk/examples/multi_process/hotplug_mp/ |
| H A D | commands.c | 20 struct cmdline *cl, in cmd_help_parsed() 50 struct cmdline *cl, in cmd_quit_parsed() 76 struct cmdline *cl, in cmd_list_parsed() 114 struct cmdline *cl, in cmd_dev_attach_parsed() 161 struct cmdline *cl, in cmd_dev_detach_parsed()
|
| /f-stack/dpdk/examples/vm_power_manager/ |
| H A D | vm_power_cli.c | 31 struct cmdline *cl, in cmd_quit_parsed() 60 cmd_show_vm_parsed(void *parsed_result, struct cmdline *cl, in cmd_show_vm_parsed() 137 cmd_set_pcpu_parsed(void *parsed_result, struct cmdline *cl, in cmd_set_pcpu_parsed() 184 cmd_vm_op_parsed(void *parsed_result, struct cmdline *cl, in cmd_vm_op_parsed() 223 cmd_channels_op_parsed(void *parsed_result, struct cmdline *cl, in cmd_channels_op_parsed() 304 __rte_unused struct cmdline *cl, in cmd_set_query_parsed() 351 cmd_channels_status_op_parsed(void *parsed_result, struct cmdline *cl, in cmd_channels_status_op_parsed() 437 cmd_show_cpu_freq_parsed(void *parsed_result, struct cmdline *cl, in cmd_show_cpu_freq_parsed() 478 cmd_set_cpu_freq_parsed(void *parsed_result, struct cmdline *cl, in cmd_set_cpu_freq_parsed() 541 struct cmdline *cl; in run_cli() local
|
| /f-stack/dpdk/app/test/ |
| H A D | commands.c | 62 __rte_unused struct cmdline *cl, in cmd_autotest_parsed() 115 __rte_unused struct cmdline *cl, in cmd_dump_parsed() 169 static void cmd_dump_one_parsed(void *parsed_result, struct cmdline *cl, in cmd_dump_one_parsed() 220 struct cmdline *cl, in cmd_quit_parsed() 247 static void cmd_set_rxtx_parsed(void *parsed_result, struct cmdline *cl, in cmd_set_rxtx_parsed() 283 struct cmdline *cl, in cmd_set_rxtx_anchor_parsed() 320 struct cmdline *cl, in cmd_set_rxtx_sc_parsed()
|
| /f-stack/dpdk/examples/vm_power_manager/guest_cli/ |
| H A D | vm_power_cli_guest.c | 116 __rte_unused struct cmdline *cl, in cmd_quit_parsed() 181 __rte_unused struct cmdline *cl, in cmd_query_freq_list_parsed() 291 __rte_unused struct cmdline *cl, in cmd_query_caps_list_parsed() 413 cmd_set_cpu_freq_parsed(void *parsed_result, struct cmdline *cl, in cmd_set_cpu_freq_parsed() 476 send_policy(struct channel_packet *pkt, struct cmdline *cl) in send_policy() 499 cmd_send_policy_parsed(void *parsed_result, struct cmdline *cl, in cmd_send_policy_parsed() 544 struct cmdline *cl; in run_cli() local
|
| /f-stack/dpdk/examples/multi_process/simple_mp/ |
| H A D | mp_commands.c | 43 __rte_unused struct cmdline *cl, in cmd_send_parsed() 81 struct cmdline *cl, in cmd_quit_parsed() 108 struct cmdline *cl, in cmd_help_parsed()
|
| /f-stack/dpdk/examples/qos_sched/ |
| H A D | cmdline.c | 25 struct cmdline *cl, in cmd_help_parsed() 68 struct cmdline *cl, in cmd_quit_parsed() 95 __rte_unused struct cmdline *cl, in cmd_setqavg_parsed() 137 __rte_unused struct cmdline *cl, in cmd_appstats_parsed() 171 __rte_unused struct cmdline *cl, in cmd_subportstats_parsed() 222 __rte_unused struct cmdline *cl, in cmd_pipestats_parsed() 285 __rte_unused struct cmdline *cl, in cmd_avg_q_parsed() 362 __rte_unused struct cmdline *cl, in cmd_avg_tcpipe_parsed() 429 __rte_unused struct cmdline *cl, in cmd_avg_pipe_parsed() 488 __rte_unused struct cmdline *cl, in cmd_avg_tcsubport_parsed() [all …]
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | cmdline.c | 1245 __rte_unused struct cmdline *cl, in cmd_operate_specific_port_parsed() 1529 __rte_unused struct cmdline *cl, in cmd_config_speed_all_parsed() 2739 __rte_unused struct cmdline *cl, in cmd_setup_rxtx_queue_parsed() 7266 struct cmdline *cl, in cmd_reset_parsed() 7761 __rte_unused struct cmdline *cl, in cmd_showqueue_parsed() 8198 struct cmdline *cl, in cmd_quit_parsed() 10728 __rte_unused struct cmdline *cl, in cmd_set_vf_vlan_anti_spoof_parsed() 10834 __rte_unused struct cmdline *cl, in cmd_set_vf_mac_anti_spoof_parsed() 10940 __rte_unused struct cmdline *cl, in cmd_set_vf_vlan_stripq_parsed() 11046 __rte_unused struct cmdline *cl, in cmd_set_vf_vlan_insert_parsed() [all …]
|
| /f-stack/dpdk/examples/ipsec-secgw/ |
| H A D | parser.c | 195 __rte_unused struct cmdline *cl, void *data) in cfg_sp_add_cfg_item_parsed() 250 __rte_unused struct cmdline *cl, void *data) in cfg_sa_add_cfg_item_parsed() 290 __rte_unused struct cmdline *cl, void *data) in cfg_rt_add_cfg_item_parsed() 333 __rte_unused struct cmdline *cl, void *data) in cfg_flow_add_cfg_item_parsed() 377 cfg_parse_neigh(void *parsed_result, __rte_unused struct cmdline *cl, in cfg_parse_neigh() 430 struct cmdline *cl = cmdline_stdin_new(ipsec_ctx, ""); in parse_cfg_file() local
|
| /f-stack/dpdk/examples/cmdline/ |
| H A D | commands.c | 71 struct cmdline *cl, in cmd_obj_del_show_parsed() 123 struct cmdline *cl, in cmd_obj_add_parsed() 184 struct cmdline *cl, in cmd_help_parsed()
|
| /f-stack/dpdk/examples/vdpa/ |
| H A D | main.c | 253 struct cmdline *cl, in cmd_help_parsed() 289 struct cmdline *cl, in cmd_list_vdpa_devices_parsed() 341 struct cmdline *cl, in cmd_create_vdpa_port_parsed() 387 static void cmd_device_stats_parsed(void *parsed_result, struct cmdline *cl, in cmd_device_stats_parsed() 494 struct cmdline *cl, in cmd_quit_parsed() 527 struct cmdline *cl; in main() local
|
| /f-stack/dpdk/examples/bond/ |
| H A D | main.c | 481 __rte_unused struct cmdline *cl, in cmd_obj_send_parsed() 570 struct cmdline *cl, in cmd_start_parsed() 628 struct cmdline *cl, in cmd_help_parsed() 660 struct cmdline *cl, in cmd_stop_parsed() 701 struct cmdline *cl, in cmd_quit_parsed() 744 struct cmdline *cl, in cmd_show_parsed() 805 struct cmdline *cl; in prompt() local
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_gzip_filter_module.c | 323 ngx_chain_t *cl; in ngx_http_gzip_body_filter() local 562 ngx_chain_t *cl, **ll; in ngx_http_gzip_filter_buffer() local 666 ngx_chain_t *cl; in ngx_http_gzip_filter_gzheader() local 697 ngx_chain_t *cl; in ngx_http_gzip_filter_add_data() local 764 ngx_chain_t *cl; in ngx_http_gzip_filter_get_buf() local 809 ngx_chain_t *cl; in ngx_http_gzip_filter_deflate() local 937 ngx_chain_t *cl; in ngx_http_gzip_filter_deflate_end() local 1082 ngx_chain_t *cl; in ngx_http_gzip_filter_free_copy_buf() local
|