Home
last modified time | relevance | path

Searched refs:ints (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/lib/
Dcmdline.c90 char *get_options(const char *str, int nints, int *ints) in get_options() argument
95 res = get_option((char **)&str, ints + i); in get_options()
100 range_nums = get_range((char **)&str, ints + i, nints - i); in get_options()
114 ints[0] = i - 1; in get_options()
/linux-4.19.296/drivers/isdn/hisax/
Dconfig.c407 int ints[MAX_ARG + 1]; in HiSax_setup() local
410 str = get_options(line, MAX_ARG, ints); in HiSax_setup()
411 argc = ints[0]; in HiSax_setup()
418 cards[i].typ = ints[j]; in HiSax_setup()
423 cards[i].protocol = ints[j]; in HiSax_setup()
428 cards[i].para[0] = ints[j]; in HiSax_setup()
433 cards[i].para[1] = ints[j]; in HiSax_setup()
438 cards[i].para[2] = ints[j]; in HiSax_setup()
/linux-4.19.296/include/linux/
Dkernel.h506 extern char *get_options(const char *str, int nints, int *ints);