Searched refs:inputdev (Results 1 – 2 of 2) sorted by relevance
88 char *inputdev; in main() local100 inputdev = NULL; in main()123 inputdev = optarg; in main()126 if (!pipecmd && inputdev) in main()129 inputdev = optarg; in main()184 if (inputdev == NULL && (inputdev = getenv("TAPE")) == NULL) in main()185 inputdev = _PATH_DEFTAPE; in main()186 setinput(inputdev, pipecmd); in main()
56 ofw_get_uart_console(phandle_t opts, phandle_t *result, const char *inputdev, in ofw_get_uart_console() argument62 if (OF_getprop(opts, inputdev, buf, sizeof(buf)) == -1) in ofw_get_uart_console()