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

  /src/sys/dev/vmt/
vmt_subr.c 1081 struct vm_rpc rpci; local in function:vm_rpc_send_rpci_tx_buf
1086 if (vm_rpc_open(&rpci, VM_RPC_OPEN_RPCI) != 0) {
1087 device_printf(sc->sc_dev, "rpci channel open failed\n");
1091 if (vm_rpc_send(&rpci, sc->sc_rpc_buf, length) != 0) {
1092 device_printf(sc->sc_dev, "unable to send rpci command\n");
1097 if (vm_rpc_get_length(&rpci, &rlen, &ack) != 0) {
1099 "failed to get length of rpci response data\n");
1109 if (vm_rpc_get_data(&rpci, sc->sc_rpc_buf, rlen, ack) != 0) {
1111 "failed to get rpci response data\n");
1118 if (vm_rpc_close(&rpci) != 0)
    [all...]
vmt_subr.c 1081 struct vm_rpc rpci; local in function:vm_rpc_send_rpci_tx_buf
1086 if (vm_rpc_open(&rpci, VM_RPC_OPEN_RPCI) != 0) {
1087 device_printf(sc->sc_dev, "rpci channel open failed\n");
1091 if (vm_rpc_send(&rpci, sc->sc_rpc_buf, length) != 0) {
1092 device_printf(sc->sc_dev, "unable to send rpci command\n");
1097 if (vm_rpc_get_length(&rpci, &rlen, &ack) != 0) {
1099 "failed to get length of rpci response data\n");
1109 if (vm_rpc_get_data(&rpci, sc->sc_rpc_buf, rlen, ack) != 0) {
1111 "failed to get rpci response data\n");
1118 if (vm_rpc_close(&rpci) != 0)
    [all...]
vmt_subr.c 1081 struct vm_rpc rpci; local in function:vm_rpc_send_rpci_tx_buf
1086 if (vm_rpc_open(&rpci, VM_RPC_OPEN_RPCI) != 0) {
1087 device_printf(sc->sc_dev, "rpci channel open failed\n");
1091 if (vm_rpc_send(&rpci, sc->sc_rpc_buf, length) != 0) {
1092 device_printf(sc->sc_dev, "unable to send rpci command\n");
1097 if (vm_rpc_get_length(&rpci, &rlen, &ack) != 0) {
1099 "failed to get length of rpci response data\n");
1109 if (vm_rpc_get_data(&rpci, sc->sc_rpc_buf, rlen, ack) != 0) {
1111 "failed to get rpci response data\n");
1118 if (vm_rpc_close(&rpci) != 0)
    [all...]

Completed in 32 milliseconds