Searched refs:ct_msg (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/usr.sbin/bhyve/
H A Drfb.c665 struct rfb_cuttext_msg ct_msg; local
669 len = stream_read(cfd, ((void *)&ct_msg) + 1, sizeof(ct_msg) - 1);
670 ct_msg.length = htonl(ct_msg.length);
671 while (ct_msg.length > 0) {
672 len = stream_read(cfd, buf, ct_msg.length > sizeof(buf) ?
673 sizeof(buf) : ct_msg.length);
674 ct_msg.length -= len;
/freebsd-11.0-release/sys/dev/ct/
H A Dct.c130 static int ct_msg(struct ct_softc *, struct targ_info *, u_int);
157 SC_LOW_MSG_T ct_msg,
530 ct_msg(struct ct_softc *ct, struct targ_info *ti, u_int msg) function

Completed in 138 milliseconds