Home
last modified time | relevance | path

Searched refs:stdin_node (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/sys/arch/macppc/macppc/
H A Dofw_machdep.c367 int stdin_node; in ofw_find_keyboard() local
371 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()
/openbsd-src/usr.sbin/slowcgi/
H A Dslowcgi.c1125 struct fcgi_stdin *stdin_node; in cleanup_request() local
1160 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()