Home
last modified time | relevance | path

Searched refs:host_select (Results 1 – 3 of 3) sorted by relevance

/freebsd/stand/kboot/kboot/
H A Dhostcons.c96 ret = host_select(32, &fds, NULL, NULL, &tv); in hostcons_poll()
/freebsd/stand/kboot/include/
H A Dhost_syscall.h179 int host_select(int nfds, long *readfds, long *writefds, long *exceptfds,
/freebsd/stand/kboot/libkboot/
H A Dhost_syscalls.c135 host_select(int nfds, long *readfds, long *writefds, long *exceptfds, in host_select() function