Searched refs:responseLength (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/libkern/
H A DOSKextLib.cpp208 uint32_t responseLength = 0; local
293 &response, &responseLength,
297 if (response && responseLength > 0) {
301 CAST_USER_ADDR_T(response), responseLength,
304 *responseLengthOut = responseLength;
343 kmem_free(kernel_map, (vm_offset_t)response, round_page(responseLength));
/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp7657 uint32_t responseLength = 0; local
7967 responseLength = responseData->getLength();
7985 responseLength = serializer->getLength();
7994 round_page(responseLength));
8004 bzero((void *)(buffer + responseLength),
8005 (round_page(responseLength) - responseLength));
8006 memcpy(buffer, response, responseLength);
8008 *responseLengthOut = responseLength;

Completed in 89 milliseconds