Searched refs:option_count (Results 1 – 3 of 3) sorted by relevance
296 int count, option_count; in handle_alias() local324 option_count = handle_options(&new_argv, &count, &envchanged); in handle_alias()329 memmove(new_argv - option_count, new_argv, in handle_alias()331 new_argv -= option_count; in handle_alias()
289 size_t option_count);292 size_t option_count);
252 size_t option_count) in __team_options_register() argument258 dst_opts = kzalloc(sizeof(struct team_option *) * option_count, in __team_options_register()262 for (i = 0; i < option_count; i++, option++) { in __team_options_register()274 for (i = 0; i < option_count; i++) { in __team_options_register()288 i = option_count - 1; in __team_options_register()299 size_t option_count) in __team_options_mark_removed() argument303 for (i = 0; i < option_count; i++, option++) { in __team_options_mark_removed()314 size_t option_count) in __team_options_unregister() argument318 for (i = 0; i < option_count; i++, option++) { in __team_options_unregister()334 size_t option_count) in team_options_register() argument[all …]