Searched refs:get_options (Results 1 – 3 of 3) sorted by relevance
| /lib/ |
| A D | cmdline.c | 107 char *get_options(const char *str, int nints, int *ints) in get_options() function 139 EXPORT_SYMBOL(get_options);
|
| A D | string_helpers.c | 145 get_options(buf, 0, &nints); in parse_int_array() 153 get_options(buf, nints + 1, ints); in parse_int_array()
|
| /lib/tests/ |
| A D | cmdline_kunit.c | 115 get_options(in, ARRAY_SIZE(r), r); in cmdline_do_one_range_test() 122 get_options(in, 0, r); in cmdline_do_one_range_test()
|
Completed in 5 milliseconds