Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Drfb.h34 int rfb_init(const char *hostname, int port, int wait,
H A Dpci_fbuf.c435 error = rfb_init(sc->rfb_host, sc->rfb_port, sc->rfb_wait, sc->rfb_password); in pci_fbuf_init()
H A Drfb.c1254 rfb_init(const char *hostname, int port, int wait, const char *password) in rfb_init() function