Home
last modified time | relevance | path

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

/external/kmod/tools/
Dmodprobe.c721 int nargs = 0, n_config_paths = 0; in do_modprobe() local
790 size_t bytes = sizeof(char *) * (n_config_paths + 2); in do_modprobe()
798 config_paths[n_config_paths] = optarg; in do_modprobe()
799 n_config_paths++; in do_modprobe()
800 config_paths[n_config_paths] = NULL; in do_modprobe()
Ddepmod.c2545 int err = 0, all = 0, maybe_all = 0, n_config_paths = 0; in do_depmod() local
2577 size_t bytes = sizeof(char *) * (n_config_paths + 2); in do_depmod()
2584 config_paths[n_config_paths] = optarg; in do_depmod()
2585 n_config_paths++; in do_depmod()
2586 config_paths[n_config_paths] = NULL; in do_depmod()