Searched refs:HV_S_OK (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/hyperv/utilities/
H A Dhv_utilreg.h35 #define HV_S_OK 0x00000000 macro
H A Dhv_snapshot.c322 status == HV_S_OK ? "Success" : "Fail");
455 status == VSS_SUCCESS ? HV_S_OK : HV_E_FAIL);
469 status == VSS_SUCCESS ? HV_S_OK : HV_E_FAIL);
519 status == VSS_SUCCESS ? HV_S_OK : HV_E_FAIL);
853 recvlen, requestid, HV_S_OK);
H A Dhv_kvp.c611 hv_kvp_respond_host(sc, HV_S_OK);
803 if (umsg->hdr.error != HV_S_OK)
/freebsd-13-stable/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c1104 op_msg->hdr.error = HV_S_OK;
1136 op_msg->hdr.error = HV_S_OK;
1165 op_msg->hdr.error = HV_S_OK;
1226 op_msg->hdr.error = HV_S_OK;
1509 assert(hv_msg->hdr.error != HV_S_OK);

Completed in 180 milliseconds