Searched refs:stdin_node (Results 1 – 2 of 2) sorted by relevance
367 int stdin_node; in ofw_find_keyboard() local371 stdin_node = OF_instance_to_package(OF_stdin); in ofw_find_keyboard()372 len = OF_getprop(stdin_node, "name", iname, 20); in ofw_find_keyboard()
1125 struct fcgi_stdin *stdin_node; in cleanup_request() local1160 while ((stdin_node = TAILQ_FIRST(&c->stdin_head))) { in cleanup_request()1161 TAILQ_REMOVE(&c->stdin_head, stdin_node, entry); in cleanup_request()1162 free(stdin_node); in cleanup_request()