Home
last modified time | relevance | path

Searched refs:n_config_paths (Results 1 – 2 of 2) sorted by relevance

/external/kmod/tools/
Dmodprobe.c833 int nargs = 0, n_config_paths = 0; in do_modprobe() local
917 size_t bytes = sizeof(char *) * (n_config_paths + 2); in do_modprobe()
925 config_paths[n_config_paths] = optarg; in do_modprobe()
926 n_config_paths++; in do_modprobe()
927 config_paths[n_config_paths] = NULL; in do_modprobe()
Ddepmod.c2909 int err = 0, all = 0, maybe_all = 0, n_config_paths = 0; in do_depmod() local
2947 size_t bytes = sizeof(char *) * (n_config_paths + 2); in do_depmod()
2954 config_paths[n_config_paths] = optarg; in do_depmod()
2955 n_config_paths++; in do_depmod()
2956 config_paths[n_config_paths] = NULL; in do_depmod()