Searched refs:exec_path_count (Results 1 – 1 of 1) sorted by relevance
215 int exec_path_count; member1174 if (exec_paths->exec_path_count >= MAX_EXEC_PATHS) { in parse_exec_paths()1191 strlcpy(exec_paths->exec_paths[exec_paths->exec_path_count], in parse_exec_paths()1193 exec_paths->exec_path_count++; in parse_exec_paths()1425 conf->exec_paths.exec_path_count = 1; in new_default_conf()1467 dst->exec_path_count = src->exec_path_count; in clone_exec_paths()1468 for (int i = 0; i < src->exec_path_count; i++) in clone_exec_paths()2536 for (int i = 0; i < exec_paths->exec_path_count; i++) in check_proc()