Searched refs:args_required (Results 1 – 1 of 1) sorted by relevance
3680 static int check_arg_count(unsigned int argc, unsigned int args_required) in check_arg_count() argument3682 if (argc != args_required) { in check_arg_count()3684 argc, args_required); in check_arg_count()