HomeSort by: relevance | last modified time | path
    Searched refs:sc_rpc_buf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/vmt/
vmt_subr.c 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] == ' ')
    [all...]
vmtvar.h 67 char *sc_rpc_buf; member in struct:vmt_softc

Completed in 12 milliseconds