Home
last modified time | relevance | path

Searched refs:response (Results 1 – 17 of 17) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dexclaves.c1428 XrtHosted_Response_t *response) in exclaves_scheduler_request() argument
2056 XrtHosted_Response_t response = { in exclaves_scheduler_request_update_timer() local
2088 switch (response.tag) { in exclaves_scheduler_request_update_timer()
2116 XrtHosted_Response_t response = { in exclaves_scheduler_request_boot() local
2154 switch (response.tag) { in exclaves_scheduler_request_boot()
2182 response.tag); in exclaves_scheduler_request_boot()
2210 XrtHosted_Response_t response = {}; in exclaves_scheduler_request_resume() local
2248 switch (response.tag) { in exclaves_scheduler_request_resume()
2301 response.tag); in exclaves_scheduler_request_resume()
2330 XrtHosted_Response_t response = {}; in exclaves_scheduler_request_watchdog_panic() local
[all …]
H A Dexclaves_driverkit.c1172 tb_message_t response = NULL; in hello_driverkit_interrupts() local
1175 tb_err = tb_connection_send_query(client, message, &response, in hello_driverkit_interrupts()
1185 tb_message_decode_u8(response, &reply); in hello_driverkit_interrupts()
/xnu-11215/libkern/
H A DOSKextLib.cpp236 char * response = NULL;// must kmem_free in kext_request() local
319 &response, &responseLength, in kext_request()
323 if (response && responseLength > 0) { in kext_request()
327 CAST_USER_ADDR_T(response), responseLength, in kext_request()
367 if (response) { in kext_request()
369 kmem_free(kernel_map, (vm_offset_t)response, round_page(responseLength)); in kext_request()
/xnu-11215/tools/lldbmacros/plugins/
H A Dspeedtracer.py30 response = urllib2.urlopen(request)
31 response_str = response.read()
/xnu-11215/bsd/net/
H A Dnetwork_agent.c528 u_int8_t *response = NULL; in netagent_send_success_response() local
532 if (response == NULL) { in netagent_send_success_response()
541 kfree_data(response, response_size); in netagent_send_success_response()
550 u_int8_t *response = NULL; in netagent_send_error_response() local
559 if (response == NULL) { in netagent_send_error_response()
569 kfree_data(response, response_size); in netagent_send_error_response()
2272 u_int8_t *response = NULL; in netagent_ioctl() local
2274 if (response == NULL) { in netagent_ioctl()
2281 kfree_data(response, ifsir32->data_size); in netagent_ioctl()
2296 u_int8_t *response = NULL; in netagent_ioctl() local
[all …]
H A Dnecp.c1216 if (response == NULL) { in necp_session_get_policy()
1221 u_int8_t *cursor = response; in necp_session_get_policy()
1227 memcpy(response + (cursor - response), policy->conditions, policy->conditions_size); in necp_session_get_policy()
1237 if (response != NULL) { in necp_session_get_policy()
1238 kfree_data(response, response_size); in necp_session_get_policy()
1239 response = NULL; in necp_session_get_policy()
1318 if (response == NULL) { in necp_session_list_all()
1323 u_int8_t *cursor = response; in necp_session_list_all()
1338 if (response != NULL) { in necp_session_list_all()
1339 kfree_data(response, response_size); in necp_session_list_all()
[all …]
/xnu-11215/osfmk/UserNotification/
H A DUNDRequest.defs116 out response: unsigned);
/xnu-11215/iokit/DriverKit/
H A DIOServiceNotificationDispatchSource.iig107 …* @brief Invoke a block for each notification available in response to ServiceNotificationRe…
H A DIOInterruptDispatchSource.iig58 * A driver can run code in response to an interrupt from a device, specified as an IOService
/xnu-11215/iokit/IOKit/pwr_mgt/
H A DRootDomain.h580 const OSSymbol *response,
/xnu-11215/osfmk/device/
H A Ddevice.defs492 in response : natural_t
/xnu-11215/iokit/Kernel/
H A DIOPMrootDomain.cpp9332 const OSSymbol *response, argument
9352 if (response->isEqualTo(gIOPMStatsResponseTimedOut.get())) {
9359 if (response->isEqualTo(gIOPMStatsResponsePrompt.get()) ||
9365 if (response->isEqualTo(gIOPMStatsDriverPSChangeSlow.get())) {
9379 if (response) {
9380 responseDescription->setObject(_statsResponseTypeKey.get(), response);
9412 if (response->isEqualTo(gIOPMStatsDriverPSChangeSlow.get())) {
H A DIOUserClient.cpp3245 natural_t response ) in is_io_service_acknowledge_notification() argument
3250 (IOOptionBits) response ); in is_io_service_acknowledge_notification()
H A DIOService.cpp2232 IOOptionBits response ) in acknowledgeNotification() argument
/xnu-11215/doc/vm/
H A Dmemorystatus.md22 The memorystatus contains code to perform four actions in response to resource shortages:
/xnu-11215/iokit/IOKit/
H A DIOService.h1517 IOOptionBits response );
/xnu-11215/libkern/c++/
H A DOSKext.cpp10281 char * response = NULL; // returned by reference local
10720 response = (char *)serializer->text();
10724 if (responseOut && response) {
10742 memcpy(buffer, response, responseLength);