Home
last modified time | relevance | path

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

/external/kmod/tools/
Dmodprobe.c757 int nargs = 0, n_config_paths = 0; in do_modprobe() local
830 size_t bytes = sizeof(char *) * (n_config_paths + 2); in do_modprobe()
838 config_paths[n_config_paths] = optarg; in do_modprobe()
839 n_config_paths++; in do_modprobe()
840 config_paths[n_config_paths] = NULL; in do_modprobe()
Ddepmod.c2808 int err = 0, all = 0, maybe_all = 0, n_config_paths = 0; in do_depmod() local
2840 size_t bytes = sizeof(char *) * (n_config_paths + 2); in do_depmod()
2847 config_paths[n_config_paths] = optarg; in do_depmod()
2848 n_config_paths++; in do_depmod()
2849 config_paths[n_config_paths] = NULL; in do_depmod()