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

/darwin-on-arm/xnu/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;
342 kmem_free(kernel_map, (vm_offset_t)response, responseLength);
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp7334 uint32_t responseLength = 0; local
7631 responseLength = responseData->getLength();
7649 responseLength = serializer->getLength();
7658 responseLength);
7667 memcpy(buffer, response, responseLength);
7669 *responseLengthOut = responseLength;

Completed in 38 milliseconds