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

  /src/sys/dev/vmt/
vmt_subr.c 67 static int vm_rpc_get_data(const struct vm_rpc *, char *, uint32_t, uint16_t);
824 if (vm_rpc_get_data(&sc->sc_tclo_rpc, sc->sc_rpc_buf, rlen, ack) != 0) {
990 vm_rpc_get_data(const struct vm_rpc *rpc, char *data, uint32_t length, function in typeref:typename:int
1109 if (vm_rpc_get_data(&rpci, sc->sc_rpc_buf, rlen, ack) != 0) {
vmt_subr.c 67 static int vm_rpc_get_data(const struct vm_rpc *, char *, uint32_t, uint16_t);
824 if (vm_rpc_get_data(&sc->sc_tclo_rpc, sc->sc_rpc_buf, rlen, ack) != 0) {
990 vm_rpc_get_data(const struct vm_rpc *rpc, char *data, uint32_t length, function in typeref:typename:int
1109 if (vm_rpc_get_data(&rpci, sc->sc_rpc_buf, rlen, ack) != 0) {

Completed in 78 milliseconds