Home | History | Annotate | Download | only in util

Lines Matching defs:command

878 	char command[PATH_MAX * 2];
895 } else if (readlink(symfs_filename, command, sizeof(command)) < 0 ||
896 strstr(command, "[kernel.kallsyms]") ||
943 snprintf(command, sizeof(command),
956 pr_debug("Executing: %s\n", command);
958 file = popen(command, "r");