Home
last modified time | relevance | path

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

/external/kmod/tools/
Dmodprobe.c811 int nargs = 0, n_config_paths = 0; in do_modprobe() local
894 size_t bytes = sizeof(char *) * (n_config_paths + 2); in do_modprobe()
902 config_paths[n_config_paths] = optarg; in do_modprobe()
903 n_config_paths++; in do_modprobe()
904 config_paths[n_config_paths] = NULL; in do_modprobe()
Ddepmod.c2899 int err = 0, all = 0, maybe_all = 0, n_config_paths = 0; in do_depmod() local
2931 size_t bytes = sizeof(char *) * (n_config_paths + 2); in do_depmod()
2938 config_paths[n_config_paths] = optarg; in do_depmod()
2939 n_config_paths++; in do_depmod()
2940 config_paths[n_config_paths] = NULL; in do_depmod()