Searched refs:rfb_init (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | rfb.h | 36 int rfb_init(char *hostname, int port, int wait, const char *password,
|
H A D | pci_fbuf.c | 451 error = rfb_init(sc->rfb_host, sc->rfb_port, sc->rfb_wait, sc->rfb_password); in pci_fbuf_init() 458 error = rfb_init((char *)sc->rfb_unix, -1, sc->rfb_wait, in pci_fbuf_init() 461 error = rfb_init(sc->rfb_host, sc->rfb_port, sc->rfb_wait, in pci_fbuf_init()
|
H A D | rfb.c | 1389 rfb_init(char *hostname, int port, int wait, const char *password, in rfb_init() function
|