Searched refs:inputdev (Results 1 – 2 of 2) sorted by relevance
73 char *inputdev; in main() local85 inputdev = NULL; in main()108 inputdev = optarg; in main()111 if (!pipecmd && inputdev) in main()114 inputdev = optarg; in main()169 if (inputdev == NULL && (inputdev = getenv("TAPE")) == NULL) in main()170 inputdev = _PATH_DEFTAPE; in main()171 setinput(inputdev, pipecmd); in main()
53 ofw_get_uart_console(phandle_t opts, phandle_t *result, const char *inputdev, in ofw_get_uart_console() argument59 if (OF_getprop(opts, inputdev, buf, sizeof(buf)) == -1) in ofw_get_uart_console()