Searched refs:inputdev (Results 1 – 2 of 2) sorted by relevance
86 char *inputdev; in main() local98 inputdev = NULL; in main()121 inputdev = optarg; in main()124 if (!pipecmd && inputdev) in main()127 inputdev = optarg; in main()182 if (inputdev == NULL && (inputdev = getenv("TAPE")) == NULL) in main()183 inputdev = _PATH_DEFTAPE; in main()184 setinput(inputdev, pipecmd); in main()
54 ofw_get_uart_console(phandle_t opts, phandle_t *result, const char *inputdev, in ofw_get_uart_console() argument60 if (OF_getprop(opts, inputdev, buf, sizeof(buf)) == -1) in ofw_get_uart_console()