Lines Matching refs:sc_rpc_buf
225 sc->sc_rpc_buf = kmem_alloc(VMT_RPC_BUFLEN, KM_SLEEP);
276 if (sc->sc_rpc_buf)
277 kmem_free(sc->sc_rpc_buf, VMT_RPC_BUFLEN);
304 if (sc->sc_rpc_buf)
305 kmem_free(sc->sc_rpc_buf, VMT_RPC_BUFLEN);
756 if (strcmp(vmt_tclo_rpc[i].name, sc->sc_rpc_buf) == 0) {
824 if (vm_rpc_get_data(&sc->sc_tclo_rpc, sc->sc_rpc_buf, rlen, ack) != 0) {
836 printf("vmware: received message '%s'\n", sc->sc_rpc_buf);
839 if (vmt_tclo_process(sc, sc->sc_rpc_buf) != 0) {
1074 return (sc->sc_rpc_buf[0] == '1' && sc->sc_rpc_buf[1] == ' ');
1091 if (vm_rpc_send(&rpci, sc->sc_rpc_buf, length) != 0) {
1109 if (vm_rpc_get_data(&rpci, sc->sc_rpc_buf, rlen, ack) != 0) {
1132 len = vsnprintf(sc->sc_rpc_buf, VMT_RPC_BUFLEN, fmt, args);
1141 return vm_rpc_send_rpci_tx_buf(sc, sc->sc_rpc_buf, len);