Home
last modified time | relevance | path

Searched refs:RPC_NT_NAME_SERVICE_UNAVAILABLE (Results 1 – 5 of 5) sorted by relevance

/reactos/dll/win32/rpcrt4/
H A Drpcrt4_main.c818 case RPC_S_NAME_SERVICE_UNAVAILABLE: return RPC_NT_NAME_SERVICE_UNAVAILABLE; in I_RpcMapWin32Status()
/reactos/modules/rostests/winetests/rpcrt4/
H A Drpc.c523 …case RPC_S_NAME_SERVICE_UNAVAILABLE: expected_win32status = RPC_NT_NAME_SERVICE_UNAVAILABLE; break; in test_I_RpcMapWin32Status()
/reactos/sdk/include/psdk/
H A Dntstatus.h1238 #define RPC_NT_NAME_SERVICE_UNAVAILABLE ((NTSTATUS)0xC002003F) macro
/reactos/modules/rostests/winetests/ntdll/
H A Derror.c825 cmp(RPC_NT_NAME_SERVICE_UNAVAILABLE, RPC_S_NAME_SERVICE_UNAVAILABLE); in run_error_tests()
/reactos/modules/rosapps/drivers/vfd/
H A Dvfddbg.c1681 CASE_RETURN_STR(RPC_NT_NAME_SERVICE_UNAVAILABLE); in NtStatusToStr()