Searched refs:sc_rpc_buf (Results 1 – 2 of 2) sorted by relevance
225 sc->sc_rpc_buf = kmem_alloc(VMT_RPC_BUFLEN, KM_SLEEP); in vmt_common_attach()276 if (sc->sc_rpc_buf) in vmt_common_attach()277 kmem_free(sc->sc_rpc_buf, VMT_RPC_BUFLEN); in vmt_common_attach()304 if (sc->sc_rpc_buf) in vmt_common_detach()305 kmem_free(sc->sc_rpc_buf, VMT_RPC_BUFLEN); in vmt_common_detach()761 if (strcmp(vmt_tclo_rpc[i].name, sc->sc_rpc_buf) == 0) { in vmt_tclo_process()829 if (vm_rpc_get_data(&sc->sc_tclo_rpc, sc->sc_rpc_buf, rlen, ack) != 0) { in vmt_tclo_tick()841 printf("vmware: received message '%s'\n", sc->sc_rpc_buf); in vmt_tclo_tick()844 if (vmt_tclo_process(sc, sc->sc_rpc_buf) != 0) { in vmt_tclo_tick()1079 return (sc->sc_rpc_buf[0] == '1' && sc->sc_rpc_buf[1] == ' '); in vm_rpci_response_successful()[all …]
67 char *sc_rpc_buf; member