Home
last modified time | relevance | path

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

/external/kmod/tools/
Dmodprobe.c751 int nargs = 0, n_config_paths = 0; in do_modprobe() local
824 size_t bytes = sizeof(char *) * (n_config_paths + 2); in do_modprobe()
832 config_paths[n_config_paths] = optarg; in do_modprobe()
833 n_config_paths++; in do_modprobe()
834 config_paths[n_config_paths] = NULL; in do_modprobe()
Ddepmod.c2742 int err = 0, all = 0, maybe_all = 0, n_config_paths = 0; in do_depmod() local
2774 size_t bytes = sizeof(char *) * (n_config_paths + 2); in do_depmod()
2781 config_paths[n_config_paths] = optarg; in do_depmod()
2782 n_config_paths++; in do_depmod()
2783 config_paths[n_config_paths] = NULL; in do_depmod()