Searched refs:check_params (Results 1 – 5 of 5) sorted by relevance
120 if (tparams->check_params) { in main()121 if (tparams->check_params(¶ms)) in main()
105 int (*check_params) (struct image_tool_params *); member297 .check_params = _check_params, \
349 if (tparams->check_params) in main()350 if (tparams->check_params (¶ms)) in main()
31 int (*check_params)(struct mlxsw_sp_port *mlxsw_sp_port, member201 err = ops->check_params(mlxsw_sp_port, mlxsw_sp_qdisc, params); in mlxsw_sp_qdisc_replace()560 .check_params = mlxsw_sp_qdisc_red_check_params,763 .check_params = mlxsw_sp_qdisc_tbf_check_params,842 .check_params = mlxsw_sp_qdisc_fifo_check_params,1117 .check_params = mlxsw_sp_qdisc_prio_check_params,1166 .check_params = mlxsw_sp_qdisc_ets_check_params,
1#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...