Searched refs:fault_type (Results 1 – 2 of 2) sorted by relevance
105 void FaultyClient(ClientFault fault_type) { in FaultyClient() argument134 DoFaultyClient(fault_type, pipe); in FaultyClient()162 void DoFaultyClient(ClientFault fault_type, HANDLE pipe) { in DoFaultyClient() argument163 if (fault_type == CLOSE_AFTER_CONNECT) { in DoFaultyClient()171 fault_type == SEND_INVALID_REGISTRATION ? in DoFaultyClient()188 fault_type == TRUNCATE_REGISTRATION ? in DoFaultyClient()193 if (fault_type == CLOSE_AFTER_REGISTRATION) { in DoFaultyClient()201 fault_type == RESPONSE_BUFFER_TOO_SMALL ? in DoFaultyClient()206 switch (fault_type) { in DoFaultyClient()217 if (fault_type == CLOSE_AFTER_RESPONSE) { in DoFaultyClient()
357 int fault_type, /* type of fault to be generated */ in map_and_thread() argument400 map_type = (fault_type == COW_FAULT) ? MAP_PRIVATE : MAP_SHARED; in map_and_thread()408 ((fault_type == READ_FAULT) ? in map_and_thread()440 th_args[3] = fault_type; in map_and_thread()